summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-dirserver: Add `sha2` to `router_descriptor`Clara Engler2026-01-191-0/+2
| * | | tor-dirserver: Rename `doc_id` to `docid`Clara Engler2026-01-194-76/+75
| * | | tor-dirserver: Rename sha256 to docid in schemaClara Engler2026-01-194-51/+51
| * | | tor-dirserver: Rename database meta tableClara Engler2026-01-191-16/+13
| * | | database: Introduce DocumentIdClara Engler2026-01-195-136/+210
* | | | tor-dircommon: De-duplicate example from AuthorityContactClara Engler2026-01-221-35/+0
* | | | arti: Fix commented out comment in exampleClara Engler2026-01-221-1/+1
* | | | tor-dircommon: Fix clippy warningClara Engler2026-01-221-1/+1
* | | | tor-dircommon: Remove legacy authority syntaxClara Engler2026-01-222-149/+16
* | | | tor-dircommon: Document prop330 syntax betterClara Engler2026-01-222-1/+68
* | | | tor-dirserver: Make downloader statelessClara Engler2026-01-202-53/+55
| |/ / |/| |
* | | Fix flaky `request_fail_ultimately` testClara Engler2026-01-191-1/+10
|/ /
* | Merge branch 'opaque_arti_2.0' into 'main'Nick Mathewson2026-01-159-107/+146
|\ \
| * | arti: Edit README.md text about experimental-api.Nick Mathewson2026-01-141-1/+6
| * | bench,testing: Use experimental-api.Nick Mathewson2026-01-132-2/+2
| * | arti: remove deprecated feature flags.Nick Mathewson2026-01-133-17/+6
| * | Reformatting in arti/Cargo.tomlNick Mathewson2026-01-131-33/+5
| * | arti: Resolve unreachable-pub warnings.Nick Mathewson2026-01-132-24/+63
| * | arti: tweak notes on experimental-apiNick Mathewson2026-01-131-4/+6
| * | arti: rename experimental-api "run" to "run_proxy".Nick Mathewson2026-01-131-1/+1
| * | Make arti crate opaque by defaultNick Mathewson2026-01-133-27/+59
* | | tor-netdoc: Remove remaining use of EP::OtherClara Engler2026-01-151-8/+16
* | | Merge branch 'encoded-authcert' into 'main'Ian Jackson2026-01-1515-136/+605
|\ \ \
| * | | tor-netdoc: EncodedAuthCert: docs grammarIan Jackson2026-01-151-1/+1
| * | | tor-netdoc: EncodedAuthCert: remove another bit of leftover debugIan Jackson2026-01-151-1/+0
| * | | tor-netdoc: EncodedAuthCert: remove a hard tab in a commentIan Jackson2026-01-151-1/+1
| * | | tor-netdoc: EncodedAuthCert: bodge the features for nowIan Jackson2026-01-151-2/+3
| * | | tor-netdoc: EncodedAuthCert: remove a bit of leftover debugIan Jackson2026-01-151-1/+1
| * | | tor-netdoc: EncodedAuthCert: move future plans to a commentIan Jackson2026-01-151-0/+22
| * | | tor-netdoc: EncodedAuthCert: move/tidy rationale informationIan Jackson2026-01-151-0/+20
| * | | tor-netdoc: EncodedAuthCert: use in poc integration test / demoIan Jackson2026-01-151-6/+15
| * | | tor-netdoc: EncodedAuthCert: unit testsIan Jackson2026-01-151-0/+197
| * | | tor-netdoc: EncodedAuthCert: implementIan Jackson2026-01-153-0/+214
| * | | tor-netdoc: Expose whole input string (rustfmt)Ian Jackson2026-01-151-2/+1
| * | | tor-netdoc: Expose whole input stringIan Jackson2026-01-152-8/+18
| * | | tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword (rustfmt)Ian Jackson2026-01-152-5/+3
| * | | tor-netdoc: parse2: Provide NetdocParseable::is_structural_keywordIan Jackson2026-01-156-2/+87
| * | | tor-netdoc: Abolish poc's AuthCert (rustfmt)Ian Jackson2026-01-152-8/+3
| * | | tor-netdoc: Abolish poc's AuthCertIan Jackson2026-01-154-109/+13
| * | | tor-netdoc: Prepare poc's DirAuthKeyCertSigned::verify_selfcertIan Jackson2026-01-151-7/+8
| * | | tor-netdoc: Add an error variant we'll need for parsing embedded docsIan Jackson2026-01-151-0/+3
| * | | tor-netdoc: Improve Keyword API slightlyIan Jackson2026-01-152-1/+13
* | | | Merge branch 'dirmirror-authcert' into 'main'Clara Engler2026-01-1512-65/+944
|\ \ \ \
| * | | | tor-dirserver: Small pre-merge fixesClara Engler2026-01-152-3/+2
| * | | | tor-dirserver: Add TODO wrt hex::encode_upperClara Engler2026-01-151-0/+2
| * | | | tor-dirserver: Fix clippy warningClara Engler2026-01-151-1/+1
| * | | | tor-dirserver: Use `INSERT OR REPLACE`Clara Engler2026-01-151-2/+43
| * | | | tor-dirserver: Change store_insert logicClara Engler2026-01-152-49/+53
| * | | | tor-netdoc: Change error variantsClara Engler2026-01-153-18/+18
| * | | | tor-dirserver: Remove algorithm CHECK constraintClara Engler2026-01-151-2/+1