aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/util
Commit message (Expand)AuthorAgeFilesLines
* proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`Gabriela Moldovan2026-06-231-1/+20
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-0911-0/+11
* proto: Move RateLimitedWriter to tor-async-utilsDavid Goulet2026-06-083-763/+0
* proto: Move TokenBucket to tor-basic-utilsDavid Goulet2026-06-083-848/+3
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* proto: Remove an allow for a now-pedantic warning.Nick Mathewson2026-05-071-6/+0
* tor-proto: Port to web-time-compatNick Mathewson2026-03-264-8/+12
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* proto: Check the AUTHENTICATE auth type that we support itDavid Goulet2026-03-191-0/+9
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Revert "proto: Add a new ToRelayMsg util"Gabriela Moldovan2026-02-121-24/+0
* proto: Add new LinkspecDecodeErr kindGabriela Moldovan2026-02-051-0/+15
* proto: Add a new ToRelayMsg utilGabriela Moldovan2026-01-291-0/+24
* proto: Move TimeoutEstimator to utilGabriela Moldovan2026-01-291-0/+13
* proto: Add docs for ExcessPaddingGabriela Moldovan2025-12-011-0/+1
* proto: run add_warning to update tunnel_activity.rsNick Mathewson2025-11-121-1/+1
* proto: assert that no member of InTunnelActivity needs_drop.Nick Mathewson2025-11-121-1/+15
* proto: Use a ZST-token pattern to enforce correctness for TunnelActivityNick Mathewson2025-11-122-14/+58
* tor-proto: Track information on when tunnels were last usedNick Mathewson2025-11-122-1/+187
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0610-10/+10
* all: run cargo fmtSteven Engler2025-11-042-2/+2
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-043-3/+3
* tor-proto: bring back comparison chain w/ allowhashcatHitman2025-10-081-9/+14
* tor-proto: replace comparison chain with matchhashcatHitman2025-10-081-8/+9
* proto: Implement channel padding with maybenot padders.Nick Mathewson2025-10-021-5/+0
* proto: start implementing logic for padding actions.Nick Mathewson2025-10-022-1/+6
* Add a blocker to channel outbound sink.Nick Mathewson2025-10-021-0/+1
* padding: Remove post-queue blocker.Nick Mathewson2025-09-301-1/+5
* proto: Document exactly how PollAll polls its futures.Gabriela Moldovan2025-09-251-1/+11
* proto: Resolve a couple of clippy warnings in the tests.Gabriela Moldovan2025-09-251-2/+2
* proto: Add PollAll helper for driving futures in lockstep.Gabriela Moldovan2025-09-251-0/+195
* Merge branch 'expire-halfstream-cbt' into 'main'gabi-2502025-09-241-0/+17
|\
| * proto: Add new error type for cells received on non-existent streams.Gabriela Moldovan2025-09-221-0/+17
* | Merge branch 'migrate-to-waker-noop' into 'main'Jim Newsome2025-09-221-6/+4
|\ \
| * | Migrate to waker noopdisha2025-09-221-6/+4
* | | counting_policy: fix a doc link.Nick Mathewson2025-09-171-1/+1
* | | proto::util::sink_blocker: Narrow dead_code warning exception.Nick Mathewson2025-09-172-17/+6
| |/ |/|
* | Merge branch 'maybenot-validate-padding' into 'main'Nick Mathewson2025-09-151-1/+20
|\ \
| * | proto: Use a new error type for excess padding.Nick Mathewson2025-09-151-1/+20
| |/
* / proto: Only replace padding when the target will see it.Nick Mathewson2025-09-101-0/+8
|/
* Two grammar/typo fixes from @gabi-250Nick Mathewson2025-09-091-1/+1
* proto: add SometimesUnboundedSink::as_inner_mut.Nick Mathewson2025-09-091-0/+11
* SinkBlocker: Add a comment in poll_flushNick Mathewson2025-09-081-0/+2
* SometimesUnboundedSink: clarifying documentation.Nick Mathewson2025-09-081-0/+7
* proto: Make CountingPolicy constructors pub(crate).Nick Mathewson2025-09-081-3/+3
* proto: Define a new composable SinkBlocker type.Nick Mathewson2025-09-043-0/+540
* proto: Make the OutboundClientHandshake use new cell handlerDavid Goulet2025-08-201-9/+0
* proto: Implement a From<std::io::Error> for ErrorDavid Goulet2025-08-201-0/+6
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-078-19/+21