summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add methods to `UnverifiedConsensus`Christian Grigis2022-03-102-0/+31
* | | | Merge branch 'config-no-retcon' into 'main'Ian Jackson2022-03-1016-284/+106
|\ \ \ \ | |_|/ / |/| | |
| * | | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-074-151/+0
| * | | Have ArtiConfig contain a TorClientConfig, and drop builder retconIan Jackson2022-03-072-140/+14
| * | | Provide way to get TorConfigBuilder from ArtiConfigBuilderIan Jackson2022-03-071-0/+27
| * | | Derive Deserialize for handwritten ArtiConfigBuilderIan Jackson2022-03-071-1/+16
| * | | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-076-0/+24
| * | | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-077-7/+7
| * | | humantime_serde_option: New module in tor-basic-utilsIan Jackson2022-03-073-0/+33
* | | | Merge branch 'arti-testing-part2' into 'main'Nick Mathewson2022-03-105-10/+416
|\ \ \ \ | |_|/ / |/| | |
| * | | arti-testing: Make Action implement CopyNick Mathewson2022-03-101-2/+2
| * | | arti-testing: reverse two more attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
| * | | arti-testing: reverse two attrs in attempt to fix min-versionsNick Mathewson2022-03-071-1/+1
| * | | arti-testing: todo comment cleanupNick Mathewson2022-03-071-8/+1
| * | | arti-testing: support for conditional TCP failure.Nick Mathewson2022-03-073-9/+89
| * | | arti-testing: add support for black-holing TCP connections.Nick Mathewson2022-03-073-7/+112
| * | | arti-testing: CLI for making TCP connections break.Nick Mathewson2022-03-073-9/+146
| * | | arti-testing: Initial support for broken TCP.Nick Mathewson2022-03-074-7/+98
* | | | Merge branch 'ticket_391' into 'main'eta2022-03-091-9/+26
|\ \ \ \
| * | | | arti-bench: don't allocate a separate receive-buffer for each jobNick Mathewson2022-03-081-9/+26
| |/ / /
* | | | Merge branch 'ticket_383' into 'main'Ian Jackson2022-03-091-5/+5
|\ \ \ \
| * | | | tor-chanmgr: Do not allocate an Internal error unless we mean it.Nick Mathewson2022-03-081-5/+5
| |/ / /
* | | | Merge branch 'fix-expand-tilde-on-windows' into 'main'Ian Jackson2022-03-071-2/+24
|\ \ \ \
| * | | | Test shell variable expansion on windowsMichael2022-03-051-2/+24
| | |/ / | |/| |
* | | | Merge branch 'moderately-enthused-eyeballs' into 'main'eta2022-03-072-21/+84
|\ \ \ \ | |_|/ / |/| | |
| * | | Implement a basic form of RFC 8305 ("happy eyeballs") for channelseta2022-03-072-21/+84
* | | | Merge branch 'bench_multicirc' into 'main'Nick Mathewson2022-03-071-52/+129
|\ \ \ \ | |_|/ / |/| | |
| * | | arti-bench: documentation fixesNick Mathewson2022-03-071-5/+6
| * | | arti-bench: record streams_per_circ and circs_per_sample.Nick Mathewson2022-03-071-5/+14
| * | | Fix an unwrap() error.Nick Mathewson2022-03-041-1/+1
| * | | arti-bench: use isolation to support multiple circuits per run.Nick Mathewson2022-03-041-14/+104
| * | | arti-bench: simplify future-creation code slightlyNick Mathewson2022-03-041-8/+3
| * | | arti-bench: refactor stream construction to connect in parallelNick Mathewson2022-03-041-33/+15
| |/ /
* | | Add config paths table in `arti` docsLennart Kloock2022-03-042-5/+16
* | | Merge branch 'reproducible-build-fix-summary-git' into 'main'Nick Mathewson2022-03-041-1/+1
|\ \ \
| * | | fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-041-1/+1
* | | | Merge branch 'errors-for-dirprovider' into 'main'Nick Mathewson2022-03-042-0/+22
|\ \ \ \
| * | | | Provide ErrorKind::OtherIan Jackson2022-03-041-0/+10
| * | | | Provide an error variant for external directory providersIan Jackson2022-03-041-0/+12
* | | | | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-0428-161/+209
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tor-basic-utils: copy the README into lib.rsIan Jackson2022-03-041-1/+11
| * | | | Remove now-obsolete note about location of skip_fmtIan Jackson2022-03-041-5/+0
| * | | | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-0417-48/+52
| * | | | Introduce tor-basic-utilsIan Jackson2022-03-043-0/+56
| * | | | Move educe to dev-dependencies of tor-bytesIan Jackson2022-03-041-1/+1
| * | | | Replace manual Default impls with educe in tor-guardmgrIan Jackson2022-03-023-21/+13
| * | | | Replace manual Default impl with educe in tor-dirmgrIan Jackson2022-03-021-10/+5
| * | | | Replace manual Default impl with educe+std in tor-dirmgrIan Jackson2022-03-021-8/+4
| * | | | Replace manual Default impl with educe in tor-cellIan Jackson2022-03-021-6/+4
| * | | | Replace manual Default impls on enums with educe in arti-clientIan Jackson2022-03-021-14/+7