aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-proto conversation API: Make starting message optionalIan Jackson2023-06-302-5/+7
| * tor-proto conversation API: Rename to ConversationFinishedIan Jackson2023-06-301-7/+3
| * tor-proto circuit: Make reactor::run_once modulae-privateIan Jackson2023-06-301-1/+1
* | Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-073-8/+2
|\ \
| * | Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-062-7/+2
| * | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
| |/
* / Avoid matches!(x, None), matches!(x, Ok(_))Nick Mathewson2023-07-061-2/+2
|/
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-8/+8
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-2/+2
* Resolve XXXs from fixup-features.Nick Mathewson2023-06-291-3/+2
* Run "fixup-features".Nick Mathewson2023-06-291-1/+3
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-3/+6
* proto: ClientCirc: remove now-obsolete note on Clone-nessNick Mathewson2023-06-281-5/+0
* proto: document ClientCirc lifecycle better.Nick Mathewson2023-06-281-0/+29
* proto: document channel lifecycle better.Nick Mathewson2023-06-281-5/+24
* Merge branch 'ticket_914' into 'main'Nick Mathewson2023-06-282-118/+9
|\
| * proto: Remove support for receiving unauthenticated SENDMEsNick Mathewson2023-06-262-118/+9
* | Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-273-13/+13
* | Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
|/
* Merge branch 'proto-better-path' into 'main'Nick Mathewson2023-06-223-62/+177
|\
| * proto: Resolve/downgrade some path-related "TODO HS" itemsNick Mathewson2023-06-222-4/+6
| * proto: Implement Redactable and Display for PathEntry.Nick Mathewson2023-06-221-0/+23
| * proto: Add ClientCirc::path_ref(), deprecate path().Nick Mathewson2023-06-221-13/+35
| * proto: Make Path and PathEntry at least minimally usefulNick Mathewson2023-06-221-0/+28
| * proto: Expose an opaque PathEntry.Nick Mathewson2023-06-223-20/+29
| * proto: Make Path publicNick Mathewson2023-06-222-4/+9
| * proto: Remove Mutex from Path.Nick Mathewson2023-06-223-17/+13
| * proto: Move Path into a separate shared mutable structureNick Mathewson2023-06-222-14/+44
* | proto: Downgrade a comment about unauthenticated SENDMEsNick Mathewson2023-06-211-5/+9
* | proto::circuit::handshake: downgrade a "TODO HS".Nick Mathewson2023-06-211-2/+2
* | proto: Put client and service hs_ntor behind individual featuresNick Mathewson2023-06-211-5/+17
* | proto: Resolve some hs_ntor "TODO HS" comments.Nick Mathewson2023-06-211-10/+7
* | proto: downgrade some "TODO HS" comments to "HSS"Nick Mathewson2023-06-212-8/+8
|/
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Lower tor-proto::util::ct::lookup to tor-llcryptoNick Mathewson2023-06-163-59/+5
* proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-122-7/+16
* proto: Add a commment about a problem in my hs_ntor plans.Nick Mathewson2023-06-121-0/+4
* proto: code movement and reindentation in hs_ntorNick Mathewson2023-06-121-86/+75
* proto: Remove now-unused hs_ntor APIsNick Mathewson2023-06-121-43/+21
* proto: refactor hs_ntor to reuse state.Nick Mathewson2023-06-121-14/+49
* Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-06-121-1/+1
* proto: Have send_control_message take an AnyRelayMsg.Nick Mathewson2023-06-091-4/+2
* proto: Correct the docs on send_control_messageNick Mathewson2023-06-091-2/+7
* Fix a silly clippy warningIan Jackson2023-06-081-0/+1
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-063-5/+10
|\
| * tor-proto: Remove use of arrayref.Nick Mathewson2023-06-013-5/+10
* | tor-circmgr: send_control_message: Add reference to MR discussionIan Jackson2023-06-051-0/+2
* | tor-circmgr: send_control_message: Change a rename proposalIan Jackson2023-06-051-1/+1
* | tor-circmgr: send_control_message: Fix reference to circuitIan Jackson2023-06-051-1/+1