summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Re-indent tor-persist/Cargo.toml.Nick Mathewson2022-04-121-4/+4
* | | Merge branch 'report-skew' into 'main'eta2022-04-1310-35/+242
|\ \ \
| * | | arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-123-6/+52
| * | | chanmgr: expose whether we are failing because of expired certs.Nick Mathewson2022-04-122-20/+87
| * | | circmgr: re-export clock skew estimates.Nick Mathewson2022-04-123-0/+16
| * | | GuardMgr: publish skew estimates.Nick Mathewson2022-04-124-9/+87
* | | | Merge branch 'typo' into 'main'eta2022-04-121-3/+3
|\ \ \ \
| * | | | Fix typosDimitris Apostolou2022-04-111-3/+3
* | | | | Merge branch 'backoff_on_preemptive_circs' into 'main'eta2022-04-124-48/+97
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | circmgr: back off on preemptive circuits if they fail consistentlyNick Mathewson2022-04-122-8/+55
| * | | | circmgr: Remove now-unused scheduled entry points.Nick Mathewson2022-04-122-18/+9
| * | | | circmgr: Report CircProvenance from AbstractCircMgr.Nick Mathewson2022-04-122-23/+34
|/ / / /
* | | | Merge branch 'guardmgr_test_fix' into 'main'eta2022-04-111-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / guardmgr: fix a unit test panic.Nick Mathewson2022-04-111-1/+5
|/ /
* | Merge branch 'record-skew-v3' into 'main'Nick Mathewson2022-04-1121-79/+825
|\ \
| * | handshake.rs: Document the time for clock skew authentication.Nick Mathewson2022-04-111-3/+25
| * | Fold FallbackStatus into Entry.Nick Mathewson2022-04-111-44/+31
| * | Add a couple of TODO items to clock-skew estimator.Nick Mathewson2022-04-111-0/+7
| * | Implement a better clock skew estimator.Nick Mathewson2022-04-115-24/+390
| * | Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-078-5/+125
| * | Reformat tor-guardmgr/Cargo.tomlNick Mathewson2022-04-071-12/+12
| * | GuardMgr: record clock skew information.Nick Mathewson2022-04-076-22/+106
| * | Create and use API to report guard/fallback skew.Nick Mathewson2022-04-074-15/+68
| * | ChanMgr: Return provenance information from get_or_launchNick Mathewson2022-04-074-21/+40
| * | chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-076-12/+64
| * | Channel: Expose our view of whether the clock is skewed, and the ageNick Mathewson2022-04-074-1/+37
* | | Merge branch 'cargo-audit' into 'main'Nick Mathewson2022-04-081-0/+11
|\ \ \
| * | | fix maint/cargo_audit not propagating error and add temporary exceptionstrinity-1686a2022-04-081-0/+11
| |/ /
* | | Merge branch 'stable-coverage' into 'main'Nick Mathewson2022-04-083-8/+5
|\ \ \ | |/ / |/| |
| * | use default toolchain from rustup instead of stable for coveragetrinity-1686a2022-04-081-1/+2
| * | bring back RUST_COVERAGE_TOOLCHAINtrinity-1686a2022-04-081-2/+8
| * | use rustc 1.60 (stable) for coveragetrinity-1686a2022-04-073-15/+5
|/ /
* | Merge branch 'downgrade_rlimit' into 'main'Nick Mathewson2022-04-063-4/+4
|\ \
| * | Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-063-4/+4
* | | Merge branch 'main' into 'separate_dir_status'Nick Mathewson2022-04-0614-90/+657
|\| |
| * | Merge branch 'untimely_dir_is_failed' into 'main'eta2022-04-063-18/+25
| |\ \
| | * | Treat expired/not-yet-valid directory objects as Errors.Nick Mathewson2022-04-053-18/+25
| * | | Merge branch 'retriable' into 'main'Nick Mathewson2022-04-0511-72/+631
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'main' into 'retriable'Nick Mathewson2022-04-056-24/+163
| | |\ \ | | |/ / | |/| |
| | * | Distinguish UsageMismatch cases by whether a race is possibleNick Mathewson2022-04-042-7/+33
| | * | RetryTime: Improve documentation.Nick Mathewson2022-04-041-7/+27
| | * | RetryTime: make loose_cmp pub.Nick Mathewson2022-04-041-1/+1
| | * | RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-043-26/+99
| | * | circmgr: Improve retry-and-or-delay logic.Nick Mathewson2022-04-041-26/+36
| | * | circmgr: implement HasRetryTime.Nick Mathewson2022-04-041-2/+80
| | * | guardmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+24
| | * | chanmgr: implement HasRetryTime.Nick Mathewson2022-04-041-0/+31
| | * | circmgr: Improve reporting of error origins.Nick Mathewson2022-04-043-28/+77
| | * | circmgr: Avoid a race condition in circuit usage restrictionNick Mathewson2022-04-044-11/+37
| | * | tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-044-0/+222