summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | proto: move tor1 testvector test into tor1 module.Nick Mathewson2025-04-292-54/+79
* | | proto: Clean up imports in tor1.rs.Nick Mathewson2025-04-292-6/+8
* | | proto: Move tor1 relay crypto to a separate file.Nick Mathewson2025-04-292-312/+312
* | | Merge branch 'log_conventions' into 'main'Nick Mathewson2025-04-286-8/+11
|\ \ \
| * | | Include "bug" in all bug error messagesNick Mathewson2025-04-286-8/+11
| |/ /
* / / Replace signal-hook-async-std with async-signal to fix RUSTSEC-2024-0384Vijaya Bhaskar2025-04-262-7/+5
|/ /
* / tor-proto: prevent cc extension during ntor-v3 extendSteven Engler2025-04-241-2/+27
|/
* Merge branch 'ticket1817_02' into 'main'David Goulet2025-04-2421-127/+467
|\
| * tor-circmgr: put vegas cc in `CircParameters` behind `if false`Steven Engler2025-04-232-22/+55
| * tor-circmgr: only use congestion control if "flowctl-cc" feature is enabledSteven Engler2025-04-232-3/+7
| * tor-proto: only use congestion control if "flowctl-cc" feature is enabledSteven Engler2025-04-234-19/+45
| * tor-proto: expand docs for `CongestionWindowParams::set_sendme_inc`Steven Engler2025-04-231-1/+5
| * tor-circmgr: switch from `supports_{known,named}_subver()`Steven Engler2025-04-231-3/+3
| * tor-proto: rename `stream_sendme_required` to `uses_stream_sendme`Steven Engler2025-04-234-9/+9
| * tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`Steven Engler2025-04-234-10/+10
| * tor-proto: remove redundant `allow_stream_sendme` checkSteven Engler2025-04-231-15/+3
| * tor-proto: initialize `StreamSendFlowControl` based on CCSteven Engler2025-04-231-2/+6
| * tor-proto: new stream entries now take `StreamSendFlowControl`Steven Engler2025-04-232-15/+19
| * tor-proto: add no-op XON/XOFF flow control variantSteven Engler2025-04-231-8/+29
| * tests: Add CC ntorv3 negotiation unit testDavid Goulet2025-04-233-10/+86
| * circ: Don't pin CC algorithm to FixedWindow anymoreDavid Goulet2025-04-231-4/+1
| * circ: Don't allow stream level SENDME with CCDavid Goulet2025-04-231-2/+16
| * circ: Don't send stream level SENDME with CCDavid Goulet2025-04-235-7/+44
| * tor-proto: added `stream_sendme_required` methodsSteven Engler2025-04-233-0/+23
| * tor-proto: added accessors for circuit legs/hopsSteven Engler2025-04-232-1/+11
| * circ: Request congestion control with ntorv3 extensionDavid Goulet2025-04-232-5/+12
| * circ: Apply possible subprotocol changes to circ paramsDavid Goulet2025-04-232-6/+25
| * circ: Remove CircParameters reference in call stackDavid Goulet2025-04-237-31/+29
| * congestion: Setup a fallback algorithm in the paramsDavid Goulet2025-04-233-1/+10
| * circ: Set the negotiated CC sendme_inc from handshakeDavid Goulet2025-04-232-7/+70
| * circ: Make CircParameters mutable in the call stackDavid Goulet2025-04-233-12/+15
* | Merge branch 'todos-msrv' into 'main'Jim Newsome2025-04-248-14/+12
|\ \
| * | tor-consdiff: Replaced an old MSRV TODO with a link to why it shouldn't be donehashcatHitman2025-04-231-2/+3
| * | tor-consdiff: standardized MSRV TODOhashcatHitman2025-04-161-2/+1
| * | tor-hsservice: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | tor-memquota: standardized MSRV TODOhashcatHitman2025-04-161-1/+2
| * | tor-rpc-connect: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | arti-relay: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
| * | tor-basic-utils: standardized MSRV TODOshashcatHitman2025-04-162-4/+4
| * | tor-netdir: remove lint allow as per TODOhashcatHitman2025-04-161-3/+0
* | | arti-client: remove incorrect note about `StateDirectory` usageSteven Engler2025-04-231-1/+0
| |/ |/|
* | arti-bench: work around shadow writer shutdown bugJim Newsome2025-04-231-1/+11
* | Merge branch 'proto_enforce' into 'main'Nick Mathewson2025-04-2235-47/+1526
|\ \
| * | Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-166-17/+17
| * | netdoc: Require serde feature from tor-protover.Nick Mathewson2025-04-161-1/+1
| * | arti-client: Document spec of checking date on cached protosNick Mathewson2025-04-161-3/+6
| * | arti-client: On shutdown for missing proto, print to stderrNick Mathewson2025-04-161-1/+17
| * | arti-client README: Document undesirable exit(1) behavior.Nick Mathewson2025-04-161-1/+12
| * | netdoc: improve documentation for check_protocolsNick Mathewson2025-04-161-1/+7
| * | protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-167-6/+32