| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | 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 | |
| * | | | | | | Move ArtiConfig to new arti::cfg module | Ian Jackson | 2022-03-21 | 10 | -266/+286 | |
| * | | | | | | Merge branch 'accessors' into 'main' | Nick Mathewson | 2022-03-18 | 3 | -44/+26 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | dirmgr: Authority: Abolish v3ident accessor | Ian Jackson | 2022-03-18 | 2 | -11/+3 | |
| | * | | | | | dirmgr: Authority: Move a method used only for testing | Ian Jackson | 2022-03-18 | 1 | -6/+9 | |
| | * | | | | | dirmgr: Authority: Abolish two unused accessors | Ian Jackson | 2022-03-18 | 1 | -9/+1 | |
| | * | | | | | dirmgr: NetworkConfig: Abolish accessors | Ian Jackson | 2022-03-18 | 1 | -16/+8 | |
| | * | | | | | dirmgr: NetworkConfig: Rename fallbacks struct field | Ian Jackson | 2022-03-18 | 1 | -6/+9 | |
| * | | | | | | Actually throw an anyhow | Ian Jackson | 2022-03-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'circ_path_api' into 'main' | Ian Jackson | 2022-03-18 | 6 | -40/+133 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Define accessors for circuit hops. | Nick Mathewson | 2022-03-17 | 2 | -0/+39 | |
| | * | | | | tor-proto: Remember peer information in circuit and channel | Nick Mathewson | 2022-03-17 | 6 | -36/+68 | |
