index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
parse2
/
poc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-netdoc: Promote DirectorySignatureHashAlgo from poc as nasty macro
Ian Jackson
2026-04-29
1
-12
/
+2
*
tor-netdoc: poc: make DirectorySignatureHashAlgo serialise properly
Ian Jackson
2026-04-29
1
-0
/
+1
*
tor-netdoc: consensus authority section: ConsensusAuthoritySection
Ian Jackson
2026-04-27
2
-86
/
+2
*
tor-netdoc: VoteAuthoritySection: promote poc to prod
Ian Jackson
2026-04-27
2
-50
/
+1
*
tor-netdoc: VoteAuthoritySection: promote poc to prod (prep, use's)
Ian Jackson
2026-04-27
2
-3
/
+5
*
tor-netdoc: VoteAuthoritySection: promote poc to prod (prep, rename)
Ian Jackson
2026-04-27
1
-5
/
+7
*
tor-netdoc: VoteAuthoritySection: deindent NddAuthoritySection
Ian Jackson
2026-04-27
1
-42
/
+42
*
tor-netdoc: VoteAuthorityEntry: replace in poc with new proper type
Ian Jackson
2026-04-27
2
-23
/
+15
*
Merge branch 'netdoc-test-fix' into 'main'
Clara Engler
2026-04-08
1
-2
/
+2
|
\
|
*
tor-netdoc: Fix broken poc tests
Clara Engler
2026-04-08
1
-2
/
+2
*
|
tor-netdoc: parse2/encode derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
1
-1
/
+1
|
/
*
tor-netdoc: Abolish poc::authcert
Ian Jackson
2026-04-01
4
-9
/
+8
*
tor-netdoc: Replace AuthCert::verify_selfcert impl
Ian Jackson
2026-04-01
1
-46
/
+0
*
tor-netdoc: Fix typo in doc comment
Ian Jackson
2026-03-31
1
-1
/
+1
*
tor-netdoc: Rename `AuthCertUnverified::verify_self_signed`
Ian Jackson
2026-03-31
1
-0
/
+2
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
tor-netdoc: parse2: Unify top-level derive as NetdocUParseablenverified
Ian Jackson
2026-03-19
1
-1
/
+1
*
tor-netdoc: parse2: Move hash out of signature items (fmt)
Ian Jackson
2026-03-19
1
-17
/
+19
*
tor-netdoc: parse2: Move hash out of signature items
Ian Jackson
2026-03-19
3
-23
/
+72
*
tor-netdoc: parse2: Move hash out of signature items (prep)
Ian Jackson
2026-03-19
1
-1
/
+4
*
tor-netdoc: parse2: Introduce SignatureData struct
Ian Jackson
2026-03-19
2
-6
/
+6
*
tor-netdoc: NetdocParseableSignatures: Make into its own macro
Ian Jackson
2026-03-19
1
-2
/
+1
*
tor-netdoc: parse2: netstatus poc: Improve docs slightly
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: Rename *Signed to *Unverified
Ian Jackson
2026-03-03
4
-13
/
+13
*
Merge branch 'encoded-authcert' into 'main'
Ian Jackson
2026-01-15
4
-122
/
+38
|
\
|
*
tor-netdoc: EncodedAuthCert: use in poc integration test / demo
Ian Jackson
2026-01-15
1
-6
/
+15
|
*
tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword
Ian Jackson
2026-01-15
1
-0
/
+7
|
*
tor-netdoc: Abolish poc's AuthCert (rustfmt)
Ian Jackson
2026-01-15
2
-8
/
+3
|
*
tor-netdoc: Abolish poc's AuthCert
Ian Jackson
2026-01-15
4
-109
/
+13
|
*
tor-netdoc: Prepare poc's DirAuthKeyCertSigned::verify_selfcert
Ian Jackson
2026-01-15
1
-7
/
+8
*
|
tor-netdoc: Change error variants
Clara Engler
2026-01-15
1
-16
/
+10
|
/
*
tor-netdoc: parse2: Introduce ParseInput intermediate struct
Ian Jackson
2025-11-18
1
-4
/
+9
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Use a while let loop (to placate clippy)
Ian Jackson
2025-11-06
1
-2
/
+1
*
tor-netdoc: tests: Move vote parsing test to netstatus.rs
Ian Jackson
2025-10-15
1
-12
/
+0
*
tor-netdoc: tests: Use real `RouterStatus` in `parse2::poc`
Ian Jackson
2025-10-15
1
-9
/
+7
*
tor-netdoc: parse2: Replace EP with AE in NdiDirectorySignature (fmt)
Ian Jackson
2025-10-09
1
-7
/
+10
*
tor-netdoc: parse2: Replace EP with AE in NdiDirectorySignature
Ian Jackson
2025-10-09
1
-4
/
+4
*
tor-netdoc: Abolish now-obsolete field argument to from_args
Ian Jackson
2025-10-09
1
-1
/
+1
*
tor-netdoc: Introduce ArgumentError
Ian Jackson
2025-10-09
1
-4
/
+4
*
tor-netdoc: Introduce `NormalItemArgument` impl-enabler trait
Ian Jackson
2025-10-08
3
-0
/
+6
*
tor-netdoc: parse2 poc: impl Display for several types
Ian Jackson
2025-10-08
3
-2
/
+8
*
tor-netdoc: parse2 poc: break out some constants
Ian Jackson
2025-10-08
1
-3
/
+8
*
tor-netdoc: impl Display for Fingerprint and Base64Fingerprint
Ian Jackson
2025-10-08
1
-1
/
+1
*
netdoc parse2: Fix Object handling
Ian Jackson
2025-09-29
1
-1
/
+1
*
netdoc parse2: poc: Make test functions throw anyhow::Result
Ian Jackson
2025-09-29
1
-5
/
+4
*
tgr-netdoc: Tests of parse2
Ian Jackson
2025-08-14
1
-0
/
+90
*
tor-netdoc: Proof-of-concept demo of new parser
Ian Jackson
2025-08-14
4
-0
/
+853