summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-256-15/+15
| | * | | Use better syntax for doc comment attributeIan Jackson2022-04-255-23/+11
| | * | | Introduce PredictedPortsListBuilderIan Jackson2022-04-253-31/+39
| | * | | config list-builder: Allow overriding the per-item build methodIan Jackson2022-04-253-2/+16
| | * | | macro_coalesce_args: New helper macroIan Jackson2022-04-251-0/+30
| | * | | Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-256-40/+44
| | * | | Fix error return type of AuthorityBuilderIan Jackson2022-04-251-0/+2
| | * | | Introduce define_list_config_builder macroIan Jackson2022-04-254-94/+134
| | * | | logging: Drop a pointless .within() callIan Jackson2022-04-251-2/+1
| * | | | Merge branch 'abstime-sum' into 'main'Ian Jackson2022-04-251-12/+29
| |\ \ \ \
| | * | | | AbsRetryTime::from_sum: Provide a test caseIan Jackson2022-04-251-0/+15
| | * | | | AbsRetryTime::from_sum: Add missing full stopIan Jackson2022-04-251-1/+1
| | * | | | retry-error: Provide AbsRetryTime::from_sub and use itIan Jackson2022-04-251-12/+14
* | | | | | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-2545-64/+0
* | | | | | Bump every crate's edition to 2021.Nick Mathewson2022-04-2533-33/+33
* | | | | | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-2533-0/+33
* | | | | | Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-2528-202/+214
|/ / / / /
* | / / / Merge branch 'integers' into 'main'Ian Jackson2022-04-252-7/+55
|\| | | | | |/ / / |/| | |
| * | | tor-error: Handle integer overflowsSamanta Navarro2022-04-231-4/+27
| * | | retry-error: Handle integer overflowSamanta Navarro2022-04-231-3/+28
| |/ /
* | | 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 'test' into 'main'Ian Jackson2022-04-251-0/+2
|\ \ \ \
| * | | | tor-basic-utils: Add RetryDelay::reset testSamanta Navarro2022-04-231-0/+2
| | |/ / | |/| |
* / | | fix typo in doctrinity-1686a2022-04-252-2/+2
|/ / /
* | | arti-client: TorClientConfig: derive TorClientConfigBuilderIan Jackson2022-04-221-171/+41
* | | arti: ArtiConfig: derive ArtiConfigBuilderIan Jackson2022-04-221-87/+13
* | | logfiles: Introduce LogfileListConfigBuilderIan Jackson2022-04-221-16/+18
* | | 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-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