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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-netdoc: Constructor: Use $/// deftly feature
Ian Jackson
2026-04-01
1
-30
/
+27
*
|
tor-netdoc: parse2 derive: Use $/// deftly feature in a few places
Ian Jackson
2026-04-01
1
-4
/
+4
|
/
*
tor-netdoc: RsaSha1Signature::new_sign_netdoc: rename argument
Ian Jackson
2026-04-01
1
-3
/
+3
*
tor-netdoc: Gate encode_sign on plain-consensus feature
Ian Jackson
2026-04-01
1
-1
/
+4
*
tor-netdoc: Include rand dependency when encode
Ian Jackson
2026-04-01
1
-1
/
+1
*
tor-netdoc: encode: Move various ItemArgument impls to impls.rs
Ian Jackson
2026-04-01
2
-64
/
+68
*
tor-netdoc: Abolish poc::authcert
Ian Jackson
2026-04-01
5
-10
/
+8
*
tor-netdoc: Replace AuthCert::verify_selfcert impl
Ian Jackson
2026-04-01
2
-47
/
+13
*
tor-netdoc: authcert: Test encoding and signing method
Ian Jackson
2026-04-01
1
-0
/
+43
*
tor-netdoc: authcert: Provide encoding and signing method
Ian Jackson
2026-04-01
1
-1
/
+26
*
tor-netdoc: RsaSha1Signature: Provide signing method
Ian Jackson
2026-04-01
1
-0
/
+82
*
tor-netdoc: Provide `new` methods for CrossCert and AuthCert
Ian Jackson
2026-04-01
1
-0
/
+60
*
tor-netdoc: Turn AuthCertSignature into RsaSignature
Ian Jackson
2026-04-01
3
-26
/
+47
*
tor-netdoc: derive enncoding for AuthCert, AuthCertSignature[s]
Ian Jackson
2026-04-01
1
-2
/
+5
*
tor-netdoc: implement encoding function for raw_data_object
Ian Jackson
2026-04-01
1
-1
/
+10
*
tor-netdoc: Move raw_data_object to new container module
Ian Jackson
2026-04-01
5
-12
/
+20
*
tor-netdoc: impl encoding traits for authcert cross-cert types
Ian Jackson
2026-04-01
1
-1
/
+19
*
tor-netdoc: impl encoding traits for rsa::PublicKey
Ian Jackson
2026-04-01
2
-0
/
+28
*
tor-netdoc: Provide ItemEncoder::text_sofar()
Ian Jackson
2026-04-01
2
-0
/
+6
*
tor-netdoc: Provide ItemEncoder::object() taking an ItemObjectEncodable
Ian Jackson
2026-04-01
3
-0
/
+18
*
tor-netdoc: impl From<RsaIdentity> for the fingerprint types
Ian Jackson
2026-04-01
2
-4
/
+9
*
tor-netdoc: encode derive: Fix handling of optionality.
Ian Jackson
2026-04-01
1
-7
/
+3
*
tor-netdoc: encode derive: Use paste_spanned to improve an error message
Ian Jackson
2026-04-01
1
-1
/
+3
*
tor-netdoc: Fix a wrong "what does this end" comment
Ian Jackson
2026-04-01
1
-1
/
+1
*
tor-netdoc: authcert: Debug CrossCertObject in hex
Ian Jackson
2026-04-01
1
-1
/
+3
*
tor-netdoc: Constructor: Fix it so it actually works
Ian Jackson
2026-04-01
2
-5
/
+5
*
tor-netdoc: encode: re-export netdoc_ordering_check for macros
Ian Jackson
2026-04-01
1
-0
/
+1
*
tor-netdoc: encode derive: Use $P for Result
Ian Jackson
2026-03-31
1
-1
/
+1
*
tor-netdoc: Fix typo in doc comment
Ian Jackson
2026-03-31
1
-1
/
+1
*
tor-netdoc: Rename `AuthCertUnverified::verify_self_signed`
Ian Jackson
2026-03-31
3
-15
/
+18
*
tor-netdoc: encoder: Rename .object() method to .object_bytes
Ian Jackson
2026-03-31
6
-12
/
+13
*
Update to derive-deftly 0.10.0.
Ian Jackson
2026-03-31
1
-1
/
+1
*
Remove semver.md files after release
Ian Jackson
2026-03-30
1
-1
/
+0
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-13
/
+13
*
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
*
tor-netdoc: Port to web-time-compat
Nick Mathewson
2026-03-26
4
-5
/
+8
*
Revert "parse2: Rename lno_for_error to lno"
Clara Engler
2026-03-25
3
-4
/
+3
*
parse2: Rename lno_for_error to lno
Clara Engler
2026-03-25
3
-3
/
+4
*
parse2: Implement `ParseError::new()`
Clara Engler
2026-03-25
1
-0
/
+19
*
Fix typos
Tobias Stoeckmann
2026-03-24
13
-18
/
+18
*
tor-netdoc: signature orderliness: add some xrefs
Ian Jackson
2026-03-19
2
-1
/
+6
*
tor-netdoc: signature ordering: discuss an alternative impl approach
Ian Jackson
2026-03-19
1
-0
/
+3
*
tor-netdoc: signature orderliness: orderly signs don't cover other sigs
Ian Jackson
2026-03-19
1
-0
/
+1
*
tor-netdoc: signature orderliness: shuffle wording slightly
Ian Jackson
2026-03-19
1
-1
/
+1
*
tor-netdoc: signature orderliness: change terminology
Ian Jackson
2026-03-19
2
-8
/
+8
*
tor-netdoc: NetdocParseableSignatures: discuss ordering
Ian Jackson
2026-03-19
1
-0
/
+44
*
tor-netdoc: Apply deferred rustfmt churn to imports
Ian Jackson
2026-03-19
3
-7
/
+7
*
tor-netdoc: encoding: Plan for encoding signed documents
Ian Jackson
2026-03-19
1
-0
/
+23
*
tor-netdoc: parse2: Add some navigational comments
Ian Jackson
2026-03-19
1
-1
/
+64
*
tor-netdoc: parse2: Include body length in SignaturesData
Ian Jackson
2026-03-19
2
-0
/
+5
[prev]
[next]