| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Add required dependencies to compile `arti` and run git hooks to CONTRIBUTING.md | Lennart Kloock | 2022-03-05 | 1 | -0/+4 | |
| * | | | | | | Merge branch 'fix-expand-tilde-on-windows' into 'main' | Ian Jackson | 2022-03-07 | 1 | -2/+24 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Test shell variable expansion on windows | Michael | 2022-03-05 | 1 | -2/+24 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'add-windows-instructions' into 'main' | Ian Jackson | 2022-03-07 | 1 | -2/+12 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add instructions for hooking up Tor Browser to arti on Windows | Steven Murdoch | 2022-03-04 | 1 | -2/+12 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'moderately-enthused-eyeballs' into 'main' | eta | 2022-03-07 | 2 | -21/+84 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Implement a basic form of RFC 8305 ("happy eyeballs") for channels | eta | 2022-03-07 | 2 | -21/+84 | |
| * | | | | | | Merge branch 'bench_multicirc' into 'main' | Nick Mathewson | 2022-03-07 | 1 | -52/+129 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | arti-bench: documentation fixes | Nick Mathewson | 2022-03-07 | 1 | -5/+6 | |
| | * | | | | | arti-bench: record streams_per_circ and circs_per_sample. | Nick Mathewson | 2022-03-07 | 1 | -5/+14 | |
| | * | | | | | Fix an unwrap() error. | Nick Mathewson | 2022-03-04 | 1 | -1/+1 | |
| | * | | | | | arti-bench: use isolation to support multiple circuits per run. | Nick Mathewson | 2022-03-04 | 1 | -14/+104 | |
| | * | | | | | arti-bench: simplify future-creation code slightly | Nick Mathewson | 2022-03-04 | 1 | -8/+3 | |
| | * | | | | | arti-bench: refactor stream construction to connect in parallel | Nick Mathewson | 2022-03-04 | 1 | -33/+15 | |
| * | | | | | | Merge branch 'todos' into 'main' | Nick Mathewson | 2022-03-04 | 2 | -5/+16 | |
| |\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Add config paths table in `arti` docs | Lennart Kloock | 2022-03-04 | 2 | -5/+16 | |
| |/ / / / / | ||||||
| * | | | | | Omit arti-testing from coverage. | Nick Mathewson | 2022-03-04 | 1 | -0/+1 | |
| * | | | | | Merge branch 'reproducible-build-fix-summary-git' into 'main' | Nick Mathewson | 2022-03-04 | 2 | -1/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix reproducible build summary giving invalid branch and commit id | trinity-1686a | 2022-03-04 | 2 | -1/+2 | |
| * | | | | | | Merge branch 'errors-for-dirprovider' into 'main' | Nick Mathewson | 2022-03-04 | 2 | -0/+22 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Provide ErrorKind::Other | Ian Jackson | 2022-03-04 | 1 | -0/+10 | |
| | * | | | | | | Provide an error variant for external directory providers | Ian Jackson | 2022-03-04 | 1 | -0/+12 | |
| * | | | | | | | Merge branch 'educe-traits' into 'main' | Ian Jackson | 2022-03-04 | 30 | -161/+258 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | tor-basic-utils: copy the README into lib.rs | Ian Jackson | 2022-03-04 | 1 | -1/+11 | |
| | * | | | | | | Remove now-obsolete note about location of skip_fmt | Ian Jackson | 2022-03-04 | 1 | -5/+0 | |
| | * | | | | | | Move skip_fmt into tor-basic-utils | Ian Jackson | 2022-03-04 | 18 | -54/+59 | |
| | * | | | | | | Introduce tor-basic-utils | Ian Jackson | 2022-03-04 | 5 | -0/+64 | |
| | * | | | | | | Move educe to dev-dependencies of tor-bytes | Ian Jackson | 2022-03-04 | 1 | -1/+1 | |
| | * | | | | | | Replace manual Default impls with educe in tor-guardmgr | Ian Jackson | 2022-03-02 | 3 | -21/+13 | |
| | * | | | | | | Replace manual Default impl with educe in tor-dirmgr | Ian Jackson | 2022-03-02 | 1 | -10/+5 | |
| | * | | | | | | Replace manual Default impl with educe+std in tor-dirmgr | Ian Jackson | 2022-03-02 | 1 | -8/+4 | |
| | * | | | | | | Replace manual Default impl with educe in tor-cell | Ian Jackson | 2022-03-02 | 1 | -6/+4 | |
| | * | | | | | | Replace manual Default impls on enums with educe in arti-client | Ian Jackson | 2022-03-02 | 1 | -14/+7 | |
| | * | | | | | | Refrain from replacing manual with educe Debug impl in caret | Ian Jackson | 2022-03-02 | 1 | -0/+1 | |
| | * | | | | | | Replace manual Debug impl with educe in arti-client | Ian Jackson | 2022-03-02 | 3 | -9/+9 | |
| | * | | | | | | Replace manual Clone impl with educe in arti-hyper | Ian Jackson | 2022-03-02 | 3 | -7/+5 | |
| | * | | | | | | Replace manual Clone impl with educe in tor-rtcompat | Ian Jackson | 2022-03-02 | 3 | -10/+5 | |
| | * | | | | | | Replace manual Debug impls with educe in tor-proto | Ian Jackson | 2022-03-02 | 3 | -32/+25 | |
| | * | | | | | | Replace manual Debug impl with educe in tor-dirmgr | Ian Jackson | 2022-03-02 | 3 | -8/+9 | |
| | * | | | | | | Replace manual Debug impl with educe in tor-chanmgr | Ian Jackson | 2022-03-02 | 3 | -7/+9 | |
| | * | | | | | | Replace manual Debug impl with educe in tor-cell | Ian Jackson | 2022-03-02 | 3 | -7/+7 | |
| | * | | | | | | Replace manual Debug impl with educe in tor-guardmgr | Ian Jackson | 2022-03-02 | 3 | -11/+11 | |
| | * | | | | | | Replace manual Debug impl with educe in tor-circmgr | Ian Jackson | 2022-03-02 | 3 | -12/+9 | |
| | * | | | | | | Import educe into tor-bytes and provide skip_fmt | Ian Jackson | 2022-03-02 | 3 | -0/+62 | |
| * | | | | | | | Merge branch 'hex_decode' into 'main' | Ian Jackson | 2022-03-04 | 8 | -27/+38 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Use RsaIdentity::from_hex() and hex::decode_to_slice in more places | Nick Mathewson | 2022-03-04 | 4 | -16/+8 | |
| | * | | | | | | tor-netdoc: Use RsaIdentity::from_hex() in critical path. | Nick Mathewson | 2022-03-04 | 1 | -6/+1 | |
| | * | | | | | | Add a from_hex method for RsaIdentity. | Nick Mathewson | 2022-03-04 | 3 | -5/+29 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge branch 'arti-testing-part1' into 'main' | eta | 2022-03-04 | 8 | -0/+717 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Allow println in arti-testing. | Nick Mathewson | 2022-03-03 | 1 | -0/+2 | |
