index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
tor-proto: add test-only `NoOpRequestFilter`
Steven Engler
2026-07-29
1
-0
/
+16
*
proto: Remove unnecessary result mapping
Gabriela Moldovan
2026-06-23
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`
Steven Engler
2026-05-21
1
-24
/
+3
*
proto: Remove unfinished sentence from docs
Gabriela Moldovan
2026-02-16
1
-2
/
+0
*
proto: Update IncomingStreamRequestFilter docs
Gabriela Moldovan
2026-02-16
1
-2
/
+3
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-2
/
+2
*
proto: Fix docs post-refactoring
Gabriela Moldovan
2026-01-13
1
-2
/
+2
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
1
-1
/
+26
*
proto: Fix a number of newly broken doc links
Gabriela Moldovan
2025-11-24
1
-1
/
+1
*
proto: Move StreamComponents to top-level stream mod
Gabriela Moldovan
2025-11-24
1
-2
/
+1
*
proto: Move StreamReqInfo to stream module
Gabriela Moldovan
2025-11-24
1
-1
/
+50
*
proto: Move IncomingStream* types to shared module
Gabriela Moldovan
2025-11-24
1
-1
/
+295
*
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
[next]