summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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-043-5/+29
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'arti-testing-part1' into 'main'eta2022-03-048-0/+717
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow println in arti-testing.Nick Mathewson2022-03-031-0/+2
| * | | | | arti-testing: Initial implementationNick Mathewson2022-03-038-0/+715
| | |/ / / | |/| | |
* | | | | Merge branch 'upgrade_repro_rust' into 'main'eta2022-03-042-2/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reproducible build: Bump to Rust 1.59 and Alpine 3.15Nick Mathewson2022-03-042-2/+6
* | | | | Merge branch 'derive-traits' into 'main'Ian Jackson2022-03-0412-112/+41
|\ \ \ \ \
| * | | | | Fix introduced junk in doc comment.eta2022-03-041-1/+1
| * | | | | Replace manual Default, and abolish new, in tor-rtcompatIan Jackson2022-03-021-13/+1
| * | | | | Replace manual Default and new with std derive in tor-protoIan Jackson2022-03-022-18/+4
| * | | | | Replace manual Default and new with std derive in tor-netdocIan Jackson2022-03-022-17/+5
| * | | | | Replace manual Default and new with std derive in tor-dirclientIan Jackson2022-03-021-30/+6
| * | | | | Replace manual Default impl with std derive in tor-configIan Jackson2022-03-021-7/+1
| * | | | | Replace manual Default impl with std derive in tor-cellIan Jackson2022-03-021-6/+1
| * | | | | Replace manual Clone impl with std derive in retry-errorIan Jackson2022-03-021-11/+1
| * | | | | Replace manual Debug impl with std derive in tor-circmgrIan Jackson2022-03-021-10/+3
| * | | | | tor-llcrypto: Replace a tiny bit of code duplication with a callIan Jackson2022-03-021-1/+1
| * | | | | tor-llcrypto: Add test case for RsaIdentity formattingIan Jackson2022-03-021-0/+19
| | |/ / / | |/| | |
* | | | | Merge branch 'return_ref_arc' into 'main'Ian Jackson2022-03-042-5/+12
|\ \ \ \ \
| * | | | | arti-client: Make dirmgr() and circmgr() return &Arc<..>Nick Mathewson2022-03-032-5/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'shellexpand' into 'main'eta2022-03-032-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch to shellexpand-fork version of shellexpandIan Jackson2022-03-022-5/+5
| |/ / /
* | | | Merge branch 'dir-provider-redux' into 'main'Ian Jackson2022-03-026-27/+158
|\ \ \ \ | |/ / / |/| | |