| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | tor-keymgr: Rename RelKeyPath::new to RelKeyPath::arti. | Gabriela Moldovan | 2024-10-08 | 2 | -3/+3 | |
| | * | | | | | tor-keymgr: Move the checked_op utils out of the arti module. | Gabriela Moldovan | 2024-10-08 | 3 | -10/+16 | |
| | * | | | | | tor-hsclient: Implement ctor_path for client keys. | Gabriela Moldovan | 2024-10-08 | 1 | -1/+8 | |
| | * | | | | | tor-hsservice: Implement ctor_path() for service keys. | Gabriela Moldovan | 2024-10-08 | 1 | -0/+20 | |
| | * | | | | | tor-hsservice: Remove now-unused import from internal prelude. | Gabriela Moldovan | 2024-10-08 | 1 | -1/+1 | |
| | * | | | | | tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt). | Gabriela Moldovan | 2024-10-08 | 3 | -6/+6 | |
| | * | | | | | tor-keymgr: Rename KeyPathRange to ArtiPathRange. | Gabriela Moldovan | 2024-10-08 | 6 | -10/+11 | |
| | * | | | | | tor-keymgr: Implement KeyPath::matches for CTorPaths. | Gabriela Moldovan | 2024-10-08 | 4 | -22/+44 | |
| | * | | | | | tor-keymgr: Reimagine CTorPath as an enum. | Gabriela Moldovan | 2024-10-08 | 4 | -14/+82 | |
| | * | | | | | arti: Remove extraneous whitespace from example config. | Gabriela Moldovan | 2024-10-08 | 1 | -1/+1 | |
| | * | | | | | tor-keymgr: Add configuration for C Tor service keystores. | Gabriela Moldovan | 2024-10-08 | 5 | -4/+246 | |
| | * | | | | | tor-keymgr: Return an error if the keystore IDs are not unique. | Gabriela Moldovan | 2024-10-08 | 1 | -0/+8 | |
| | * | | | | | tor-keymgr: Move config/arti.rs to config.rs | Gabriela Moldovan | 2024-10-08 | 6 | -119/+120 | |
| | * | | | | | tor-hsservice: Move HsNickname to tor-persist. | Gabriela Moldovan | 2024-10-08 | 4 | -7/+16 | |
| * | | | | | | Merge branch 'dyn-time-2' into 'main' | Ian Jackson | 2024-10-08 | 1 | -11/+15 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | tor-rtmock: dyn_time tests: rustfmt | Ian Jackson | 2024-10-08 | 1 | -3/+1 | |
| | * | | | | | tor-rtmock: dyn_time tests: Check DropCount on type-mismatch path | Ian Jackson | 2024-10-08 | 1 | -1/+7 | |
| | * | | | | | tor-rtmock: dyn_time tests: Make try_downcast_string return S, not impl | Ian Jackson | 2024-10-08 | 1 | -3/+3 | |
| | * | | | | | tor-rtmock: dyn_time tests: Break out try_downcast_string | Ian Jackson | 2024-10-08 | 1 | -8/+8 | |
| | * | | | | | tor-rtmock: dyn_time tests: Rename try_downcast_dc from chk | Ian Jackson | 2024-10-08 | 1 | -2/+2 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'update-feature-flag-docs' into 'main' | Ian Jackson | 2024-10-08 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti: Remove outdated information from README. | Wesley Aptekar-Cassels | 2024-10-08 | 1 | -2/+2 | |
| | * | | | | | docs: Add vanguard feature flag to README. | Wesley Aptekar-Cassels | 2024-10-07 | 1 | -3/+3 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge branch 'memquota-macro-tidying' into 'main' | Ian Jackson | 2024-10-08 | 1 | -21/+25 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tor-proto: memquota: Rationalise macro innards | Ian Jackson | 2024-10-07 | 1 | -11/+13 | |
| | * | | | | | tor-proto: memquota: Fix a docs typo | Ian Jackson | 2024-10-07 | 1 | -1/+1 | |
| | * | | | | | tor-proto: memquota: Rename SpecificAccount::Parent to ConstructedFrom | Ian Jackson | 2024-10-07 | 1 | -11/+13 | |
| * | | | | | | Merge branch 'circmgr-code-motion-for-tests' into 'main' | Ian Jackson | 2024-10-08 | 1 | -193/+193 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | CircMgr: Move note_external_{failure, success} methods to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -27/+27 | |
| | * | | | | | CircMgr: Move get_or_launch_dir_specific method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -18/+18 | |
| | * | | | | | CircMgr: Move get_or_launch_exit method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -45/+45 | |
| | * | | | | | CircMgr: Move get_or_launch_dir method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -8/+8 | |
| | * | | | | | CircMgr: Move skew_events method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -11/+11 | |
| | * | | | | | CircMgr: Move retire_circ method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -6/+6 | |
| | * | | | | | CircMgr: Move reconfigure method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -67/+67 | |
| | * | | | | | CircMgr: Move retire_all_circuits method to generic impl. | Wesley Aptekar-Cassels | 2024-10-03 | 1 | -11/+11 | |
| * | | | | | | Merge branch 'allow-onion-addrs-default-true' into 'main' | gabi-250 | 2024-10-07 | 4 | -42/+4 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | Default allow_onion_addrs to true. | Wesley Aptekar-Cassels | 2024-10-07 | 4 | -42/+4 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge branch 'params-required' into 'main' | Nick Mathewson | 2024-10-07 | 1 | -3/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | rpcserver: Remove TODO about optionality of params | Nick Mathewson | 2024-10-07 | 1 | -3/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'fix-onion-service-client-feature-flag' into 'main' | gabi-250 | 2024-10-07 | 2 | -5/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arti-client: Fix restricted-discovery dependencies. | Wesley Aptekar-Cassels | 2024-10-07 | 1 | -1/+1 | |
| | * | | | | | arti-client: Fix incorrect feature gate for onion-service-client. | Wesley Aptekar-Cassels | 2024-10-07 | 1 | -4/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'fix-flaky-accept-valid-sendme-test' into 'main' | Jim Newsome | 2024-10-07 | 1 | -4/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | tor-proto: Fix flaky circuit::test::accept_valid_sendme test. | Wesley Aptekar-Cassels | 2024-10-07 | 1 | -4/+3 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'bump-futures-util' into 'main' | Nick Mathewson | 2024-10-07 | 1 | -14/+14 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | cargo-audit Bump our various futures-* deps to 0.3.31. | Gabriela Moldovan | 2024-10-07 | 1 | -14/+14 | |
| * | | | | Merge branch 'mq' into 'main' | Ian Jackson | 2024-10-07 | 30 | -63/+453 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Document breaking changes (new memquota arguments) | Ian Jackson | 2024-10-03 | 1 | -0/+9 | |
| | * | | | tor-proto: Remove the no-longer needed allows | Ian Jackson | 2024-10-03 | 3 | -3/+0 | |
