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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Merge branch 'signature-rework-rename-signed' into 'main'
Clara Engler
2026-03-05
13
-147
/
+92
|
\
|
*
tor-netdoc: Fix typo in docs
Ian Jackson
2026-03-04
1
-1
/
+1
|
*
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
12
-51
/
+52
|
*
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
*
|
Bump strum to 0.28
Gabriela Moldovan
2026-03-04
1
-1
/
+1
|
/
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-13
/
+13
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
Bump time to 0.3.47
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
release: Remove semver.md files from 2.0.0 release.
Wesley Aptekar-Cassels
2026-02-02
1
-5
/
+0
*
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-13
/
+13
*
Merge branch 'main' into 'main'
gabi-250
2026-02-02
1
-1
/
+1
|
\
|
*
fix(minver): Update paste dependency to be minver compatible
Samuel Cobb
2026-01-26
1
-1
/
+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
15
-136
/
+605
|
\
|
*
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
3
-0
/
+214
|
*
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
2
-8
/
+18
|
*
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
2
-1
/
+13
*
|
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
|
|
/
[prev]
[next]