summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-152-21/+15
* | | Merge branch 'remove_netdoc_todo' into 'main'Nick Mathewson2022-11-151-2/+0
|\ \ \ | |/ / |/| |
| * | Remove a `TODO pt-client` in netdoc.Nick Mathewson2022-11-151-2/+0
|/ /
* | Merge branch 'fix_bridgeconf_lookup' into 'main'Nick Mathewson2022-11-154-2/+21
|\ \
| * | Resolve a dead-code warning.Nick Mathewson2022-11-151-0/+1
| * | Allow a subset-only ChanMethod match when looking up a BridgeConfigNick Mathewson2022-11-152-1/+20
| * | Remove a spurious log that I committed by mistake. Whoops.Nick Mathewson2022-11-151-1/+0
* | | Merge branch 'cfg-doc' into 'main'Ian Jackson2022-11-151-3/+48
|\ \ \ | |/ / |/| / | |/
| * arti cfg test: Document exhaustive_1 and comment exhaustiveIan Jackson2022-11-151-0/+39
| * arti cfg test: Break out CONFIG_KEYS_EXPECT_NO_EXAMPLEIan Jackson2022-11-151-2/+9
| * arti cfg test: Drop a redundant allowIan Jackson2022-11-151-1/+0
* | Merge branch 'fix_parse' into 'main'eta2022-11-154-5/+42
|\ \
| * | netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-152-3/+34
| * | tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-153-2/+8
* | | Merge branch 'implement_usage' into 'main'Nick Mathewson2022-11-151-1/+22
|\ \ \ | |/ / |/| |
| * | Implement more cases for `DirSpecificTarget`.Nick Mathewson2022-11-151-1/+22
|/ /
* | Merge branch 'bdm-arc' into 'main'Nick Mathewson2022-11-152-5/+12
|\ \ | |/ |/|
| * guardmgr: Document that guardmgr only holds a WeakIan Jackson2022-11-151-0/+5
| * arti-client: Retain a strong reference to the inner Arc<BridgeDescMgr>Ian Jackson2022-11-151-5/+7
|/
* Merge branch 'bdm-plumb' into 'main'Ian Jackson2022-11-152-2/+86
|\
| * bridges: Create and install a BridgeDescMgr when we bootstrapIan Jackson2022-11-152-0/+72
| * arti-client: Store a handle to the DirMgrStore in TorClient (fmt)Ian Jackson2022-11-151-1/+6
| * arti-client: Store a handle to the DirMgrStore in TorClientIan Jackson2022-11-151-1/+4
| * arti-client: Store a handle to the guardmgr in TorClientIan Jackson2022-11-151-1/+5
|/
* Merge branch 'make_bridges_work' into 'main'Nick Mathewson2022-11-141-0/+1
|\
| * Preserve active_set when loading guards.Nick Mathewson2022-11-141-0/+1
* | Merge branch 'report_missing_descs' into 'main'Nick Mathewson2022-11-143-1/+66
|\|
| * GuardMgr: Update desired bridge descs from 'update' function.Nick Mathewson2022-11-142-1/+29
| * GuardSet: Add a method to report which bridge descs we want.Nick Mathewson2022-11-141-0/+37
* | Merge branch 'guardmgr' into 'main'Ian Jackson2022-11-145-4/+23
|\ \
| * | Move GuardMgr::new call to arti_client::TorClient (fmt)Ian Jackson2022-11-141-4/+8
| * | Move GuardMgr::new call to arti_client::TorClientIan Jackson2022-11-144-2/+13
| * | Document Clone semantics of GuardMgr and DirMgrIan Jackson2022-11-112-0/+3
| * | cfg-ify an importIan Jackson2022-11-111-0/+1
* | | Merge branch 'store3' into 'main'Ian Jackson2022-11-147-165/+76
|\ \ \
| * | | dirmgr Store: Have constructors take DirMgrStoreIan Jackson2022-11-144-10/+23
| * | | dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr (fmt)Ian Jackson2022-11-141-8/+1
| * | | dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgrIan Jackson2022-11-142-6/+33
| * | | dirmgr Store: Abolish redundant trait implIan Jackson2022-11-142-109/+1
| * | | dirmgr Store: Use `**` syntax and deref to trait objectsIan Jackson2022-11-142-34/+20
| * | | dirmgr Store: Move Send and 'static bounds to Store traitIan Jackson2022-11-141-2/+2
| |/ /
* | | Merge branch 'bdm-dormant' into 'main'Ian Jackson2022-11-142-0/+51
|\| |
| * | bridge descriptor dormancy: Accept the dormancy valueIan Jackson2022-11-112-1/+11
| * | bridge descriptor dormancy: Add a TODO for this enumIan Jackson2022-11-111-0/+2
| * | bridge descriptor dormancy: Define an enum and semanticsIan Jackson2022-11-101-0/+39
* | | Merge branch 'arnabanimesh-main-patch-72156' into 'main'Nick Mathewson2022-11-131-1/+1
|\ \ \
| * | | Fix Windows shortcut targetarnabanimesh2022-11-131-1/+1
|/ / /
* | | Merge branch 'workaround_545' into 'main'eta2022-11-111-0/+5
|\ \ \ | |_|/ |/| |
| * | Temporarily disable it_cancels_delayed_firings.Nick Mathewson2022-11-101-0/+5
| |/
* | Merge branch 'guardmgr-todo-misc' into 'main'Nick Mathewson2022-11-108-75/+142
|\ \