summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fix with_coverage script to exclude pub(crate) mod test from resultstrinity-1686a2022-03-241-1/+1
| * | | move isolation in separate moduletrinity-1686a2022-03-245-330/+336
| * | | seal trait Isolationtrinity-1686a2022-03-241-1/+11
| * | | rename *_isolation_group to *_isolationtrinity-1686a2022-03-246-19/+19
* | | | Merge branch 'main' into 'main'Ian Jackson2022-03-251-2/+0
|\ \ \ \
| * | | | Fixed typo on arti-client README.mdsolanav2022-03-241-2/+0
| |/ / /
* | | | Merge branch 'dir-filter' into 'main'Ian Jackson2022-03-259-39/+184
|\ \ \ \
| * \ \ \ Merge branch 'm' into 'dir-filter'Nick Mathewson2022-03-255-69/+23
| |\ \ \ \
| | * | | | DirFilter: Move nil default impls to trait default methodsIan Jackson2022-03-251-10/+7
| | * | | | Abolish filter::DynFilter in favour of transparent DirFilterIan Jackson2022-03-255-55/+16
| | * | | | Make DirFilter be Debug + Send + SyncIan Jackson2022-03-252-9/+5
| |/ / / /
| * | | | Expose DirFilter from arti-client.Nick Mathewson2022-03-243-1/+36
| * | | | dirmgr: Initial DirFilter code.Nick Mathewson2022-03-246-0/+141
| * | | | Reformat {arti-client,tor-dirmgr}/Cargo.tomlNick Mathewson2022-03-242-38/+53
| |/ / /
* | | | Merge branch 'task-scheduler-2' into 'main'eta2022-03-255-36/+397
|\ \ \ \ | |/ / / |/| | |
| * | | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAteta2022-03-242-7/+142
| * | | Implement a periodic task scheduler, and a basic dormant modeeta2022-03-235-36/+262
* | | | Merge branch 'netinfo-clock-skew' into 'main'Nick Mathewson2022-03-239-28/+268
|\ \ \ \
| * | | | tor-proto: better errors when handshake fails due to untimely certsNick Mathewson2022-03-234-15/+76
| * | | | tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-237-13/+192
* | | | | Merge branch 'move-system-config' into 'main'eta2022-03-234-54/+39
|\ \ \ \ \
| * | | | | Move SystemConfig to arti::cfgIan Jackson2022-03-214-54/+39
* | | | | | Merge branch 'more_iso_docs' into 'main'eta2022-03-231-7/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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