summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bridge config builder: Document one id of each type restrictionIan Jackson2022-11-211-0/+2
| * | | | | bridge config builder: Document PT one address restrictionIan Jackson2022-11-211-0/+2
| * | | | | Make the bridge list in the builder be a list of BridgeConfigBuilderIan Jackson2022-11-212-33/+30
| * | | | | BridgeConfigBuilder: Allow (de)ser to/from bridge linesIan Jackson2022-11-211-2/+39
| * | | | | tor-basic-utils: Provide helper for serde flexible parsingIan Jackson2022-11-214-0/+93
| * | | | | BridgeConfigBuilder: Implement FromStrIan Jackson2022-11-211-1/+46
| * | | | | BridgeConfigBuilder: Introduce build() functionIan Jackson2022-11-213-8/+257
| * | | | | BridgeConfigBuilder: Introduce the struct with the dictionary reprIan Jackson2022-11-215-6/+136
| * | | | | tor-basic-utils: list_builder: Introduce DirectDefaultEmptyListBuilderAccessorsIan Jackson2022-11-211-0/+63
| * | | | | BridgeAddr rename: update tor_guardmgr::bridge::configIan Jackson2022-11-211-5/+5
| * | | | | BridgeAddr rename from PtTargetAddr: Update in tor-linkspecIan Jackson2022-11-213-29/+38
| * | | | | tor-linkspec: Provide deconstructors for PtTargetSettings and PtTargetIan Jackson2022-11-212-0/+11
|/ / / / /
* | | | | Merge branch 'cfg-allow' into 'main'Nick Mathewson2022-11-182-0/+2
|\ \ \ \ \
| * | | | | cfg compilation: Add two allowsIan Jackson2022-11-182-0/+2
|/ / / / /
* | | | | Merge branch 'fix_nightly_20221118' into 'main'Ian Jackson2022-11-1812-20/+21
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix a couple of rustdoc issues.Nick Mathewson2022-11-182-3/+4
| * | | | Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-1810-17/+17
* | | | | Merge branch 'fix_ownedchantarget_missing' into 'main'Nick Mathewson2022-11-181-1/+1
|\ \ \ \ \
| * | | | | Fix a missing import in tests.Nick Mathewson2022-11-181-1/+1
* | | | | | Merge branch 'fix_nightly_version' into 'main'Nick Mathewson2022-11-181-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / gitlab-ci: Pin to nightly-2022-11-11Nick Mathewson2022-11-181-1/+3
| | |_|/ | |/| |
* | | | Merge branch 'refactor_into_ownedchantarget' into 'main'Nick Mathewson2022-11-184-12/+24
|\ \ \ \
| * | | | CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-184-12/+24
| | |_|/ | |/| |
* | | | Merge branch 'mark-bridges-not-experimental' into 'main'Nick Mathewson2022-11-1815-43/+103
|\ \ \ \
| * | | | circmgr: make some imports conditionalNick Mathewson2022-11-181-2/+1
| * | | | arti-client: make bridge-client depend on dirmgr/bridge-clientNick Mathewson2022-11-181-1/+1
| * | | | arti: Mark bridge and pt support non-experimental, and on-by-defaultNick Mathewson2022-11-182-4/+14
| * | | | arti: Split long lines in Cargo.tomlNick Mathewson2022-11-181-1/+10
| * | | | arti-client: Mark "bridge-client" and "pt-client" as non-experimentalNick Mathewson2022-11-182-4/+4
| * | | | arti-client: split long lines in Cargo.tomlNick Mathewson2022-11-181-2/+13
| * | | | dirmgr: make "bridge-client" non-experimental.Nick Mathewson2022-11-182-12/+16
| * | | | guardmgr: Make bridge-client and pt-client non-experimentalNick Mathewson2022-11-182-2/+14
| * | | | circmgr: Make "specific-relay" non-experimental.Nick Mathewson2022-11-182-6/+11
| * | | | chanmgr: Make "pt-client" non-experimental.Nick Mathewson2022-11-182-4/+9
| * | | | linkspec: Make "pt-client" non-experimental.Nick Mathewson2022-11-162-5/+10
| |/ / /
* | | | Merge branch 'log_guard_status' into 'main'Nick Mathewson2022-11-185-21/+42
|\ \ \ \
| * | | | GuardMgr: Log when a guard status changes (significantly).Nick Mathewson2022-11-173-1/+19
| * | | | GuardMgr: split Reachable::Unknown into Untried and RetriableNick Mathewson2022-11-172-20/+21
| * | | | ChanMgr: Log every conection attempt at debug.Nick Mathewson2022-11-171-0/+2
* | | | | Merge branch 'display_chan_target' into 'main'Ian Jackson2022-11-183-21/+81
|\| | | |
| * | | | Remove impl Display for OwnedCircTargetNick Mathewson2022-11-172-8/+1
| * | | | ChanTarget: Add a display function, with better output.Nick Mathewson2022-11-172-13/+80
| | |/ / | |/| |
* | | | Merge branch 'inst_as_arg' into 'main'Ian Jackson2022-11-182-22/+40
|\ \ \ \ | |/ / / |/| | |
| * | | GuardMgr: Add Instant to update().Nick Mathewson2022-11-162-20/+38
| * | | GuardMgr: Rename "now" arg in update() to "wallclock"Nick Mathewson2022-11-161-10/+10
| |/ /
| | * Replace TransportRegistry with AbstractPtMgreta2022-11-225-74/+34
| |/ |/|
* | Merge branch 'channelmap_rename' into 'main'eta2022-11-173-42/+41
|\ \ | |/ |/|
| * chanmgr: rename new_test_channel_map to new_test_state.Nick Mathewson2022-11-161-5/+5
| * chanmgr::mgr::*: misc spelling fixes and normali[sz]ationsNick Mathewson2022-11-162-6/+6
| * Fix up documentation that referred to a ChannelMap.Nick Mathewson2022-11-162-18/+17