summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | connect points: Validate more correctness propertiesNick Mathewson2024-11-191-4/+23
| * | | connect points: Remember original string addressesNick Mathewson2024-11-193-6/+61
| * | | rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-194-1/+193
| * | | rpc-connect: Move tempdir() helper to a new moduleNick Mathewson2024-11-193-17/+36
| * | | RPC connect points: Facility to load from files.Nick Mathewson2024-11-194-1/+427
| * | | connect point: implement FromStr.Nick Mathewson2024-11-191-17/+58
| * | | tor-connect-point: new crate to manage RPC connect pointsNick Mathewson2024-11-196-27/+558
| * | | CfgAddr: Function to check whether substitutions applyNick Mathewson2024-11-191-0/+10
| * | | tor-config-path: Note an unused error variantNick Mathewson2024-11-191-0/+2
|/ / /
* | | Merge branch 'config-paths' into 'main'opara2024-11-1817-213/+484
|\ \ \
| * | | arti-client: change test to use path resolver from `TorClientConfig`Steven Engler2024-11-181-6/+12
| * | | tor-config-path: add more documentation to `CfgPathResolver`Steven Engler2024-11-181-0/+9
| * | | tor-config-path: remove `Option` from resolver valueSteven Engler2024-11-182-22/+28
| * | | arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-184-41/+70
| * | | arti-client: add a more-comprehensive cfg variable testSteven Engler2024-11-181-10/+35
| * | | arti-client: moved two tests from tor-config-pathSteven Engler2024-11-182-23/+20
| * | | update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-1813-144/+220
| * | | tor-ptmgr: pass through the `CfgPathResolver`Steven Engler2024-11-183-3/+19
| * | | tor-hsservice: pass through the `CfgPathResolver`Steven Engler2024-11-186-15/+55
| * | | tor-config-path: begin using the `CfgPathResolver`Steven Engler2024-11-181-20/+28
| * | | tor-config-path: add unused `CfgPathResolver`Steven Engler2024-11-181-1/+60
| * | | tor-config-path: moved 'impl Display for CfgPath' blockSteven Engler2024-11-181-9/+9
| * | | tor-config-path: moved two testsSteven Engler2024-11-181-35/+35
|/ / /
* | | Merge branch 'dummy-keymgr-docs' into 'main'Ian Jackson2024-11-182-14/+30
|\ \ \
| * | | tor-keymgr: Say that another option is to enable keymgr unconditionally.Gabriela Moldovan2024-11-141-0/+2
| * | | tor-keymgr: Remove a couple of dummy KeyMgr functions.Gabriela Moldovan2024-11-142-14/+1
| * | | tor-keymgr: Explain why the dummy keymgr is missing some functions.Gabriela Moldovan2024-11-141-1/+28
* | | | Merge branch 'relay-bin-2' into 'main'opara2024-11-145-35/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | arti-relay: small change to log level commentSteven Engler2024-11-141-1/+1
| * | | arti-relay: remove TODO comment about runtimesSteven Engler2024-11-141-7/+3
| * | | arti-relay: remove runtime/tls-related featuresSteven Engler2024-11-143-27/+5
| |/ /
* | | Merge branch 'keymgr-cert-note' into 'main'gabi-2502024-11-141-0/+412
|\ \ \
| * | | doc/dev/notes: keymgr-certificates: Clarify how keymgr might generate the cert.Gabriela Moldovan2024-11-141-2/+3
| * | | doc/dev/notes: keymgr-certificates: Emphasize that we won't manage arbitrary ...Gabriela Moldovan2024-11-141-3/+8
| * | | doc/dev/notes: keymgr-certificates: Abolish get_cert_entry.Gabriela Moldovan2024-11-141-16/+0
| * | | doc/dev/notes: keymgr-certificates: Allow the cert denotators to be absent.Gabriela Moldovan2024-11-141-11/+9
| * | | doc/dev/notes: keymgr-certificates: Update proposed renaming.Gabriela Moldovan2024-11-141-28/+19
| * | | doc/dev/notes: keymgr-certificates: Apply key format clarifications from Diziet.Gabriela Moldovan2024-11-141-0/+7
| * | | doc/dev/notes: keymgr-certificates: Apply suggestions from Diziet.gabi-2502024-11-141-2/+2
| * | | doc/dev/notes: keymgr-certificates: Clarify code docs.Gabriela Moldovan2024-11-141-4/+8
| * | | doc/dev/notes: keymgr-certificates: Fix typo.Gabriela Moldovan2024-11-141-1/+1
| * | | doc/dev/notes: keymgr-certificates: Remove unreadable chunk from intro.Gabriela Moldovan2024-11-141-8/+3
| * | | doc/dev/notes: keymgr-certificates: Remove unnecessary args.Gabriela Moldovan2024-11-141-4/+0
| * | | doc/dev/notes: keymgr-certificates: Reorder args for clarity.Gabriela Moldovan2024-11-141-4/+4
| * | | doc/dev/notes: keymgr-certificates: Move subject key specifier to trait.Gabriela Moldovan2024-11-141-2/+2
| * | | doc/dev/notes: keymgr-certificates: Say that cert paths are derived from key ...Gabriela Moldovan2024-11-141-26/+39
| * | | doc/dev/notes: keymgr-certificates: Mention the uid we settled on in !2577.Gabriela Moldovan2024-11-141-5/+5
| * | | doc/dev/notes: keymgr-certificates: Remove outdated design.Gabriela Moldovan2024-11-141-191/+33
| * | | doc/dev/notes: keymgr-certificates: Clarify confusing wording.Gabriela Moldovan2024-11-141-3/+2
| * | | doc/dev/notes: keymgr-certificates: Make the signing_key optionally present i...Gabriela Moldovan2024-11-141-3/+37