| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | keymgr: Remove unnecessary pub(crate). | Gabriela Moldovan | 2023-06-22 | 1 | -5/+5 | |
| | * | | | | keymgr: Define a `keymgr` feature. | Gabriela Moldovan | 2023-06-22 | 2 | -0/+22 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'proto-better-path' into 'main' | Nick Mathewson | 2023-06-22 | 4 | -86/+218 | |
| |\ \ \ \ | ||||||
| | * | | | | hspool: Use let-else pattern; our MSRV permits it. | Nick Mathewson | 2023-06-22 | 1 | -6/+2 | |
| | * | | | | proto: Resolve/downgrade some path-related "TODO HS" items | Nick Mathewson | 2023-06-22 | 2 | -4/+6 | |
| | * | | | | proto: Implement Redactable and Display for PathEntry. | Nick Mathewson | 2023-06-22 | 1 | -0/+23 | |
| | * | | | | circmgr: Use path_ref() instead of path(). | Nick Mathewson | 2023-06-22 | 1 | -24/+45 | |
| | * | | | | proto: Add ClientCirc::path_ref(), deprecate path(). | Nick Mathewson | 2023-06-22 | 1 | -13/+35 | |
| | * | | | | proto: Make Path and PathEntry at least minimally useful | Nick Mathewson | 2023-06-22 | 1 | -0/+28 | |
| | * | | | | proto: Expose an opaque PathEntry. | Nick Mathewson | 2023-06-22 | 3 | -20/+29 | |
| | * | | | | proto: Make Path public | Nick Mathewson | 2023-06-22 | 2 | -4/+9 | |
| | * | | | | proto: Remove Mutex from Path. | Nick Mathewson | 2023-06-22 | 3 | -17/+13 | |
| | * | | | | proto: Move Path into a separate shared mutable structure | Nick Mathewson | 2023-06-22 | 2 | -14/+44 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge branch 'proto-todos' into 'main' | Nick Mathewson | 2023-06-22 | 5 | -30/+43 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | proto: Downgrade a comment about unauthenticated SENDMEs | Nick Mathewson | 2023-06-21 | 1 | -5/+9 | |
| | * | | | proto::circuit::handshake: downgrade a "TODO HS". | Nick Mathewson | 2023-06-21 | 1 | -2/+2 | |
| | * | | | proto: Put client and service hs_ntor behind individual features | Nick Mathewson | 2023-06-21 | 1 | -5/+17 | |
| | * | | | proto: Resolve some hs_ntor "TODO HS" comments. | Nick Mathewson | 2023-06-21 | 1 | -10/+7 | |
| | * | | | proto: downgrade some "TODO HS" comments to "HSS" | Nick Mathewson | 2023-06-21 | 2 | -8/+8 | |
| | |/ / | ||||||
| * | | | Merge branch 'socks_errorkinds' into 'main' | Nick Mathewson | 2023-06-22 | 10 | -31/+75 | |
| |\ \ \ | ||||||
| | * | | | arti: Resolve TODO HS items related to extended SOCKS5 errors | Nick Mathewson | 2023-06-22 | 1 | -6/+8 | |
| | * | | | New ErrorKind for invalid onion addresses | Nick Mathewson | 2023-06-22 | 5 | -0/+28 | |
| | * | | | socksproto: Add unspecified but documented socks5 extension codes | Nick Mathewson | 2023-06-22 | 1 | -0/+8 | |
| | * | | | Remove ErrorKind::OnionService{Intro,Rend}Failed | Nick Mathewson | 2023-06-22 | 2 | -25/+0 | |
| | * | | | Generate correct ErrorKinds for hsdesc decryption failures. | Nick Mathewson | 2023-06-21 | 5 | -5/+36 | |
| * | | | | Merge branch 'notes' into 'main' | gabi-250 | 2023-06-22 | 1 | -13/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-hsclient: Delete/rewrite out-of-date commentary | Ian Jackson | 2023-06-22 | 1 | -13/+5 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'downgrade-todo' into 'main' | Alexander Færøy | 2023-06-22 | 3 | -3/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | keymgr: Downgrade 2 "TODO hs" to "TODO HSS". | Gabriela Moldovan | 2023-06-22 | 2 | -2/+2 | |
| | * | | | keymgr: Remove outdated TODO. | Gabriela Moldovan | 2023-06-22 | 1 | -1/+0 | |
| |/ / / | ||||||
| * | | | Merge branch 'stderr' into 'main' | Alexander Færøy | 2023-06-21 | 47 | -1/+93 | |
| |\ \ \ | ||||||
| | * | | | lints: Run maint/add_warning to actually apply new lints (again) | Ian Jackson | 2023-06-21 | 1 | -0/+2 | |
| | * | | | lints: Run maint/add_warning to actually apply new lints | Ian Jackson | 2023-06-21 | 44 | -0/+88 | |
| | * | | | lints: Promote clippy::print_stderr and clippy::print_stdout | Ian Jackson | 2023-06-21 | 2 | -1/+3 | |
| * | | | | Merge branch 'keymgr-refactor-fs-ops-2' into 'main' | Ian Jackson | 2023-06-21 | 3 | -18/+20 | |
| |\ \ \ \ | ||||||
| | * | | | | keymgr: Fix clippy lints. | Gabriela Moldovan | 2023-06-21 | 1 | -1/+1 | |
| | * | | | | keymgr: Remove outdated TODO. | Gabriela Moldovan | 2023-06-21 | 1 | -2/+0 | |
| | * | | | | keymgr: Make ArtiNativeKeyStore::key_path() return a relative path. | Gabriela Moldovan | 2023-06-21 | 1 | -15/+19 | |
| | * | | | | keymgr: Derive Into for ArtiPath. | Gabriela Moldovan | 2023-06-21 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'keymgr-api-consistency' into 'main' | Ian Jackson | 2023-06-21 | 5 | -44/+49 | |
| |\ \ \ \ | ||||||
| | * | | | | keymgr: Remove Error::NotFound, update KeyMgr, KeyStore APIs. | Gabriela Moldovan | 2023-06-21 | 5 | -44/+49 | |
| * | | | | | Merge branch 'keymgr-rm-cond' into 'main' | Ian Jackson | 2023-06-21 | 1 | -10/+4 | |
| |\| | | | | ||||||
| | * | | | | keymgr: Remove unnecessary condition. | Gabriela Moldovan | 2023-06-21 | 1 | -10/+4 | |
| * | | | | | Merge branch 'keymgr-remove-todo' into 'main' | Ian Jackson | 2023-06-21 | 1 | -8/+0 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | keymgr: Remove outdated TODO. | Gabriela Moldovan | 2023-06-21 | 1 | -8/+0 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge branch 'defer-hsservice-todos' into 'main' | Ian Jackson | 2023-06-21 | 5 | -26/+26 | |
| |\ \ \ \ | ||||||
| | * | | | | Downgrade every "TODO HS" in tor-hsservice | Nick Mathewson | 2023-06-20 | 5 | -26/+26 | |
| * | | | | | Merge branch 'hsdesc-accessors' into 'main' | Ian Jackson | 2023-06-21 | 3 | -50/+58 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | netdoc: downgrade two accessor-related TODOs | Nick Mathewson | 2023-06-20 | 1 | -4/+1 | |
| | * | | | | | netdoc: Use derive amplify::Getters for HsDesc accessors. | Nick Mathewson | 2023-06-20 | 3 | -46/+57 | |
| | |/ / / / | ||||||
