summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | logfiles Rename LogfileConfig::file to filesIan Jackson2022-04-221-4/+4
* | | fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-226-29/+75
* | | fallback list: Move default list into tor-guardmgrIan Jackson2022-04-224-28/+30
* | | impl From<SubfieldBuildError> for ConfigBuildErrorIan Jackson2022-04-221-0/+7
* | | Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-216-6/+6
|/ /
* | Fix typosSamanta Navarro2022-04-201-1/+1
* | Merge branch 'ticket_282' into 'main'Nick Mathewson2022-04-143-4/+176
|\ \
| * | Fix build with Rust 1.53; we can't use map_whileNick Mathewson2022-04-141-1/+4
| * | tor-persist::fs::clean: Log warnings for directory read failuresIan Jackson2022-04-141-1/+19
| * | tor-persist::fs::clean: Tweaks based on review.Nick Mathewson2022-04-132-22/+34
| * | Remove obsolete files from our state directory.Nick Mathewson2022-04-123-0/+139
| * | Re-indent tor-persist/Cargo.toml.Nick Mathewson2022-04-121-4/+4
* | | Merge branch 'report-skew' into 'main'eta2022-04-139-35/+241
|\ \ \
| * | | 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-123-9/+86
| |/ /
* | | 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-121-18/+8
* | | circmgr: Report CircProvenance from AbstractCircMgr.Nick Mathewson2022-04-122-23/+34
|/ /
* | guardmgr: fix a unit test panic.Nick Mathewson2022-04-111-1/+5
* | 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-113-24/+383
* | Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-077-5/+124
* | 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-073-21/+39
* | chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-075-12/+59
* | Channel: Expose our view of whether the clock is skewed, and the ageNick Mathewson2022-04-073-1/+33
* | Merge branch 'downgrade_rlimit' into 'main'Nick Mathewson2022-04-062-2/+2
|\ \
| * | Downgrade `rlimit` to 0.7.Nick Mathewson2022-04-062-2/+2
* | | Merge branch 'main' into 'separate_dir_status'Nick Mathewson2022-04-0612-88/+621
|\| |
| * | 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 'main' into 'retriable'Nick Mathewson2022-04-055-24/+155
| |\| |
| * | | 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-042-26/+70
| * | | 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-043-11/+34
| * | | tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-043-0/+221
| * | | Reformat tor-error/Cargo.tomlNick Mathewson2022-04-041-3/+3