summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | GetMicrodescsState: Break out with_mdreceiver_for_missingIan Jackson2022-03-171-13/+23
| * | | | GetMicrodescsState: Dedupe slightlyIan Jackson2022-03-171-8/+9
| * | | | netdir: Use an even smaller rep for list of microdescsNick Mathewson2022-03-161-55/+29
| * | | | tor-dirmgr: Remove redundant hashtable.Nick Mathewson2022-03-162-22/+52
| * | | | NetDir: Use less space in hash tablesNick Mathewson2022-03-161-61/+35
* | | | | Merge branch 'set_iso_group_redux' into 'main'Ian Jackson2022-03-175-5/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Alternative API for set_isolation_group().Nick Mathewson2022-03-175-5/+13
|/ / / /
* | | | Update semver_status.md for isolation changesNick Mathewson2022-03-171-0/+4
* | | | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-1712-214/+460
|\ \ \ \