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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: parse2: SignatureHashInputs: Include document so far
Ian Jackson
2026-03-19
2
-0
/
+5
*
tor-netdoc: parse2: Introduce SignatureData struct
Ian Jackson
2026-03-19
8
-32
/
+57
*
tor-netdoc: NetdocParseableSignatures: Make into its own trait
Ian Jackson
2026-03-19
5
-23
/
+26
*
tor-netdoc: NetdocParseableSignatures: Make into its own macro
Ian Jackson
2026-03-19
5
-32
/
+125
*
tor-netdoc: Add VerifyFailed::Bug
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: Provide AsMutSelf derive macro
Ian Jackson
2026-03-19
2
-1
/
+43
*
tor-netdoc: parse2 derive: break out INIT_ACCUMULATE_VARS
Ian Jackson
2026-03-19
1
-17
/
+25
*
tor-netdoc: parse2: netstatus poc: Improve docs slightly
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: parse2: Give reference to what a Regular signature is
Ian Jackson
2026-03-19
1
-0
/
+2
*
tor-netdoc: parse2: Fix an error message
Ian Jackson
2026-03-19
1
-1
/
+1
*
Merge branch 'extra-info' into 'main'
Clara Engler
2026-03-18
2
-0
/
+7
|
\
|
*
tor-netdoc: Add TODO wrt double definition
Clara Engler
2026-03-18
1
-0
/
+1
|
*
tor-netdoc: Properly export ExtraInfoDigest
Clara Engler
2026-03-12
1
-0
/
+3
|
*
tor-netdoc: Add ExtraInfoDigest type alias
Clara Engler
2026-03-12
1
-0
/
+3
*
|
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
5
-6
/
+6
|
/
*
parse2: Add TODO for netstatus trait
Clara Engler
2026-03-09
1
-0
/
+5
*
tor-netdoc: Apply rustfmt churn
Ian Jackson
2026-03-03
3
-11
/
+5
*
tor-netdoc: parse2: Lengthen a doc comment slightly
Ian Jackson
2026-03-03
1
-1
/
+1
*
tor-netdoc: parse2: Use eprint for dtrace
Ian Jackson
2026-03-03
2
-5
/
+8
*
tor-netdoc: Rename *Signed to *Unverified
Ian Jackson
2026-03-03
11
-51
/
+51
*
tor-netdoc: Move NetdocSigned to signatures.rs
Ian Jackson
2026-03-03
4
-34
/
+36
*
tor-netdoc: Drop dir_auth_key_cert_signatures test case
Ian Jackson
2026-03-03
1
-56
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
tor-netdoc: Remove remaining use of EP::Other
Clara Engler
2026-01-15
1
-8
/
+16
*
Merge branch 'encoded-authcert' into 'main'
Ian Jackson
2026-01-15
14
-136
/
+602
|
\
|
*
tor-netdoc: EncodedAuthCert: docs grammar
Ian Jackson
2026-01-15
1
-1
/
+1
|
*
tor-netdoc: EncodedAuthCert: remove another bit of leftover debug
Ian Jackson
2026-01-15
1
-1
/
+0
|
*
tor-netdoc: EncodedAuthCert: remove a hard tab in a comment
Ian Jackson
2026-01-15
1
-1
/
+1
|
*
tor-netdoc: EncodedAuthCert: bodge the features for now
Ian Jackson
2026-01-15
1
-2
/
+3
|
*
tor-netdoc: EncodedAuthCert: remove a bit of leftover debug
Ian Jackson
2026-01-15
1
-1
/
+1
|
*
tor-netdoc: EncodedAuthCert: move future plans to a comment
Ian Jackson
2026-01-15
1
-0
/
+22
|
*
tor-netdoc: EncodedAuthCert: move/tidy rationale information
Ian Jackson
2026-01-15
1
-0
/
+20
|
*
tor-netdoc: EncodedAuthCert: use in poc integration test / demo
Ian Jackson
2026-01-15
1
-6
/
+15
|
*
tor-netdoc: EncodedAuthCert: unit tests
Ian Jackson
2026-01-15
1
-0
/
+197
|
*
tor-netdoc: EncodedAuthCert: implement
Ian Jackson
2026-01-15
2
-0
/
+213
|
*
tor-netdoc: Expose whole input string (rustfmt)
Ian Jackson
2026-01-15
1
-2
/
+1
|
*
tor-netdoc: Expose whole input string
Ian Jackson
2026-01-15
1
-8
/
+17
|
*
tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword (rustfmt)
Ian Jackson
2026-01-15
2
-5
/
+3
|
*
tor-netdoc: parse2: Provide NetdocParseable::is_structural_keyword
Ian Jackson
2026-01-15
6
-2
/
+87
|
*
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: Add an error variant we'll need for parsing embedded docs
Ian Jackson
2026-01-15
1
-0
/
+3
|
*
tor-netdoc: Improve Keyword API slightly
Ian Jackson
2026-01-15
1
-1
/
+12
*
|
Merge branch 'dirmirror-authcert' into 'main'
Clara Engler
2026-01-15
4
-23
/
+37
|
\
\
|
*
|
tor-netdoc: Change error variants
Clara Engler
2026-01-15
3
-18
/
+18
|
*
|
parse2: OOB check for parse_netdoc_multiple_with_offsets
Clara Engler
2026-01-15
1
-5
/
+15
|
*
|
tor-netdoc: Make ConsensusFlavor exhaustive
Clara Engler
2026-01-15
1
-1
/
+5
|
|
/
*
/
tor-netdoc: Rename Version and expose it as netstatus::SoftwareVersion
Ian Jackson
2026-01-15
4
-9
/
+9
|
/
[prev]
[next]