aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsclient: Expire HS circuits that we don't want to reuseIan Jackson2023-06-221-4/+128
| * | tor-hsclient: Introduce helper function for locking services tableIan Jackson2023-06-222-14/+17
| * | tor-hsclient: Abolish an obsolete commentIan Jackson2023-06-221-1/+0
| |/
* | Merge branch 'desc-error' into 'main'Nick Mathewson2023-06-228-129/+141
|\ \
| * | hsdescerror: Add paragraph breaks to docs.Nick Mathewson2023-06-221-3/+11
| * | netdoc: Use a dev-dependency on anyhow to fix a doc exampleNick Mathewson2023-06-222-1/+2
| * | tor-error: Stabilize OnionService error kindsNick Mathewson2023-06-221-7/+0
| * | tor-error: typo fix in a comment.Nick Mathewson2023-06-221-1/+1
| * | Remove onion service descriptor-related errorkinds.Nick Mathewson2023-06-223-52/+2
| * | netdoc: Introduce HsDescErrorNick Mathewson2023-06-225-68/+128
* | | Merge branch 'circmgr-timeout-est' into 'main'Nick Mathewson2023-06-224-7/+35
|\ \ \
| * | | circmgr: Now that Action is public, clean it up a little.Nick Mathewson2023-06-221-3/+2
| * | | circmgr: New API to expose estimate-based timeouts.Nick Mathewson2023-06-224-4/+33
* | | | Merge branch 'move-dummy-keymgr-impl' into 'main'gabi-2502023-06-2213-146/+159
|\ \ \ \
| * | | | keymgr: Remove blank line to satisfy maint/cargo_sort.Gabriela Moldovan2023-06-221-1/+0
| * | | | keymgr: Make the dummy types non_exhaustive.Gabriela Moldovan2023-06-221-0/+3
| * | | | keymgr: Add a TODO regarding missing dummy impls.Gabriela Moldovan2023-06-221-1/+3
| * | | | keymgr: Update outdated docs.Gabriela Moldovan2023-06-221-23/+10
| * | | | keymgr: Remove outdated TODOs.Gabriela Moldovan2023-06-221-9/+0
| * | | | keymgr: Remove unnecessary dummy types.Gabriela Moldovan2023-06-222-19/+4
| * | | | keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-2210-39/+58
| * | | | arti-client: Make all dummy APIs pub.Gabriela Moldovan2023-06-221-10/+12
| * | | | arti-client: Add a dummy KeyType.Gabriela Moldovan2023-06-221-0/+3
| * | | | keymgr: Remove unnecessary pub(crate).Gabriela Moldovan2023-06-221-5/+5
| * | | | keymgr: Define a `keymgr` feature.Gabriela Moldovan2023-06-222-0/+22
| | |/ / | |/| |
* | | | Merge branch 'proto-better-path' into 'main'Nick Mathewson2023-06-224-86/+218
|\ \ \ \
| * | | | hspool: Use let-else pattern; our MSRV permits it.Nick Mathewson2023-06-221-6/+2
| * | | | 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
| * | | | circmgr: Use path_ref() instead of path().Nick Mathewson2023-06-221-24/+45
| * | | | 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
| | |_|/ | |/| |
* | | | Merge branch 'proto-todos' into 'main'Nick Mathewson2023-06-225-30/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| |/ /
* | | Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-229-31/+74
|\ \ \
| * | | arti: Resolve TODO HS items related to extended SOCKS5 errorsNick Mathewson2023-06-221-6/+8
| * | | New ErrorKind for invalid onion addressesNick Mathewson2023-06-224-0/+27
| * | | socksproto: Add unspecified but documented socks5 extension codesNick Mathewson2023-06-221-0/+8
| * | | Remove ErrorKind::OnionService{Intro,Rend}FailedNick Mathewson2023-06-222-25/+0
| * | | Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-215-5/+36
* | | | Merge branch 'notes' into 'main'gabi-2502023-06-221-13/+5
|\ \ \ \
| * | | | tor-hsclient: Delete/rewrite out-of-date commentaryIan Jackson2023-06-221-13/+5
| | |/ / | |/| |