aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-134-67/+59
| * | | | Run check_arti_opacity from gitlab CI.Nick Mathewson2026-01-131-0/+8
| * | | | Add a script to test the APIs in the arti against a list.Nick Mathewson2026-01-131-0/+83
* | | | | Merge branch 'encoded-other' into 'main'Alexander Hansen Færøy2026-01-151-8/+16
|\ \ \ \ \
| * | | | | tor-netdoc: Remove remaining use of EP::OtherClara Engler2026-01-151-8/+16
|/ / / / /
* | | | | Merge branch 'encoded-authcert' into 'main'Ian Jackson2026-01-1516-292/+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
| * | | | | Abolish now-done plans for encoded authcertsIan Jackson2026-01-151-81/+0
| * | | | | tor-netdoc: EncodedAuthCert: move future plans to a commentIan Jackson2026-01-152-22/+22
| * | | | | tor-netdoc: EncodedAuthCert: move/tidy rationale informationIan Jackson2026-01-152-53/+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-1513-65/+945
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | tor-dirserver: Add TODO for hash agnostic type alias nameClara Engler2026-01-151-0/+1
| * | | | | | tor-dirmirror: Handle unparsable certificatesClara Engler2026-01-151-8/+69
| * | | | | | tor-dirserver: Improve note on query performanceClara Engler2026-01-151-6/+8
| * | | | | | tor-dirserver: Fix formulationClara Engler2026-01-151-1/+1
| * | | | | | tor-dirserver: Implement authcert retrieval logicClara Engler2026-01-153-4/+280
| * | | | | | parse2: OOB check for parse_netdoc_multiple_with_offsetsClara Engler2026-01-151-5/+15
| * | | | | | tor-dirserver: Ensure algorithm with CHECKClara Engler2026-01-151-2/+3
| * | | | | | tor-dirserver: Move ContentEncoding to databaseClara Engler2026-01-152-20/+18
| * | | | | | tor-dirserver: Support for inserting into storeClara Engler2026-01-154-10/+227
| * | | | | | tor-dirserver: Test authcert queryingClara Engler2026-01-154-0/+139
| * | | | | | tor-dirserver: Operation test refactoringClara Engler2026-01-151-9/+7
| * | | | | | tor-dirserver: Add get_recent_authority_certificatesClara Engler2026-01-152-3/+111
| * | | | | | tor-dirserver: `From<Timestamp> for SystemTime`Clara Engler2026-01-151-0/+6