index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdoc
/
src
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: Fix grammar in a comment
Ian Jackson
2026-07-22
1
-1
/
+1
*
tor-netdoc tests; work around version number ordering issue
Ian Jackson
2026-07-21
1
-0
/
+16
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
10
-40
/
+40
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
8
-17
/
+17
*
tor-netdoc: Expose ConsensusMethod's field
Ian Jackson
2026-07-15
1
-1
/
+2
*
tor-netdoc: Stabilise votes and encoding of authcerts (formatting)
Ian Jackson
2026-07-15
3
-13
/
+8
*
tor-netdoc: Stabilise votes and encoding of authcerts
Ian Jackson
2026-07-15
8
-37
/
+13
*
tor-netdoc: Remove a now-unnecessary allow
Ian Jackson
2026-07-15
1
-1
/
+0
*
tor-netdoc: drop a done TODO
Ian Jackson
2026-07-15
1
-3
/
+0
*
tor-netdoc tests: Test consensus verification error cases
Ian Jackson
2026-07-15
3
-5
/
+104
*
tor-netdoc tests: Break out prep_netstatus_verify (fmt)
Ian Jackson
2026-07-15
1
-6
/
+1
*
tor-netdoc tests: Break out prep_netstatus_verify
Ian Jackson
2026-07-15
1
-18
/
+32
*
tor-netdoc tests: Test roundtrip of subset of live data
Ian Jackson
2026-07-15
1
-2
/
+50
*
tor-netdoc: Add some missing "retain-unknown" cfg gates to tests
Ian Jackson
2026-07-15
1
-4
/
+4
*
tor-netdoc: Now that poc is gone, make some things no longer pub(crate)
Ian Jackson
2026-07-15
1
-9
/
+4
*
Merge branch 'clippy_warning' into 'main'
Jim Newsome
2026-07-13
1
-1
/
+1
|
\
|
*
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-1
/
+1
*
|
Merge branch 'upgrade-cipher' into 'main'
gabi-250
2026-07-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
1
-1
/
+1
*
|
Change HS descriptor sendme_inc into a NonZeroU8
Nick Mathewson
2026-07-02
2
-7
/
+10
*
|
netdoc: Add new capability negotiation pieces to hsdesc.
Nick Mathewson
2026-07-02
4
-5
/
+174
*
|
tor-netdoc: Remove Eq on various types
Clara Engler
2026-07-02
1
-2
/
+2
*
|
tor-netdoc: Add TODO for .encode_sign()
Clara Engler
2026-07-02
1
-0
/
+1
*
|
tor-netdoc: Change concept of test_parse2
Clara Engler
2026-07-02
1
-4
/
+4
*
|
tor-netdoc: Round-trip encoding test
Clara Engler
2026-07-02
1
-1
/
+23
*
|
tor-netdoc: Adjust test_parse2 to keep signatures
Clara Engler
2026-07-02
1
-4
/
+5
*
|
tor-netdoc: NetdocEncodable for RouterDesc
Clara Engler
2026-07-02
1
-5
/
+7
*
|
tor-netdoc: NetdocEncodable for RouterDescSignatures
Clara Engler
2026-07-02
1
-1
/
+1
|
/
*
tor-netdoc: Derive Eq on RouterDescSignatures
Clara Engler
2026-06-29
1
-1
/
+1
*
tor-netdoc: Derive Eq on RouterDesc
Clara Engler
2026-06-29
1
-1
/
+1
*
Merge branch 'microdesc-sha' into 'main'
Clara Engler
2026-06-25
2
-48
/
+65
|
\
|
*
Apply deferred rustfmt churn
Ian Jackson
2026-06-22
2
-9
/
+2
|
*
tor-netdoc: Break Microdesc up into Microdesc and MicrodescAndHash
Ian Jackson
2026-06-22
2
-28
/
+49
|
*
tor-netdoc: Move some Microdesc methods
Ian Jackson
2026-06-22
1
-20
/
+23
*
|
tor-netdoc: Replace string slices with str::get() in doc (fmt)
Clara Engler
2026-06-24
3
-5
/
+19
*
|
tor-netdoc: Replace string slices with str::get() in doc
Clara Engler
2026-06-24
5
-14
/
+9
*
|
tor-netdoc: Fix rs.rs cache comments
Clara Engler
2026-06-24
1
-1
/
+1
*
|
tor-netdoc: Wrap port policies in Intern
Clara Engler
2026-06-24
2
-7
/
+5
*
|
tor-netdoc: Wrap family in Intern
Clara Engler
2026-06-24
2
-4
/
+6
*
|
Use Intern<T> (fmt)
Clara Engler
2026-06-24
1
-1
/
+3
*
|
Use Intern<T>
Clara Engler
2026-06-24
1
-1
/
+2
*
|
Merge branch 'rd-derive-parse' into 'main'
Ian Jackson
2026-06-23
1
-2
/
+51
|
\
\
|
|
/
|
/
|
|
*
tor-netdoc: Add TODO
Clara Engler
2026-06-23
1
-1
/
+1
|
*
tor-netdoc: Replace assume_wellsigned() with unwrap_unverified()
Clara Engler
2026-06-23
1
-10
/
+3
|
*
tor-netdoc: Add small RouterDesc parse2 test
Clara Engler
2026-06-22
1
-0
/
+35
|
*
tor-netdoc: Add test only RouterDesc verify
Clara Engler
2026-06-22
1
-1
/
+8
|
*
Derive NetdocParseableUnverified for RouterDesc
Clara Engler
2026-06-22
1
-1
/
+15
*
|
tor-netdoc: Microdesc: derive Constructor
Ian Jackson
2026-06-22
2
-2
/
+11
*
|
tor-netdoc Micordesc: Make intro item type public
Ian Jackson
2026-06-22
1
-6
/
+6
*
|
tor-netdoc Micordesc: rename the intro item type
Ian Jackson
2026-06-22
1
-3
/
+3
[prev]
[next]