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
/
routerdesc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-netdoc: Return copy in RouterDesc::rsa_identity()
Clara Engler
2026-05-12
1
-2
/
+3
*
tor-netdoc: Rename RouterDesc real items to their real name
Clara Engler
2026-05-12
1
-19
/
+19
*
tor-netdoc: Add fancy rustdoc to real RouterDesc items
Clara Engler
2026-05-12
1
-22
/
+64
*
tor-netdoc: Reorder real RouterDesc items
Clara Engler
2026-05-12
1
-41
/
+41
*
tor-netdoc: Reorder RouterDesc into virtual and real items
Clara Engler
2026-05-12
1
-10
/
+26
*
tor-netdoc: Add spacing to RouterDesc
Clara Engler
2026-05-12
1
-0
/
+19
*
tor-netdoc: Un-gate parse2 in doc/routerdesc.rs
Ian Jackson
2026-04-28
1
-1
/
+0
*
tor-netdoc: Add RouterDescSignatures type
Clara Engler
2026-04-23
1
-1
/
+24
*
tor-netdoc: Add spec link to RouterDesc
Clara Engler
2026-04-22
1
-0
/
+4
*
tor-netdoc: ItemArgumentParseable for RelayPlatform
Clara Engler
2026-04-22
1
-0
/
+12
*
tor-netdoc: Make Nickname have its own parsing error type
Ian Jackson
2026-04-20
1
-1
/
+5
*
tor-netdoc: Add ExtraInfoDigest type alias
Clara Engler
2026-03-12
1
-0
/
+3
*
tor-netdoc: RSA: rename helper type to RsaPublicParse1Helper
Ian Jackson
2026-01-06
1
-2
/
+2
*
netdoc: Remove protocol interning.
Nick Mathewson
2025-12-03
1
-9
/
+7
*
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-netdoc: Abolish `dangerous-expose-struct-fields`; always expose, instead
Ian Jackson
2025-10-01
1
-66
/
+27
*
tor-netdoc: rs: Introduce and use DOC_DIGEST_LEN
Ian Jackson
2025-08-18
1
-1
/
+4
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
tor-netdoc: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-5
/
+5
*
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
1
-5
/
+5
*
netdoc: Add "family-cert" entries to routerdesc parser
Nick Mathewson
2025-02-25
1
-3
/
+79
*
Merge branch 'expose-annotated' into 'main'
Nick Mathewson
2024-07-22
1
-0
/
+15
|
\
|
*
tor-netdoc: Dangerously expose annotation fields
Clara Engler
2024-06-21
1
-0
/
+15
*
|
Make TAP keys optional when parsing documents.
Nick Mathewson
2024-06-27
1
-20
/
+42
|
/
*
Add exception for cfg(fuzzing) in tor-netdoc
Nick Mathewson
2024-05-07
1
-1
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Upgrade to latest signature.
Gabriela Moldovan
2024-02-28
1
-2
/
+0
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
1
-2
/
+2
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-1
/
+1
*
Merge branch 'doc-iter' into 'main'
Nick Mathewson
2023-02-17
1
-14
/
+14
|
\
|
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
1
-5
/
+5
|
*
tor-netdoc: Replace use of PauseAt::new_pred()
Ian Jackson
2023-02-15
1
-9
/
+9
*
|
Expire routerdescs as soon as any of their expiries expire
Ian Jackson
2023-02-15
1
-1
/
+1
|
/
*
Merge branch 'authcert_bug' into 'main'
eta
2023-02-07
1
-8
/
+15
|
\
|
*
netdoc: Require that unrecognized tokens be handled explicitly.
Nick Mathewson
2023-02-03
1
-0
/
+7
|
*
netdoc: Switch SectionRules building to use a Buidler pattern.
Nick Mathewson
2023-02-03
1
-8
/
+8
*
|
netdoc: Use Signature::from to construct ed25519 sigs.
Nick Mathewson
2023-02-07
1
-3
/
+4
|
/
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+8
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
|
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
1
-1
/
+1
|
/
*
netdoc: Add a test for routerdesc family parsing.
Nick Mathewson
2022-11-17
1
-0
/
+9
*
netdoc: Correct and test some tricky routerdesc errors
Nick Mathewson
2022-11-17
1
-2
/
+31
*
netdoc: Add tests for routerdesc accessors.
Nick Mathewson
2022-11-17
1
-1
/
+31
*
Netdoc: use a different desc in tests.
Nick Mathewson
2022-11-17
1
-4
/
+3
*
Remove a `TODO pt-client` in netdoc.
Nick Mathewson
2022-11-15
1
-2
/
+0
*
netdoc: Allow empty lines at the end of a router descriptor.
Nick Mathewson
2022-11-15
1
-3
/
+10
[prev]
[next]