summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | | 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
* | | | | Merge branch 'udp-cleanup-410' into 'main'Ian Jackson2022-03-213-47/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | UdpSocket: remove support for connect().Nick Mathewson2022-03-183-47/+10
* | | | | 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-216-132/+134
* | | | | Rename arti::trace module to arti::loggingIan Jackson2022-03-212-2/+2
* | | | | Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-2110-266/+286
* | | | | Merge branch 'accessors' into 'main'Nick Mathewson2022-03-183-44/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
* | | | | Actually throw an anyhowIan Jackson2022-03-181-1/+1
|/ / / /
* | | | Merge branch 'circ_path_api' into 'main'Ian Jackson2022-03-186-40/+133
|\ \ \ \ | |/ / / |/| | |
| * | | Define accessors for circuit hops.Nick Mathewson2022-03-172-0/+39
| * | | 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
* | | | | Alternative API for set_isolation_group().Nick Mathewson2022-03-175-5/+13
| |/ / / |/| | |
* | | | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-1711-214/+440
|\ \ \ \
| * | | | replace TODOs with documentationtrinity-1686a2022-03-162-3/+2
| * | | | add isolation to dns requeststrinity-1686a2022-03-162-9/+35
| * | | | accept boxed isolation in StreamPref::set_isolation_grouptrinity-1686a2022-03-163-4/+4
| * | | | add trait to help test isolation related codetrinity-1686a2022-03-163-49/+182
| * | | | add tests on Isolation and fix conditional compilation issuestrinity-1686a2022-03-163-3/+60
| * | | | replace IsolationMap with new Isolation traittrinity-1686a2022-03-162-102/+15
| * | | | refactor restrict_muttrinity-1686a2022-03-161-14/+15
| * | | | replace Arc with Box and use dyn-clonetrinity-1686a2022-03-163-95/+62
| * | | | replace result with eithertrinity-1686a2022-03-161-5/+6
| * | | | add some documentation for new traitstrinity-1686a2022-03-161-12/+18
| * | | | replace isolated with compatibletrinity-1686a2022-03-161-13/+13
| * | | | use downcast-rs instead of our own AsAnytrinity-1686a2022-03-162-15/+4