| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | maint/matrix_test: Print what command we are running! | Ian Jackson | 2022-11-21 | 1 | -0/+1 | |
| * | | | | | | Merge branch 'stability' into 'main' | Nick Mathewson | 2022-11-23 | 2 | -17/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | arti-client, tor-config: Remove stability warning from top-level docs | Ian Jackson | 2022-11-21 | 2 | -17/+0 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'remove_deadcode_allow' into 'main' | Nick Mathewson | 2022-11-23 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | guardmgr: Remove a now-unneeded "allow(dead_code)" | Nick Mathewson | 2022-11-16 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'install_mgr' into 'main' | Nick Mathewson | 2022-11-23 | 6 | -36/+172 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | ChanMgr: Another attempt to build on CI. | Nick Mathewson | 2022-11-23 | 1 | -1/+7 | |
| | * | | | | | | ChanMgr: Rename Factory -> CompoundFactory | Nick Mathewson | 2022-11-23 | 2 | -5/+5 | |
| | * | | | | | | ChanMgr: Fix a few more conditional-compilation issues | Nick Mathewson | 2022-11-23 | 3 | -0/+3 | |
| | * | | | | | | ChanMgr: Remove Arc aliases. | Nick Mathewson | 2022-11-23 | 1 | -12/+6 | |
| | * | | | | | | Mark set-default-factory API as experimental. | Nick Mathewson | 2022-11-23 | 2 | -5/+4 | |
| | * | | | | | | Make ChannelFactory and AbstractPtMgr require Send+Sync | Nick Mathewson | 2022-11-23 | 2 | -6/+6 | |
| | * | | | | | | ChanMgr: Implement functions that replace channel factories. | Nick Mathewson | 2022-11-23 | 4 | -21/+113 | |
| | * | | | | | | ChanMgr: move the AbstractChanFactory into MgrState. | Nick Mathewson | 2022-11-22 | 5 | -18/+60 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'retire_on_guard_cfg_change' into 'main' | Nick Mathewson | 2022-11-22 | 3 | -19/+102 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Even more comments explaining circuit cancellation. | Nick Mathewson | 2022-11-22 | 1 | -3/+37 | |
| | * | | | | | | Improve notes surrounding circuit cancellation. | Nick Mathewson | 2022-11-22 | 2 | -6/+18 | |
| | * | | | | | | CircMgr: retire all circuits if bridge configuration changes. | Nick Mathewson | 2022-11-22 | 2 | -12/+49 | |
| * | | | | | | | Merge branch 'abstract-pt-mgr' into 'main' | Nick Mathewson | 2022-11-22 | 5 | -74/+34 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'main' into 'abstract-pt-mgr' | Nick Mathewson | 2022-11-22 | 54 | -349/+1348 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'bridge-transp-parse' into 'main' | Ian Jackson | 2022-11-22 | 3 | -52/+124 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | TransportId: Fix test case for no pt-target | Ian Jackson | 2022-11-22 | 1 | -16/+19 | |
| | * | | | | | | bridge config parsing tests: Show expected error message in asssrt | Ian Jackson | 2022-11-22 | 1 | -2/+3 | |
| | * | | | | | | bridge config parsing: Parse transport as TransportId (fmt) | Ian Jackson | 2022-11-22 | 1 | -17/+15 | |
| | * | | | | | | bridge config parsing: Parse transport as TransportId | Ian Jackson | 2022-11-22 | 1 | -11/+23 | |
| | * | | | | | | bridge config parsing: Move unsupported block | Ian Jackson | 2022-11-22 | 1 | -7/+7 | |
| | * | | | | | | TransportId: Parse "bridge" as builtin transport | Ian Jackson | 2022-11-22 | 1 | -3/+8 | |
| | * | | | | | | TransportId: Provide new_builtin and new_pluggable | Ian Jackson | 2022-11-22 | 1 | -0/+15 | |
| | * | | | | | | TransportId: Provide name accessor and deconstructor | Ian Jackson | 2022-11-22 | 1 | -0/+26 | |
| | * | | | | | | TransportId: Document and change string repr for builtin | Ian Jackson | 2022-11-22 | 1 | -6/+16 | |
| | * | | | | | | TransportId: Add test case for builtin Display repr | Ian Jackson | 2022-11-22 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'atty' into 'main' | Nick Mathewson | 2022-11-22 | 1 | -0/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Ignore atty theoretical unaligned read for now | Ian Jackson | 2022-11-22 | 1 | -0/+7 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'bridge-require' into 'main' | Ian Jackson | 2022-11-21 | 7 | -148/+232 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bridge non-support: Add doc notes to GuardMgrConfig::bridges_enabled | Ian Jackson | 2022-11-21 | 1 | -0/+7 | |
| | * | | | | | | bridge non-support: Test that we reject configs | Ian Jackson | 2022-11-21 | 1 | -4/+19 | |
| | * | | | | | | bridge non-support: De-cfg the primary bridge config fields | Ian Jackson | 2022-11-21 | 2 | -10/+3 | |
| | * | | | | | | bridge non-support: Provide a better BridgeConfigBuilder | Ian Jackson | 2022-11-21 | 2 | -3/+47 | |
| | * | | | | | | bridge config: Feature-gate the error variants | Ian Jackson | 2022-11-21 | 1 | -0/+9 | |
| | * | | | | | | bridge config: Move error to its own file | Ian Jackson | 2022-11-21 | 2 | -104/+112 | |
| | * | | | | | | bridge non-support: Move dummy bridge module into own file | Ian Jackson | 2022-11-21 | 2 | -22/+23 | |
| | * | | | | | | arti cfg test: Break out expect_err_contains function | Ian Jackson | 2022-11-21 | 1 | -9/+15 | |
| | * | | | | | | bridge non-support: Disable the test for now | Ian Jackson | 2022-11-21 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'bridge-config-builder' into 'main' | Ian Jackson | 2022-11-21 | 14 | -74/+734 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | tor-config: introduce ConfigBuildError::Unsupported | Ian Jackson | 2022-11-21 | 2 | -1/+15 | |
| | * | | | | | tor-config: ConfigBuildError::within: Introduce add_prefix | Ian Jackson | 2022-11-21 | 1 | -3/+4 | |
| | * | | | | | bridge config builder: Introduce error constructor helpers (fmt noise) | Ian Jackson | 2022-11-21 | 1 | -12/+12 | |
| | * | | | | | bridge config builder: Introduce error constructor helpers | Ian Jackson | 2022-11-21 | 1 | -40/+47 | |
| | * | | | | | bridge config builder: Document one id of each type restriction | Ian Jackson | 2022-11-21 | 1 | -0/+2 | |
| | * | | | | | bridge config builder: Document PT one address restriction | Ian Jackson | 2022-11-21 | 1 | -0/+2 | |
