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: 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
|
*
|
tor-netdoc: Fix handling of netdoc(skip) in NetdocParseableFields
Ian Jackson
2026-04-07
1
-1
/
+6
|
|
/
*
|
tor-netdoc: parse2/encode derive: Use unquoted attributes at call sites
Ian Jackson
2026-04-07
6
-18
/
+18
*
|
tor-netdoc: parse2/encode derive: Show unquoted attributes in the docs
Ian Jackson
2026-04-07
3
-11
/
+11
*
|
tor-netdoc: parse2/encode derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
3
-11
/
+11
*
|
tor-netdoc: Constructor derive: Use meta_quoted rigorous
Ian Jackson
2026-04-07
2
-4
/
+4
|
/
*
tor-netdoc: Add TODO to test ignoring
Clara Engler
2026-04-02
1
-0
/
+1
*
tor-netdoc: Disable broken test for now
Clara Engler
2026-04-02
1
-0
/
+1
*
tor-netdoc: Note on hardcoded test vectors
Clara Engler
2026-04-02
1
-0
/
+5
*
tor-netdoc: Fix typo in comment
Clara Engler
2026-04-02
1
-1
/
+1
*
tor-netdoc: Some comment improvements
Clara Engler
2026-04-02
1
-2
/
+4
*
tor-netdoc: Replace if by exhaustive match
Clara Engler
2026-04-02
1
-2
/
+4
*
tor-netdoc: Rename Wrapper to RawPortPolicy
Clara Engler
2026-04-02
1
-2
/
+2
*
tor-netdoc: Use PortRanges::from_str in PortPolicy::from_str
Clara Engler
2026-04-02
1
-4
/
+1
*
tor-netdoc: Document that an overflow is impossible
Clara Engler
2026-04-02
1
-0
/
+4
[prev]
[next]