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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
tor-netdoc: Add NtorOnionKeyCrossCert
Clara Engler
2026-06-11
2
-0
/
+31
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'recommended-versions' into 'main'
Clara Engler
2026-06-11
7
-23
/
+152
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tor-netdoc: Use iter_join for RecommendedTorVersions
Ian Jackson
2026-06-11
1
-7
/
+1
|
*
|
|
|
|
tor-netdoc: Fix a trailing whitespace
Ian Jackson
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
tor-netdoc: Fix copypaste error
Ian Jackson
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
tor-netdoc: recommended versions: fix parsing bug in old parser
Ian Jackson
2026-06-11
1
-4
/
+9
|
*
|
|
|
|
tor-netdoc: recommended versions: new {client,server}-versions type
Ian Jackson
2026-06-11
4
-12
/
+131
|
*
|
|
|
|
tor-netdoc: old consensus parser: add a binding
Ian Jackson
2026-06-11
1
-2
/
+3
|
*
|
|
|
|
tor-netdoc: old consensus parser: break out parse_rec_versions (fmt)
Ian Jackson
2026-06-11
1
-8
/
+7
|
*
|
|
|
|
tor-netdoc: old consensus parser: break out parse_rec_versions
Ian Jackson
2026-06-11
1
-10
/
+8
|
*
|
|
|
|
tor-netdoc: ConsensusBuilder: break out mk_versions
Ian Jackson
2026-06-11
1
-2
/
+4
|
*
|
|
|
|
tor-netdoc: recommended versions: add spec links
Ian Jackson
2026-06-11
1
-0
/
+4
|
*
|
|
|
|
tor-netdoc: impl From<std::convert::Infallible> for Error
Ian Jackson
2026-06-11
2
-0
/
+7
|
*
|
|
|
|
tor-netdoc: Expose MaybeItem::pos pub(crate)
Ian Jackson
2026-06-11
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'assert-eq-diff' into 'main'
Clara Engler
2026-06-11
6
-24
/
+63
|
\
\
\
\
\
|
*
|
|
|
|
tor-netdoc: Replace ad-hoc pseudo-diff with unidiff from imra (fmt)
Ian Jackson
2026-06-11
1
-4
/
+1
|
*
|
|
|
|
tor-netdoc: Use assert_eq_or_diff in three more places
Ian Jackson
2026-06-11
2
-5
/
+3
|
*
|
|
|
|
tor-netdoc: Replace ad-hoc pseudo-diff with unidiff from imra
Ian Jackson
2026-06-11
4
-16
/
+60
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'join' into 'main'
Ian Jackson
2026-06-11
5
-10
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
tor-guardmgr: Replace an Itertools::intersperse with join
Ian Jackson
2026-06-11
1
-2
/
+2
|
*
|
|
|
|
tor-netdoc: Replace an Itertools::intersperse with iter_join
Ian Jackson
2026-06-11
1
-3
/
+2
|
*
|
|
|
|
tor-proto: Remove a now-redundant .iter() in a call to iter_join
Ian Jackson
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
tor-basic-utils: iter_join: Take IntoIterator, not just Iterator
Ian Jackson
2026-06-11
2
-4
/
+5
*
|
|
|
|
|
Merge branch 'rs-items' into 'main'
Ian Jackson
2026-06-11
7
-2
/
+58
|
\
\
\
\
\
\
|
*
|
|
|
|
|
tor-netdoc: routerstatus: document additions
Ian Jackson
2026-06-11
1
-0
/
+1
|
*
|
|
|
|
|
tor-netdoc: routerstatus entries: Add `id` item (votes only)
Ian Jackson
2026-06-11
4
-0
/
+13
|
*
|
|
|
|
|
tor-netdoc: impl ItemValueEncodable for Ed25519IdentityLine
Ian Jackson
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
|
tor-netdoc: Ed25519IdentityLine: Improve docs
Ian Jackson
2026-06-11
1
-1
/
+8
|
*
|
|
|
|
|
tor-netdoc: routerstatus entries: Add note about location of `m` item
Ian Jackson
2026-06-11
1
-0
/
+3
|
*
|
|
|
|
|
tor-netdoc: routerstatus entries: Add `p` item
Ian Jackson
2026-06-11
5
-0
/
+20
|
*
|
|
|
|
|
tor-netdoc: routerstatus: r item: add dir-port argument
Ian Jackson
2026-06-11
3
-0
/
+7
|
*
|
|
|
|
|
tor-netdoc: routerstatus: r item: add blank lines to struct
Ian Jackson
2026-06-11
1
-0
/
+5
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'rd-item-present' into 'main'
Clara Engler
2026-06-11
2
-4
/
+33
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tor-netdoc: Add RouterDesc::hidden_serive_dir
Clara Engler
2026-06-11
2
-0
/
+14
|
*
|
|
|
|
tor-netdoc: Replace bool with ItemPresent in RouterDesc (fmt)
Clara Engler
2026-06-11
1
-1
/
+2
|
*
|
|
|
|
tor-netdoc: Replace bool with ItemPresent in RouterDesc
Clara Engler
2026-06-11
2
-4
/
+18
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'ntor-crosscert' into 'main'
Clara Engler
2026-06-11
4
-40
/
+279
|
\
\
\
\
\
|
*
|
|
|
|
tor-netdoc: Specify requires_signed_with_ext in ed25519_cert_invalid
Clara Engler
2026-06-11
1
-6
/
+5
|
*
|
|
|
|
tor-netdoc: Add TODO for merging generic test functions
Clara Engler
2026-06-11
1
-0
/
+2
|
*
|
|
|
|
tor-netdoc: Actually call ed25519_cert_invalid for Ed25519NtorCrossCert
Clara Engler
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
tor-netdoc: Remove "both keys must be different" test
Clara Engler
2026-06-11
1
-9
/
+0
|
*
|
|
|
|
tor-netdoc: Remove #[allow(unused)]
Clara Engler
2026-06-11
1
-1
/
+0
|
*
|
|
|
|
tor-netdoc: Use .verify_inner() in .verify()
Clara Engler
2026-06-11
1
-42
/
+15
|
*
|
|
|
|
tor-netdoc: Use .verify_inner() in legacy parser
Clara Engler
2026-06-11
1
-15
/
+10
|
*
|
|
|
|
tor-netdoc: Ed25519NtorCrossCert::verify_inner()
Clara Engler
2026-06-11
2
-1
/
+93
|
*
|
|
|
|
tor-netdoc: Documentation improvements for Ed25519NtorCrossCert
Clara Engler
2026-06-11
1
-4
/
+6
|
*
|
|
|
|
tor-netdoc: Add test for Ed25519NtorCrossCert
Clara Engler
2026-06-11
1
-0
/
+55
|
*
|
|
|
|
tor-netdoc: Dynamically add signed-with violation
Clara Engler
2026-06-11
1
-11
/
+15
|
*
|
|
|
|
tor-netdoc: Switch invalid CertType in unit test
Clara Engler
2026-06-11
1
-1
/
+1
|
*
|
|
|
|
tor-netdoc: Provide signing key in Ed25519CertTest
Clara Engler
2026-06-11
1
-0
/
+6
[prev]
[next]