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: Provide B16U for printing hex uppercase
Ian Jackson
2026-04-14
1
-2
/
+31
*
|
tor-netdoc: Make B16 pub and improve its API
Ian Jackson
2026-04-14
1
-15
/
+7
*
|
tor-netdoc: impl Display for B16, as lowercase
Ian Jackson
2026-04-14
1
-1
/
+16
*
|
tor-netdoc: Clean up base16 test
Ian Jackson
2026-04-14
1
-4
/
+11
*
|
tor-netdoc: Adjust API of B64
Ian Jackson
2026-04-14
1
-2
/
+3
*
|
tor-netdoc: Use BytesTransparent for FixedB64, and make it pub
Ian Jackson
2026-04-14
1
-9
/
+4
*
|
tor-netdoc: impl many more traits for B64, by improving Bytes Transparent
Ian Jackson
2026-04-14
1
-1
/
+48
*
|
tor-netdoc: types/misc.rs: Introduce BytesTransparent macro (finish macro)
Ian Jackson
2026-04-14
1
-10
/
+14
*
|
tor-netdoc: types/misc.rs: Introduce BytesTransparent macro (code motion)
Ian Jackson
2026-04-14
1
-18
/
+50
*
|
tor-netdoc: Move a Hash derive
Ian Jackson
2026-04-14
1
-2
/
+2
*
|
tor-netdoc: Move some imports to the top of types/misc.rs
Ian Jackson
2026-04-14
1
-3
/
+3
|
/
*
Merge branch 'contact-info' into 'main'
Clara Engler
2026-04-13
2
-3
/
+99
|
\
|
*
tor-netdoc: ContactInfo: Fix unused attribute
Ian Jackson
2026-04-09
1
-3
/
+1
|
*
tor-netdoc: ContactInfo: Add some roundtrip tests
Ian Jackson
2026-04-08
1
-0
/
+30
|
*
tor-netdoc: ContactInfo: Use FromStr impl for netdoc item parsing
Ian Jackson
2026-04-08
1
-5
/
+15
|
*
tor-netdoc: ContactInfo: derive Display too
Ian Jackson
2026-04-08
1
-1
/
+1
|
*
tor-netdoc: ContactInfo: Impose a syntax restriction
Ian Jackson
2026-04-08
1
-2
/
+41
|
*
tor-netdoc: ContactInfo: derive ItemValueEncodable
Ian Jackson
2026-04-08
1
-0
/
+1
|
*
tor-netdoc: ContactInfo: Use d_d_adhoc technique to de-cfg
Ian Jackson
2026-04-08
1
-1
/
+3
|
*
tor-netdoc: ContactInfo: Improve doc with an xref and item name
Ian Jackson
2026-04-08
1
-1
/
+5
|
*
tor-netdoc: Add ContactInfo
Clara Engler
2026-04-08
2
-1
/
+13
*
|
Merge branch 'netdoc-test-fix' into 'main'
Clara Engler
2026-04-08
3
-193
/
+183
|
\
\
|
*
|
tor-netdoc: Add manual happy families microdesc test
Clara Engler
2026-04-08
1
-0
/
+35
|
*
|
tor-netdoc: Adjust family values for microdesc test
Clara Engler
2026-04-08
1
-12
/
+1
|
*
|
tor-netdoc: Update microdesc test EC keys
Clara Engler
2026-04-08
1
-9
/
+8
|
*
|
tor-netdoc: Update microdesc test onion key
Clara Engler
2026-04-08
1
-5
/
+5
|
*
|
tor-netdoc: "Remove" assert_eq for mds[6]
Clara Engler
2026-04-08
1
-40
/
+0
|
*
|
tor-netdoc: No longer ignore microdesc parse2 test
Clara Engler
2026-04-08
1
-2
/
+0
|
*
|
tor-netdoc: Remove dead authcert test code
Clara Engler
2026-04-08
1
-29
/
+0
|
*
|
tor-netdoc: Update dir_auth_cross_cert() test case
Clara Engler
2026-04-08
1
-1
/
+12
|
*
|
tor-netdoc: Update invalid outer signature test case
Clara Engler
2026-04-08
1
-10
/
+7
|
*
|
tor-netdoc: Update the invalid cross-cert test case
Clara Engler
2026-04-08
1
-10
/
+7
|
*
|
tor-netdoc: Update inconsistent fingerprint test case
Clara Engler
2026-04-08
1
-7
/
+9
|
*
|
tor-netdoc: Constify ALTERNATIVE_AUTHCERT_RAW
Clara Engler
2026-04-08
1
-0
/
+5
|
*
|
tor-netdoc: Update "trivial" test cases in dir_auth_signature()
Clara Engler
2026-04-08
1
-50
/
+20
|
*
|
tor-netdoc: Constify VALID_SYSTEM_TIME
Clara Engler
2026-04-08
1
-0
/
+5
|
*
|
tor-netdoc: Update test vectors in dir_auth_cert
Clara Engler
2026-04-08
1
-15
/
+10
|
*
|
tor-netdoc: Remove outdated longclaw comment in test
Clara Engler
2026-04-08
1
-2
/
+0
|
*
|
tor-netdoc: Replace a File::open with include_str
Clara Engler
2026-04-08
1
-7
/
+2
|
*
|
tor-netdoc: Constify the raw authcert test vector
Clara Engler
2026-04-08
1
-0
/
+1
|
*
|
tor-netdoc: Constify the authcert test vectors
Clara Engler
2026-04-08
1
-0
/
+41
|
*
|
tor-netdoc: Add to_rsa_id() helper function
Clara Engler
2026-04-08
1
-0
/
+7
|
*
|
tor-netdoc: Add pem_to_rsa_pk helper function
Clara Engler
2026-04-08
1
-0
/
+7
|
*
|
tor-netdoc: Add to_system_time helper function
Clara Engler
2026-04-08
1
-0
/
+7
|
*
|
tor-netdoc: Fix broken poc tests
Clara Engler
2026-04-08
1
-2
/
+2
|
|
/
*
|
Merge branch 'normal-item-arg-ip-addr' into 'main'
Ian Jackson
2026-04-08
1
-0
/
+2
|
\
\
|
*
|
tor-netdoc: impl NormalItemArgument for IpAddr
Ian Jackson
2026-04-08
1
-0
/
+2
|
|
/
*
|
Merge branch 'netdoc-fixes' into 'main'
Clara Engler
2026-04-08
3
-3
/
+8
|
\
\
|
*
|
tor-netdoc: Constructor: Produce better error when field isn't Default
Ian Jackson
2026-04-07
1
-1
/
+1
|
*
|
tor-netdoc: encoding: Fix a Result to be $P::Result
Ian Jackson
2026-04-07
1
-1
/
+1
[prev]
[next]