summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | Refrain from replacing manual with educe Debug impl in caretIan Jackson2022-03-021-0/+1
| * | | | | Replace manual Debug impl with educe in arti-clientIan Jackson2022-03-022-9/+7
| * | | | | Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-022-7/+4
| * | | | | Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-022-10/+4
| * | | | | Replace manual Debug impls with educe in tor-protoIan Jackson2022-03-022-32/+24
| * | | | | Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-022-8/+7
| * | | | | Replace manual Debug impl with educe in tor-chanmgrIan Jackson2022-03-022-7/+7
| * | | | | Replace manual Debug impl with educe in tor-cellIan Jackson2022-03-022-7/+6
| * | | | | Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-022-11/+9
| * | | | | Replace manual Debug impl with educe in tor-circmgrIan Jackson2022-03-022-12/+7
| * | | | | Import educe into tor-bytes and provide skip_fmtIan Jackson2022-03-022-0/+36
* | | | | | Merge branch 'hex_decode' into 'main'Ian Jackson2022-03-047-27/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use RsaIdentity::from_hex() and hex::decode_to_slice in more placesNick Mathewson2022-03-044-16/+8
| * | | | | tor-netdoc: Use RsaIdentity::from_hex() in critical path.Nick Mathewson2022-03-041-6/+1
| * | | | | Add a from_hex method for RsaIdentity.Nick Mathewson2022-03-042-5/+25
| | |/ / / | |/| | |
* | | | | Merge branch 'arti-testing-part1' into 'main'eta2022-03-046-0/+693
|\ \ \ \ \ | |/ / / / |/| | | |