summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Bump minor versionsIan Jackson2024-02-051-13/+13
* Run maint/fixup-featuresIan Jackson2024-02-051-1/+1
* Mark lower-level hs-service features non-experimentalNick Mathewson2024-01-231-2/+3
* Merge branch 'send_incoming_request_failures' into 'main'gabi-2502024-01-173-30/+58
|\
| * proto: Use log_ratelim to report problems delivering BEGIN messges.Nick Mathewson2024-01-172-3/+8
| * Give an error on duplicate call to allow_stream_requests.Nick Mathewson2024-01-172-8/+2
| * proto: Close circuit _intentionally_ when Request Sink is dropped.Nick Mathewson2024-01-172-8/+36
| * proto: Send END when buffer of IncomingRequests is fullNick Mathewson2024-01-172-13/+14
* | Remove TODO for #1191Nick Mathewson2024-01-171-3/+0
|/
* proto: Convert a TODO HSS to ticket #1191Nick Mathewson2024-01-101-1/+1
* Downgrade and convert TODO HSSs to #1190.Nick Mathewson2024-01-101-2/+2
* Convert a TODO HSS about excessive BEGINs to #1189.Nick Mathewson2024-01-102-2/+3
* proto: Downgrade TODO HSS about HopNum in IncomingStreamRequestCommentNick Mathewson2024-01-102-5/+12
* proto: Downgrade TODO HSS comments about hop lookupNick Mathewson2024-01-101-2/+2
* proto: Change some TODO HSS comments to refer to #1188Nick Mathewson2024-01-101-3/+3
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-4/+4
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-7/+7
* clippy: consequential rustfmtIan Jackson2024-01-021-8/+2
* clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-021-0/+1
* clippy: Use infallible callsIan Jackson2024-01-021-4/+2
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-022-2/+2
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-146-38/+40
* NtorV3Extension set encoding/decoding: include n_extensionsJim Newsome2023-12-071-3/+3
* Remove semver.md files.Nick Mathewson2023-12-041-3/+0
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-8/+8
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-5/+5
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'Nick Mathewson2023-11-293-15/+14
|\ \
| * | Remove RngCompatExt.Nick Mathewson2023-11-292-7/+6
| * | Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-293-12/+12
| |/
* | debug log: Downgrade circuit lifecycle messages to traceIan Jackson2023-11-291-4/+4
* | Downgrade some messages to traceIan Jackson2023-11-292-2/+2
|/
* Fix 'target' in doc comment for create_firsthop_ntorJim Newsome2023-11-271-1/+1
* Test extend_ntor_v3Jim Newsome2023-11-271-10/+33
* Parameterize circuit-extension test by handshake typeJim Newsome2023-11-271-55/+68
* Add `ClientCirc::extend_ntor_v3`Jim Newsome2023-11-273-0/+79
* tor-proto::circuit::reactor: handle server auxiliary handshake dataJim Newsome2023-11-271-10/+81
* Circuit reactor: test ntor-v3 "create"Jim Newsome2023-11-271-43/+101
* Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::newJim Newsome2023-11-271-39/+36
* Add PendingClientCirc::create_firsthop_ntor_v3Jim Newsome2023-11-272-0/+44
* Add Reactor::create_firsthop_ntor_v3Jim Newsome2023-11-271-0/+50
* NtorV3PublicKey: make fields pub(crate), as for NtorPublicKeyJim Newsome2023-11-271-2/+2
* Use HandshakeType in Extend2 and CircuitExtender::beginJim Newsome2023-11-271-2/+2
* Merge remote-tracking branch 'public/hs_begin'Nick Mathewson2023-11-161-0/+1
|\
| * hsrproxy: Send back DONE reasons.Nick Mathewson2023-10-231-0/+1
* | Merge branch 'strip_onion_begin' into 'main'Alexander Færøy2023-11-153-1/+40
|\ \
| * | Send less information in onion service BEGIN messagesNick Mathewson2023-11-153-1/+40