| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Expand documentation for isolation traits | Nick Mathewson | 2022-03-17 | 1 | -7/+63 | |
| * | | | | | | Merge branch 'channel_retries' into 'main' | Nick Mathewson | 2022-03-21 | 18 | -227/+594 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | 5 | -58/+165 | |
| | * | | | | | | Expose more peer information from circuit build failures | Nick Mathewson | 2022-03-21 | 3 | -9/+48 | |
| | * | | | | | | dirclient: Remember the source of each resposne we receive. | Nick Mathewson | 2022-03-21 | 4 | -7/+18 | |
| | * | | | | | | Reformat tor-dirclient Cargo.toml | Nick Mathewson | 2022-03-21 | 1 | -13/+15 | |
| | * | | | | | | circmgr: Change API for using FallbackDirs | Nick Mathewson | 2022-03-21 | 5 | -7/+17 | |
| | * | | | | | | 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 | |
| * | | | | | | | Merge branch 'comment' into 'main' | Nick Mathewson | 2022-03-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | 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 | |
| * | | | | | | derive_builder: more entries in Cargo.lock | Nick Mathewson | 2022-03-21 | 1 | -0/+6 | |
| * | | | | | | 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 | |
| * | | | | | | Merge branch 'move-log' into 'main' | Nick Mathewson | 2022-03-21 | 12 | -413/+400 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | 7 | -132/+135 | |
| | * | | | | | | 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 | 11 | -275/+292 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'accessors' into 'main' | Nick Mathewson | 2022-03-18 | 4 | -44/+27 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Add semver note | Ian Jackson | 2022-03-18 | 1 | -0/+1 | |
| | * | | | | | 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 | |
| * | | | | | | Merge branch 'anyhow' into 'main' | Nick Mathewson | 2022-03-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Actually throw an anyhow | Ian Jackson | 2022-03-18 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'circ_path_api' into 'main' | Ian Jackson | 2022-03-18 | 7 | -40/+136 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Define accessors for circuit hops. | Nick Mathewson | 2022-03-17 | 3 | -0/+42 | |
| | * | | | | tor-proto: Remember peer information in circuit and channel | Nick Mathewson | 2022-03-17 | 6 | -36/+68 | |
| | * | | | | ClientCirc: Move n_hops into a new Path type. | Nick Mathewson | 2022-03-17 | 3 | -14/+36 | |
| * | | | | | Merge branch 'md_allocation' into 'main' | Nick Mathewson | 2022-03-17 | 2 | -126/+116 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Run rustfmt | Ian Jackson | 2022-03-17 | 1 | -5/+6 | |
| | * | | | | | GetMicrodescsState: Abolish separate n_missing field in | Ian Jackson | 2022-03-17 | 1 | -12/+12 | |
