summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Expand documentation for isolation traitsNick Mathewson2022-03-171-7/+63
* | | | | | Merge branch 'channel_retries' into 'main'Nick Mathewson2022-03-2118-227/+594
|\ \ \ \ \ \
| * | | | | | Expand some comments based on review from @diziet.Nick Mathewson2022-03-213-1/+14
| * | | | | | circmgr: When planning, only keep one error; log them all.Nick Mathewson2022-03-211-3/+6
| * | | | | | Fix build with Rust 1.53.Nick Mathewson2022-03-211-6/+9
| * | | | | | dirmgr: Note errors and inform the circmgr about them.Nick Mathewson2022-03-214-7/+126
| * | | | | | GuardMgr:: generalize GuardId::from_relay.Nick Mathewson2022-03-213-6/+10
| * | | | | | GuardMgr: new API to record guard problems from outside the crate.Nick Mathewson2022-03-212-11/+44
| * | | | | | dirclient: Collect and expose peer information from errors.Nick Mathewson2022-03-215-58/+165
| * | | | | | Expose more peer information from circuit build failuresNick Mathewson2022-03-213-9/+48
| * | | | | | dirclient: Remember the source of each resposne we receive.Nick Mathewson2022-03-214-7/+18
| * | | | | | Reformat tor-dirclient Cargo.tomlNick Mathewson2022-03-211-13/+15
| * | | | | | circmgr: Change API for using FallbackDirsNick Mathewson2022-03-215-7/+17
| * | | | | | circmgr: use AllGuardsDown to retry betterNick Mathewson2022-03-212-8/+36
| * | | | | | GuardMgr: revise handling of "all guards are down".Nick Mathewson2022-03-213-21/+62
| * | | | | | GuardMgr: use decorrelated-jitter backoff for retrying guards.Nick Mathewson2022-03-211-80/+34
* | | | | | | Merge branch 'comment' into 'main'Nick Mathewson2022-03-211-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Adjust a commentIan Jackson2022-03-211-1/+1
|/ / / / / /
* | | | | | Merge branch 'move-more-config' into 'main'Nick Mathewson2022-03-215-89/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Run rustfmt to tidy up importsIan Jackson2022-03-212-2/+5
| * | | | | ApplicationConfig: abolish accessorIan Jackson2022-03-213-10/+3
| * | | | | Move ApplicationConfig to arti crateIan Jackson2022-03-214-32/+27
| * | | | | socks: abolish config accessorsIan Jackson2022-03-212-19/+4
| * | | | | Move ProxyConfig to arti crateIan Jackson2022-03-214-53/+52
* | | | | | derive_builder: more entries in Cargo.lockNick Mathewson2022-03-211-0/+6
* | | | | | Merge branch 'udp-cleanup-410' into 'main'Ian Jackson2022-03-213-47/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | UdpSocket: remove support for connect().Nick Mathewson2022-03-183-47/+10
* | | | | | Merge branch 'move-log' into 'main'Nick Mathewson2022-03-2112-413/+400
|\ \ \ \ \ \
| * | | | | | Tidy up filt_from_opt_strIan Jackson2022-03-211-4/+3
| * | | | | | Abolish logging filter option accessorsIan Jackson2022-03-211-19/+7
| * | | | | | Abolish easy accessors for logging configIan Jackson2022-03-211-26/+6
| * | | | | | Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-217-132/+135
| * | | | | | Rename arti::trace module to arti::loggingIan Jackson2022-03-212-2/+2
| * | | | | | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-2111-275/+292
|/ / / / / /
* | | | | | Merge branch 'accessors' into 'main'Nick Mathewson2022-03-184-44/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add semver noteIan Jackson2022-03-181-0/+1
| * | | | | dirmgr: Authority: Abolish v3ident accessorIan Jackson2022-03-182-11/+3
| * | | | | dirmgr: Authority: Move a method used only for testingIan Jackson2022-03-181-6/+9
| * | | | | dirmgr: Authority: Abolish two unused accessorsIan Jackson2022-03-181-9/+1
| * | | | | dirmgr: NetworkConfig: Abolish accessorsIan Jackson2022-03-181-16/+8
| * | | | | dirmgr: NetworkConfig: Rename fallbacks struct fieldIan Jackson2022-03-181-6/+9
* | | | | | Merge branch 'anyhow' into 'main'Nick Mathewson2022-03-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Actually throw an anyhowIan Jackson2022-03-181-1/+1
|/ / / / /
* | | | | Merge branch 'circ_path_api' into 'main'Ian Jackson2022-03-187-40/+136
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Define accessors for circuit hops.Nick Mathewson2022-03-173-0/+42
| * | | | tor-proto: Remember peer information in circuit and channelNick Mathewson2022-03-176-36/+68
| * | | | ClientCirc: Move n_hops into a new Path type.Nick Mathewson2022-03-173-14/+36
* | | | | Merge branch 'md_allocation' into 'main'Nick Mathewson2022-03-172-126/+116
|\ \ \ \ \
| * | | | | Run rustfmtIan Jackson2022-03-171-5/+6
| * | | | | GetMicrodescsState: Abolish separate n_missing field inIan Jackson2022-03-171-12/+12