summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'update-contrib-dependencies' into 'main'Nick Mathewson2022-03-081-1/+4
|\ \ \ \ \
| * | | | | Note the dependency on PCRE support in Git implied by the use of grep -P in t...Steven Murdoch2022-03-081-1/+4
|/ / / / /
* | | | | Merge branch 'contributing-dependencies' into 'main'Ian Jackson2022-03-071-1/+7
|\ \ \ \ \
| * | | | | Add more explaining textLennart Kloock2022-03-051-2/+4
| * | | | | Add link to shellcheck installation guideLennart Kloock2022-03-051-1/+1
| * | | | | Add required dependencies to compile `arti` and run git hooks to CONTRIBUTING.mdLennart Kloock2022-03-051-0/+4
* | | | | | 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 'add-windows-instructions' into 'main'Ian Jackson2022-03-071-2/+12
|\ \ \ \ \ \
| * | | | | | Add instructions for hooking up Tor Browser to arti on WindowsSteven Murdoch2022-03-041-2/+12
| |/ / / / /
* | | | | | 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
* | | | | | Merge branch 'todos' into 'main'Nick Mathewson2022-03-042-5/+16
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add config paths table in `arti` docsLennart Kloock2022-03-042-5/+16
|/ / / / /
* | | | | Omit arti-testing from coverage.Nick Mathewson2022-03-041-0/+1
* | | | | Merge branch 'reproducible-build-fix-summary-git' into 'main'Nick Mathewson2022-03-042-1/+2
|\ \ \ \ \
| * | | | | fix reproducible build summary giving invalid branch and commit idtrinity-1686a2022-03-042-1/+2
* | | | | | 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-0430-161/+258
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-0418-54/+59
| * | | | | | Introduce tor-basic-utilsIan Jackson2022-03-045-0/+64
| * | | | | | 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-023-9/+9
| * | | | | | Replace manual Clone impl with educe in arti-hyperIan Jackson2022-03-023-7/+5
| * | | | | | Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-023-10/+5
| * | | | | | Replace manual Debug impls with educe in tor-protoIan Jackson2022-03-023-32/+25
| * | | | | | Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-023-8/+9
| * | | | | | Replace manual Debug impl with educe in tor-chanmgrIan Jackson2022-03-023-7/+9
| * | | | | | Replace manual Debug impl with educe in tor-cellIan Jackson2022-03-023-7/+7
| * | | | | | Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-023-11/+11
| * | | | | | Replace manual Debug impl with educe in tor-circmgrIan Jackson2022-03-023-12/+9
| * | | | | | Import educe into tor-bytes and provide skip_fmtIan Jackson2022-03-023-0/+62
* | | | | | | Merge branch 'hex_decode' into 'main'Ian Jackson2022-03-048-27/+38
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |