summaryrefslogtreecommitdiff
path: root/crates/tor-proto
Commit message (Expand)AuthorAgeFilesLines
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-5/+5
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-2/+2
* tor-proto: Rename create_firsthop() to wait_for_create().Gabriela Moldovan2023-07-271-2/+2
* tor-proto: Update handle_control docs.Gabriela Moldovan2023-07-261-1/+1
* tor-proto: Add functions for handling Shutdown and AddFakeHop messages.Gabriela Moldovan2023-07-261-42/+37
* tor-proto: Extract first-hop creation to a separate function.Gabriela Moldovan2023-07-261-37/+11
* tor-proto: Create a function for handling the initial CREATE cell.Gabriela Moldovan2023-07-261-1/+89
* tor-circmgr: Add two possibly-needed docsrs annotationsIan Jackson2023-07-122-0/+2
* tor-proto: Conversation: drop two otiose cfg(feature)Ian Jackson2023-07-122-2/+0
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-1117-0/+17
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1017-0/+17
* | Merge branch 'conversation' into 'main'Alexander Færøy2023-07-105-114/+205
|\ \ | |/ |/|
| * tor-proto: run rustfmtIan Jackson2023-06-303-8/+18
| * tor-proto conversations: semverIan Jackson2023-06-301-0/+1
| * tor-proto conversations: Update a TODOIan Jackson2023-06-301-1/+1
| * tor-proto conversations: Drop a TODOIan Jackson2023-06-301-1/+0
| * tor-proto conversation API: Provide ConversationInHandlerIan Jackson2023-06-303-6/+58
| * tor-proto circuit: Plumb async Context throughIan Jackson2023-06-302-3/+8
| * tor-proto conversation API: Soften a warningIan Jackson2023-06-301-1/+4
| * tor-proto conversation API: Implement ConversationIan Jackson2023-06-301-89/+98
| * tor-proto: Make the handler in SendMsgAndInstallHandler optionalIan Jackson2023-06-302-3/+10
| * tor-proto conversation API: Return a ConversationIan Jackson2023-06-302-9/+16
| * tor-proto conversation API: Rename to start_conversation_last_hopIan Jackson2023-06-303-10/+10
| * 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