summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'experimental-v3ident-public' into 'main'Ian Jackson2022-04-251-0/+5
|\ \ \
| * | | Authority: make v3ident public under experimental-apiChristian Grigis2022-04-221-0/+5
* | | | Merge branch 'fix-typos' into 'main'Ian Jackson2022-04-250-0/+0
|\ \ \ \
| * | | | Fix typos bothering rust-nightly pipelineChristian Grigis2022-04-222-2/+2
| | |/ / | |/| |
* | | | Merge branch 'test' into 'main'Ian Jackson2022-04-251-0/+2
|\ \ \ \
| * | | | tor-basic-utils: Add RetryDelay::reset testSamanta Navarro2022-04-231-0/+2
| |/ / /
* | | | Merge branch 'type-skewestimate' into 'main'Ian Jackson2022-04-252-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix typo in doctrinity-1686a2022-04-252-2/+2
|/ / /
* | | Merge branch 'config-sub' into 'main'eta2022-04-2220-342/+259
|\ \ \ | |/ / |/| |
| * | arti-client: TorClientConfig: derive TorClientConfigBuilderIan Jackson2022-04-221-171/+41
| * | arti: ArtiConfig: derive ArtiConfigBuilderIan Jackson2022-04-221-87/+13
| * | logfiles: Introduce LogfileListConfigBuilderIan Jackson2022-04-222-16/+24
| * | logfiles: Adjust LoggingConfigBuilder::file and impl DeserializeIan Jackson2022-04-221-1/+54
| * | logfiles Rename LogfileConfig::file to filesIan Jackson2022-04-221-4/+4
| * | fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-227-29/+79
| * | fallback list: Move default list into tor-guardmgrIan Jackson2022-04-225-28/+31
| * | impl From<SubfieldBuildError> for ConfigBuildErrorIan Jackson2022-04-221-0/+7
| * | Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-219-31/+31
|/ /
* | Merge branch 'typos' into 'main'eta2022-04-204-6/+6
|\ \
| * | Use https instead of httpSamanta Navarro2022-04-201-2/+2
| * | Fix wording in FAQSamanta Navarro2022-04-201-2/+2
| * | Fix typosSamanta Navarro2022-04-202-2/+2
|/ /
* | Merge branch 'ticket_282' into 'main'Nick Mathewson2022-04-144-4/+177
|\ \
| * | 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-124-0/+140
| * | 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