index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
stream
/
incoming.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Rename data cmd checkers to {Inbound,Outbound}DataCmdChecker
Gabriela Moldovan
2025-10-16
1
-3
/
+3
*
proto: Move IncomingDataCmdChecker to top-level stream module.
Gabriela Moldovan
2025-10-16
1
-0
/
+51
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
1
-298
/
+0
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-2
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
proto: Move ClientCirc stream functions to ClientTunnel
David Goulet
2025-08-05
1
-1
/
+2
*
tor-proto: add the `XonXoffReader` and connect it to the reactor
Steven Engler
2025-07-17
1
-0
/
+2
*
tor-proto: combine some objects into a `StreamComponents`
Steven Engler
2025-07-15
1
-23
/
+16
*
tor-proto: rename `StreamReader` to `StreamReceiver`
Steven Engler
2025-06-26
1
-7
/
+7
*
tor-proto: pass the time provider to the `DataWriter`
Steven Engler
2025-06-05
1
-1
/
+12
*
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-2
/
+3
*
tor-proto: Put a StreamAccount in DataStream etc.
Ian Jackson
2024-10-03
1
-1
/
+7
*
Some HasMemoryCost impls in tor-proto
Ian Jackson
2024-10-02
1
-1
/
+4
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-1
/
+1
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
1
-3
/
+1
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
1
-1
/
+46
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-2
/
+2
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-4
/
+4
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
1
-1
/
+1
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-2
/
+2
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-1
/
+1
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
1
-9
/
+12
*
IncomingStream:: flatten IncomingStreamInner.
Nick Mathewson
2023-10-19
1
-13
/
+11
*
IncomingStream: Remove state.
Nick Mathewson
2023-10-19
1
-67
/
+4
*
Note a bug in IncomingStream::discard.
Nick Mathewson
2023-10-19
1
-0
/
+2
*
Remove IncomingStreamInner from its Option.
Nick Mathewson
2023-10-19
1
-34
/
+7
*
Remove impl Drop from IncomingStream
Nick Mathewson
2023-10-19
1
-11
/
+4
*
proto: Make StreamTarget::close() misuse less likely.
Nick Mathewson
2023-10-17
1
-3
/
+4
*
proto::stream::incoming: Use bit-array representation for command list
Nick Mathewson
2023-10-12
1
-7
/
+84
*
tor-proto: remove a now-unneeded allow in stream::incoming
Nick Mathewson
2023-10-12
1
-2
/
+0
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
1
-1
/
+1
*
tor-proto: Make update_state() and discard() return Result<(), Bug>.
Gabriela Moldovan
2023-08-09
1
-5
/
+5
*
tor-proto: Implement IncomingStream::discard().
Gabriela Moldovan
2023-08-08
1
-2
/
+2
*
tor-proto: Replace boolean flags with an IncomingStreamState enum.
Gabriela Moldovan
2023-08-08
1
-18
/
+56
*
Merge branch 'tor-proto-incoming-todo' into 'main'
gabi-250
2023-08-08
1
-18
/
+15
|
\
|
*
tor-proto: Replace IncomingStreamMsg with IncomingStreamRequest.
Gabriela Moldovan
2023-08-07
1
-18
/
+15
*
|
tor-proto: Fix broken docs.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make it obvious that we're discarding a Result.
Gabriela Moldovan
2023-08-08
1
-1
/
+1
*
|
tor-proto: Make StreamTarget::close return the oneshot::Receiver instead of b...
Gabriela Moldovan
2023-08-08
1
-10
/
+9
*
|
tor-proto: Make take_inner() use mut_inner() to check the inner value.
Gabriela Moldovan
2023-08-08
1
-3
/
+6
|
/
*
tor-proto: Implement `Drop` for `IncomingStream`.
Gabriela Moldovan
2023-08-07
1
-11
/
+64
*
tor-proto: Keep track of whether the `IncomingStream` was accepted.
Gabriela Moldovan
2023-08-07
1
-0
/
+5
*
tor-proto: Implement IncomingStream::{accept_data, request, reject}.
Gabriela Moldovan
2023-08-03
1
-6
/
+32
*
tor-proto: Add a constructor for IncomingStream.
Gabriela Moldovan
2023-08-03
1
-0
/
+13
*
tor-proto: Add imports for commonly used types.
Gabriela Moldovan
2023-08-03
1
-4
/
+4
[next]