summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-keymgr: Export the CTor{Client,Service}Keystores.Gabriela Moldovan2024-10-080-0/+0
| * | | | | tor-keymgr: Derive Getters for CTorKeystoreConfig.Gabriela Moldovan2024-10-081-1/+1
| * | | | | tor-keymgr: Derive Getters for the ArtiKeystoreConfig.Gabriela Moldovan2024-10-081-1/+2
| * | | | | arti-client: Refactor KeyMgr building logic.Gabriela Moldovan2024-10-081-15/+14
| * | | | | tor-keymgr: Add a keystore for C Tor client keys.Gabriela Moldovan2024-10-085-1/+333
| * | | | | tor-keymgr: Add a keystore for C Tor service keys.Gabriela Moldovan2024-10-086-0/+480
| * | | | | tor-keymgr: Rename Filesystem variant to Io for clarity (fmt).Gabriela Moldovan2024-10-082-44/+57
| * | | | | tor-keymgr: Rename Filesystem variant to Io for clarity.Gabriela Moldovan2024-10-082-3/+3
| * | | | | tor-keymgr: Refactor common fs errors into a separate error enum.Gabriela Moldovan2024-10-083-76/+96
| * | | | | tor-keymgr: Add RelKeyPath::from_parts constructor.Gabriela Moldovan2024-10-081-0/+5
| * | | | | tor-keymgr: Rename RelKeyPath::new to RelKeyPath::arti.Gabriela Moldovan2024-10-082-3/+3
| * | | | | tor-keymgr: Move the checked_op utils out of the arti module.Gabriela Moldovan2024-10-083-10/+16
| * | | | | tor-hsclient: Implement ctor_path for client keys.Gabriela Moldovan2024-10-081-1/+8
| * | | | | tor-hsservice: Implement ctor_path() for service keys.Gabriela Moldovan2024-10-081-0/+20
| * | | | | tor-hsservice: Remove now-unused import from internal prelude.Gabriela Moldovan2024-10-081-1/+1
| * | | | | tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).Gabriela Moldovan2024-10-083-6/+6
| * | | | | tor-keymgr: Rename KeyPathRange to ArtiPathRange.Gabriela Moldovan2024-10-086-10/+11
| * | | | | tor-keymgr: Implement KeyPath::matches for CTorPaths.Gabriela Moldovan2024-10-084-22/+44
| * | | | | tor-keymgr: Reimagine CTorPath as an enum.Gabriela Moldovan2024-10-084-14/+82
| * | | | | arti: Remove extraneous whitespace from example config.Gabriela Moldovan2024-10-081-1/+1
| * | | | | tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-085-4/+246
| * | | | | tor-keymgr: Return an error if the keystore IDs are not unique.Gabriela Moldovan2024-10-081-0/+8
| * | | | | tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-086-119/+120
| * | | | | tor-hsservice: Move HsNickname to tor-persist.Gabriela Moldovan2024-10-084-7/+16
* | | | | | Merge branch 'dyn-time-2' into 'main'Ian Jackson2024-10-081-11/+15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | tor-rtmock: dyn_time tests: rustfmtIan Jackson2024-10-081-3/+1
| * | | | | tor-rtmock: dyn_time tests: Check DropCount on type-mismatch pathIan Jackson2024-10-081-1/+7
| * | | | | tor-rtmock: dyn_time tests: Make try_downcast_string return S, not implIan Jackson2024-10-081-3/+3
| * | | | | tor-rtmock: dyn_time tests: Break out try_downcast_stringIan Jackson2024-10-081-8/+8
| * | | | | tor-rtmock: dyn_time tests: Rename try_downcast_dc from chkIan Jackson2024-10-081-2/+2
| |/ / / /
* | | | | Merge branch 'update-feature-flag-docs' into 'main'Ian Jackson2024-10-081-3/+3
|\ \ \ \ \
| * | | | | arti: Remove outdated information from README.Wesley Aptekar-Cassels2024-10-081-2/+2
| * | | | | docs: Add vanguard feature flag to README.Wesley Aptekar-Cassels2024-10-071-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'memquota-macro-tidying' into 'main'Ian Jackson2024-10-081-21/+25
|\ \ \ \ \
| * | | | | tor-proto: memquota: Rationalise macro innardsIan Jackson2024-10-071-11/+13
| * | | | | tor-proto: memquota: Fix a docs typoIan Jackson2024-10-071-1/+1
| * | | | | tor-proto: memquota: Rename SpecificAccount::Parent to ConstructedFromIan Jackson2024-10-071-11/+13
* | | | | | Merge branch 'circmgr-code-motion-for-tests' into 'main'Ian Jackson2024-10-081-193/+193
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CircMgr: Move note_external_{failure, success} methods to generic impl.Wesley Aptekar-Cassels2024-10-031-27/+27
| * | | | | CircMgr: Move get_or_launch_dir_specific method to generic impl.Wesley Aptekar-Cassels2024-10-031-18/+18
| * | | | | CircMgr: Move get_or_launch_exit method to generic impl.Wesley Aptekar-Cassels2024-10-031-45/+45
| * | | | | CircMgr: Move get_or_launch_dir method to generic impl.Wesley Aptekar-Cassels2024-10-031-8/+8
| * | | | | CircMgr: Move skew_events method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
| * | | | | CircMgr: Move retire_circ method to generic impl.Wesley Aptekar-Cassels2024-10-031-6/+6
| * | | | | CircMgr: Move reconfigure method to generic impl.Wesley Aptekar-Cassels2024-10-031-67/+67
| * | | | | CircMgr: Move retire_all_circuits method to generic impl.Wesley Aptekar-Cassels2024-10-031-11/+11
* | | | | | Merge branch 'allow-onion-addrs-default-true' into 'main'gabi-2502024-10-074-42/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-074-42/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'params-required' into 'main'Nick Mathewson2024-10-071-3/+0
|\ \ \ \ \
| * | | | | rpcserver: Remove TODO about optionality of paramsNick Mathewson2024-10-071-3/+0
| |/ / / /