aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: fix a `clippy::unnecessary_filter_map`Steven Engler2026-08-111-0/+2
* tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`Steven Engler2026-08-111-1/+1
* proto: Rename CircId and UniqId variable nameDavid Goulet2026-08-031-3/+3
* proto: Improve/clarify documentation on extend_virtual.Nick Mathewson2026-07-021-0/+8
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* proto: Update the tests to use the new CircuitRx{Receiver,Sender}sGabriela Moldovan2026-06-081-12/+1
* proto: Replace outdated references to RawCellStreamGabriela Moldovan2026-05-281-1/+1
* tor-proto: clean up `CIRCUIT_BUFFER_SIZE`Steven Engler2026-05-211-4/+0
* tor-proto: move more stream queue init to reactorSteven Engler2026-05-211-0/+1
* proto rpc: Turn tunnel paths into a dictNick Mathewson2026-04-281-0/+13
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-2/+3
* proto: Move AllowAllStreamsFilter to crate-pub test moduleGabriela Moldovan2026-03-251-15/+3
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)Gabriela Moldovan2026-03-251-12/+38
* proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()Gabriela Moldovan2026-03-251-36/+39
* proto: Move rmsg_to_ccmsg to crate-pub test moduleGabriela Moldovan2026-03-251-10/+1
* Fix grammar typosTobias Stoeckmann2026-03-151-2/+2
* Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* Merge branch 'circ-sync-view-streams' into 'main'gabi-2502026-02-161-3/+1
|\
| * proto: Rename CircSyncView to CircHopSyncViewGabriela Moldovan2026-02-161-1/+1
| * proto: Replace CircSyncView with previously client-only CircSyncViewGabriela Moldovan2026-02-161-2/+0
| * proto: Rename ClientCircSyncView to CircSyncViewGabriela Moldovan2026-02-161-1/+1
* | proto: Use is_multiple_of() as suggested by clippyGabriela Moldovan2026-02-161-1/+1
|/
* Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-13/+0
* proto: Add a new ToRelayMsg utilGabriela Moldovan2026-01-291-0/+13
* proto: Move TimeoutEstimator to utilGabriela Moldovan2026-01-291-11/+3
* proto: Make ClientCircChanMsg pub(super)David Goulet2025-12-101-1/+1
* proto: Move unit tests and minor fixDavid Goulet2025-12-101-0/+20
* proto: Client circuit reactor now handles AnyChanMsgDavid Goulet2025-12-101-20/+11
* proto: Move ClientCircChanMsg into client moduleDavid Goulet2025-12-101-1/+22
* proto: Add comment about create_firsthop_fastNick Mathewson2025-12-031-1/+2
* proto: Allow unstable_name_collisions in several placesGabriela Moldovan2025-12-011-0/+5
* tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-121-0/+17
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* bad_extend_test_impl: Wait for message instead of a 100 ms delay.Nick Mathewson2025-11-041-8/+18
* proto: use assert_matches in circuit.rs tests.Nick Mathewson2025-11-041-5/+6
* proto: Replace ClientCircSyncView in IncomingStreamRequestFilterGabriela Moldovan2025-10-301-2/+2
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-211-5/+3
* proto: Move hop settings into a shared moduleGabriela Moldovan2025-10-211-300/+6
* Cleanup: Remove a variable renameNick Mathewson2025-10-201-4/+2
* Refactor: turn circ_extensions_from_settings into a methodNick Mathewson2025-10-201-0/+60
* proto: Move celltypes out of clientGabriela Moldovan2025-10-131-2/+1
* Merge branch 'mv-flow-ctrl' into 'main'gabi-2502025-10-081-1/+1
|\
| * proto: Move flow_ctrl module under stream (fmt).Gabriela Moldovan2025-10-071-1/+1
| * proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-1/+1
* | tor-proto: deprecate handshake-specific create/extend variantsNick Mathewson2025-10-071-0/+10
|/
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-0/+96
|\
| * proto: Add test to ensure half-streams are removed after a while.Gabriela Moldovan2025-09-191-0/+80
| * proto: Use the CBT to compute half-stream timeouts.Gabriela Moldovan2025-09-161-0/+16