summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'fix-xon-xoff' into 'main'Nick Mathewson2025-06-252-6/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tor-cell: fix incorrect XON/XOFF cell command integersSteven Engler2025-06-232-6/+6
* | | | | | tor-proto: Compile-time key length constant equality assertionhashcatHitman2025-06-241-6/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'conflux-typos' into 'main'Nick Mathewson2025-06-231-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tor-proto: Add missing word in conflux docs.Gabriela Moldovan2025-06-231-1/+1
| * | | | tor-proto: Fix typo in comment.Gabriela Moldovan2025-06-231-1/+1
| | |/ / | |/| |
* | | | Merge branch 'log-unexpected-params' into 'main'Jim Newsome2025-06-231-2/+75
|\ \ \ \ | |/ / / |/| | |
| * | | NetParameters::saturating_update: log when a value is out of rangeJim Newsome2025-06-231-1/+71
| * | | Log unrecognized net paramsJim Newsome2025-06-231-1/+4
* | | | tor-rtmock: Blocking::blocking_io: add clarificationIan Jackson2025-06-231-0/+3
* | | | tor-rtmock: Blocking::spawn_blocking: clarify drop behaviourIan Jackson2025-06-231-0/+6
| |/ / |/| |
* | | Merge branch 'the-dependency-formerly-known-as-once-cell' into 'main'Nick Mathewson2025-06-2339-104/+96
|\ \ \
| * | | tor-rpcbase: Removed dependency on `once_cell`hashcatHitman2025-06-145-13/+13
| * | | tor-relay-selection: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
| * | | tor-netdoc: Removed dependency on `once_cell`hashcatHitman2025-06-1410-41/+41
| * | | tor-log-ratelim: Removed dependency on `once_cell`hashcatHitman2025-06-143-4/+3
| * | | tor-llcrypto: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
| * | | tor-dirmgr: Removed dependency on `once_cell`hashcatHitman2025-06-143-7/+9
| * | | tor-config-path: Removed dependency on `once_cell`hashcatHitman2025-06-143-9/+8
| * | | tor-config: Removed dependency on `once_cell`hashcatHitman2025-06-142-3/+2
| * | | tor-circmgr: Reduced dependency on `once_cell`hashcatHitman2025-06-141-2/+2
| * | | fs-mistrust: Removed dependency on `once_cell`hashcatHitman2025-06-143-8/+6
| * | | arti-relay: Removed dependency on `once_cell`hashcatHitman2025-06-143-8/+7
| * | | tor-error: Removed dependency on `once_cell`hashcatHitman2025-06-132-3/+1
* | | | arti: keys: Fix arti keys help messagehjrgrn2025-06-232-3/+3
* | | | arti console logging: use stderr instead of stdoutJim Newsome2025-06-173-4/+5
* | | | tor-proto: use `DynamicRateLimitedWriter` in `DataWriter`Steven Engler2025-06-161-6/+17
* | | | tor-proto: improve `TokioAsyncWrite` compat implSteven Engler2025-06-161-10/+6
* | | | tor-proto: add `DynamicRateLimitedWriter`Steven Engler2025-06-164-2/+296
* | | | tor-proto: make `visibility` dependency always availableSteven Engler2025-06-161-3/+3
* | | | tor-proto: Get rid of unnecessary extra variable.Gabriela Moldovan2025-06-161-3/+1
* | | | tor-proto: Adapt the circ mutable state to removal of LegId.Gabriela Moldovan2025-06-161-9/+7
* | | | tor-proto: Replace LegId/LegIdKey with UniqId.Gabriela Moldovan2025-06-137-166/+137
* | | | tor-proto: Derive HasMemoryCost for UniqId.Gabriela Moldovan2025-06-131-1/+5
* | | | tor-proto: Update doc links post-renaming.Gabriela Moldovan2025-06-131-1/+1
* | | | tor-proto: Group conflux imports for consistency.Gabriela Moldovan2025-06-131-2/+1
* | | | tor-proto: Rename function to clarify transition to a new tunnel (fmt).Gabriela Moldovan2025-06-132-2/+9
* | | | tor-proto: Rename function to clarify transition to a new tunnel.Gabriela Moldovan2025-06-132-3/+4
* | | | tor-proto: Fix up the circuit's tunnel ID after inserting into conflux set.Gabriela Moldovan2025-06-132-2/+4
* | | | tor-proto: Give ConfluxSet a TunnelId for logging purposes.Gabriela Moldovan2025-06-132-4/+14
|/ / /
* | | tor-proto: Use TunnelScopedCircId instead of UniqId for logging.Gabriela Moldovan2025-06-124-10/+12
* | | tor-proto: Add an identifier for a circuit within a tunnel.Gabriela Moldovan2025-06-121-0/+27
* | | tor-proto: Assign a separate identifier to the tunnel reactor.Gabriela Moldovan2025-06-122-20/+17
* | | tor-proto: Log channel, circuit, stream identifiers as structured fields.Gabriela Moldovan2025-06-129-72/+102
* | | tor-proto: Add a new identifier type for tunnels.Gabriela Moldovan2025-06-121-0/+22
|/ /
* | arti: Add keys list and keys list-keystoreshjrgrn2025-06-1226-12/+491
* | tor-proto: Write test for conflux cc algorithm validation.Gabriela Moldovan2025-06-111-12/+20
* | tor-proto: Make conflux test CircParams configurable (fmt).Gabriela Moldovan2025-06-111-10/+7
* | tor-proto: Make conflux test CircParams configurable.Gabriela Moldovan2025-06-111-5/+7
* | tor-proto: Check we negotiated the right cc algorithm for conflux.Gabriela Moldovan2025-06-112-6/+25