| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | Reformat all not-yet-reformatted Cargo.toml files. | Nick Mathewson | 2022-04-25 | 28 | -202/+214 | |
| | | | * | | | Increase our MSRV to 1.56. | Nick Mathewson | 2022-04-25 | 2 | -2/+2 | |
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Merge branch 'integers' into 'main' | Ian Jackson | 2022-04-25 | 2 | -7/+55 | |
| |\| | | | | |/ / / |/| | | | ||||||
| | * | | | tor-error: Handle integer overflows | Samanta Navarro | 2022-04-23 | 1 | -4/+27 | |
| | * | | | retry-error: Handle integer overflow | Samanta Navarro | 2022-04-23 | 1 | -3/+28 | |
| | |/ / | ||||||
| * | | | Merge branch 'experimental-v3ident-public' into 'main' | Ian Jackson | 2022-04-25 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| | * | | | Authority: make v3ident public under experimental-api | Christian Grigis | 2022-04-22 | 1 | -0/+5 | |
| * | | | | Merge branch 'fix-typos' into 'main' | Ian Jackson | 2022-04-25 | 0 | -0/+0 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typos bothering rust-nightly pipeline | Christian Grigis | 2022-04-22 | 2 | -2/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge branch 'test' into 'main' | Ian Jackson | 2022-04-25 | 1 | -0/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | tor-basic-utils: Add RetryDelay::reset test | Samanta Navarro | 2022-04-23 | 1 | -0/+2 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'type-skewestimate' into 'main' | Ian Jackson | 2022-04-25 | 2 | -2/+2 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | fix typo in doc | trinity-1686a | 2022-04-25 | 2 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge branch 'config-sub' into 'main' | eta | 2022-04-22 | 20 | -342/+259 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | arti-client: TorClientConfig: derive TorClientConfigBuilder | Ian Jackson | 2022-04-22 | 1 | -171/+41 | |
| | * | | arti: ArtiConfig: derive ArtiConfigBuilder | Ian Jackson | 2022-04-22 | 1 | -87/+13 | |
| | * | | logfiles: Introduce LogfileListConfigBuilder | Ian Jackson | 2022-04-22 | 2 | -16/+24 | |
| | * | | logfiles: Adjust LoggingConfigBuilder::file and impl Deserialize | Ian Jackson | 2022-04-22 | 1 | -1/+54 | |
| | * | | logfiles Rename LogfileConfig::file to files | Ian Jackson | 2022-04-22 | 1 | -4/+4 | |
| | * | | fallback list: Introduce and use FallbackListBuilder | Ian Jackson | 2022-04-22 | 7 | -29/+79 | |
| | * | | fallback list: Move default list into tor-guardmgr | Ian Jackson | 2022-04-22 | 5 | -28/+31 | |
| | * | | impl From<SubfieldBuildError> for ConfigBuildError | Ian Jackson | 2022-04-22 | 1 | -0/+7 | |
| | * | | Use git source for derive_builder for now, for sub_builder feature | Ian Jackson | 2022-04-21 | 9 | -31/+31 | |
| |/ / | ||||||
| * | | Merge branch 'typos' into 'main' | eta | 2022-04-20 | 4 | -6/+6 | |
| |\ \ | ||||||
| | * | | Use https instead of http | Samanta Navarro | 2022-04-20 | 1 | -2/+2 | |
| | * | | Fix wording in FAQ | Samanta Navarro | 2022-04-20 | 1 | -2/+2 | |
| | * | | Fix typos | Samanta Navarro | 2022-04-20 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'ticket_282' into 'main' | Nick Mathewson | 2022-04-14 | 4 | -4/+177 | |
| |\ \ | ||||||
| | * | | Fix build with Rust 1.53; we can't use map_while | Nick Mathewson | 2022-04-14 | 1 | -1/+4 | |
| | * | | tor-persist::fs::clean: Log warnings for directory read failures | Ian Jackson | 2022-04-14 | 1 | -1/+19 | |
| | * | | tor-persist::fs::clean: Tweaks based on review. | Nick Mathewson | 2022-04-13 | 2 | -22/+34 | |
| | * | | Remove obsolete files from our state directory. | Nick Mathewson | 2022-04-12 | 4 | -0/+140 | |
| | * | | Re-indent tor-persist/Cargo.toml. | Nick Mathewson | 2022-04-12 | 1 | -4/+4 | |
| * | | | Merge branch 'report-skew' into 'main' | eta | 2022-04-13 | 10 | -35/+242 | |
| |\ \ \ | ||||||
| | * | | | arti-client: Report clock skew when it is noteworthy | Nick Mathewson | 2022-04-12 | 3 | -6/+52 | |
| | * | | | chanmgr: expose whether we are failing because of expired certs. | Nick Mathewson | 2022-04-12 | 2 | -20/+87 | |
| | * | | | circmgr: re-export clock skew estimates. | Nick Mathewson | 2022-04-12 | 3 | -0/+16 | |
| | * | | | GuardMgr: publish skew estimates. | Nick Mathewson | 2022-04-12 | 4 | -9/+87 | |
| * | | | | Merge branch 'typo' into 'main' | eta | 2022-04-12 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix typos | Dimitris Apostolou | 2022-04-11 | 1 | -3/+3 | |
| * | | | | | Merge branch 'backoff_on_preemptive_circs' into 'main' | eta | 2022-04-12 | 4 | -48/+97 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | circmgr: back off on preemptive circuits if they fail consistently | Nick Mathewson | 2022-04-12 | 2 | -8/+55 | |
| | * | | | | circmgr: Remove now-unused scheduled entry points. | Nick Mathewson | 2022-04-12 | 2 | -18/+9 | |
| | * | | | | circmgr: Report CircProvenance from AbstractCircMgr. | Nick Mathewson | 2022-04-12 | 2 | -23/+34 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'guardmgr_test_fix' into 'main' | eta | 2022-04-11 | 1 | -1/+5 | |
| |\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| | * / | guardmgr: fix a unit test panic. | Nick Mathewson | 2022-04-11 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | Merge branch 'record-skew-v3' into 'main' | Nick Mathewson | 2022-04-11 | 21 | -79/+825 | |
| |\ \ | ||||||
| | * | | handshake.rs: Document the time for clock skew authentication. | Nick Mathewson | 2022-04-11 | 1 | -3/+25 | |
| | * | | Fold FallbackStatus into Entry. | Nick Mathewson | 2022-04-11 | 1 | -44/+31 | |
| | * | | Add a couple of TODO items to clock-skew estimator. | Nick Mathewson | 2022-04-11 | 1 | -0/+7 | |
