| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | seal trait Isolation | trinity-1686a | 2022-03-24 | 1 | -1/+11 | |
| | * | | rename *_isolation_group to *_isolation | trinity-1686a | 2022-03-24 | 6 | -19/+19 | |
| * | | | Merge branch 'main' into 'main' | Ian Jackson | 2022-03-25 | 1 | -2/+0 | |
| |\ \ \ | ||||||
| | * | | | Fixed typo on arti-client README.md | solanav | 2022-03-24 | 1 | -2/+0 | |
| | |/ / | ||||||
| * | | | Merge branch 'dir-filter' into 'main' | Ian Jackson | 2022-03-25 | 9 | -39/+184 | |
| |\ \ \ | ||||||
| | * | | | DirFilter: Move nil default impls to trait default methods | Ian Jackson | 2022-03-25 | 1 | -10/+7 | |
| | * | | | Abolish filter::DynFilter in favour of transparent DirFilter | Ian Jackson | 2022-03-25 | 5 | -55/+16 | |
| | * | | | Make DirFilter be Debug + Send + Sync | Ian Jackson | 2022-03-25 | 2 | -9/+5 | |
| | * | | | Expose DirFilter from arti-client. | Nick Mathewson | 2022-03-24 | 3 | -1/+36 | |
| | * | | | dirmgr: Initial DirFilter code. | Nick Mathewson | 2022-03-24 | 6 | -0/+141 | |
| | * | | | Reformat {arti-client,tor-dirmgr}/Cargo.toml | Nick Mathewson | 2022-03-24 | 2 | -38/+53 | |
| | |/ / | ||||||
| * | | | Merge branch 'task-scheduler-2' into 'main' | eta | 2022-03-25 | 5 | -36/+397 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAt | eta | 2022-03-24 | 2 | -7/+142 | |
| | * | | Implement a periodic task scheduler, and a basic dormant mode | eta | 2022-03-23 | 5 | -36/+262 | |
| * | | | Merge branch 'netinfo-clock-skew' into 'main' | Nick Mathewson | 2022-03-23 | 8 | -28/+257 | |
| |\ \ \ | ||||||
| | * | | | tor-proto: better errors when handshake fails due to untimely certs | Nick Mathewson | 2022-03-23 | 3 | -15/+71 | |
| | * | | | tor-proto: add a backend to detect reported clock skew. | Nick Mathewson | 2022-03-23 | 6 | -13/+186 | |
| * | | | | Merge branch 'move-system-config' into 'main' | eta | 2022-03-23 | 4 | -54/+39 | |
| |\ \ \ \ | ||||||
| | * | | | | Move SystemConfig to arti::cfg | Ian Jackson | 2022-03-21 | 4 | -54/+39 | |
| * | | | | | Merge branch 'more_iso_docs' into 'main' | eta | 2022-03-23 | 1 | -7/+63 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Expand documentation for isolation traits | Nick Mathewson | 2022-03-17 | 1 | -7/+63 | |
| * | | | | | Merge branch 'channel_retries' into 'main' | Nick Mathewson | 2022-03-21 | 16 | -227/+583 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Expand some comments based on review from @diziet. | Nick Mathewson | 2022-03-21 | 3 | -1/+14 | |
| | * | | | | | circmgr: When planning, only keep one error; log them all. | Nick Mathewson | 2022-03-21 | 1 | -3/+6 | |
| | * | | | | | Fix build with Rust 1.53. | Nick Mathewson | 2022-03-21 | 1 | -6/+9 | |
| | * | | | | | dirmgr: Note errors and inform the circmgr about them. | Nick Mathewson | 2022-03-21 | 4 | -7/+126 | |
| | * | | | | | GuardMgr:: generalize GuardId::from_relay. | Nick Mathewson | 2022-03-21 | 3 | -6/+10 | |
| | * | | | | | GuardMgr: new API to record guard problems from outside the crate. | Nick Mathewson | 2022-03-21 | 2 | -11/+44 | |
| | * | | | | | dirclient: Collect and expose peer information from errors. | Nick Mathewson | 2022-03-21 | 4 | -58/+162 | |
| | * | | | | | Expose more peer information from circuit build failures | Nick Mathewson | 2022-03-21 | 2 | -9/+46 | |
| | * | | | | | dirclient: Remember the source of each resposne we receive. | Nick Mathewson | 2022-03-21 | 3 | -7/+17 | |
| | * | | | | | Reformat tor-dirclient Cargo.toml | Nick Mathewson | 2022-03-21 | 1 | -13/+15 | |
| | * | | | | | circmgr: Change API for using FallbackDirs | Nick Mathewson | 2022-03-21 | 4 | -7/+12 | |
| | * | | | | | circmgr: use AllGuardsDown to retry better | Nick Mathewson | 2022-03-21 | 2 | -8/+36 | |
| | * | | | | | GuardMgr: revise handling of "all guards are down". | Nick Mathewson | 2022-03-21 | 3 | -21/+62 | |
| | * | | | | | GuardMgr: use decorrelated-jitter backoff for retrying guards. | Nick Mathewson | 2022-03-21 | 1 | -80/+34 | |
| * | | | | | | Adjust a comment | Ian Jackson | 2022-03-21 | 1 | -1/+1 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge branch 'move-more-config' into 'main' | Nick Mathewson | 2022-03-21 | 5 | -89/+64 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Run rustfmt to tidy up imports | Ian Jackson | 2022-03-21 | 2 | -2/+5 | |
| | * | | | | ApplicationConfig: abolish accessor | Ian Jackson | 2022-03-21 | 3 | -10/+3 | |
| | * | | | | Move ApplicationConfig to arti crate | Ian Jackson | 2022-03-21 | 4 | -32/+27 | |
| | * | | | | socks: abolish config accessors | Ian Jackson | 2022-03-21 | 2 | -19/+4 | |
| | * | | | | Move ProxyConfig to arti crate | Ian Jackson | 2022-03-21 | 4 | -53/+52 | |
| * | | | | | Merge branch 'udp-cleanup-410' into 'main' | Ian Jackson | 2022-03-21 | 3 | -47/+10 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | UdpSocket: remove support for connect(). | Nick Mathewson | 2022-03-18 | 3 | -47/+10 | |
| * | | | | | Tidy up filt_from_opt_str | Ian Jackson | 2022-03-21 | 1 | -4/+3 | |
| * | | | | | Abolish logging filter option accessors | Ian Jackson | 2022-03-21 | 1 | -19/+7 | |
| * | | | | | Abolish easy accessors for logging config | Ian Jackson | 2022-03-21 | 1 | -26/+6 | |
| * | | | | | Move logging configuration from arti_config::options to arti::logging | Ian Jackson | 2022-03-21 | 6 | -132/+134 | |
| * | | | | | Rename arti::trace module to arti::logging | Ian Jackson | 2022-03-21 | 2 | -2/+2 | |
