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
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unnecessary lint
pryty26
2026-07-15
2
-2
/
+0
*
tor-netdoc: Expose MaybeItem::pos pub(crate)
Ian Jackson
2026-06-11
1
-1
/
+1
*
everywhere: Add #[allow(clippy::string_slice)]
Clara Engler
2026-06-09
1
-0
/
+5
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
2
-0
/
+2
*
tor-netdoc: Un-gate "routerdesc" cargo feature
Ian Jackson
2026-04-28
1
-2
/
+0
*
tor-netdoc: Un-gate BASE64_PEM_MAX_LINE
Ian Jackson
2026-04-23
1
-1
/
+0
*
tor-netdoc: Add a blank line for reading clarity
Ian Jackson
2025-11-18
1
-0
/
+1
*
tor-netdoc: Split off Keyword::to_str into its own trait (fmt)
Ian Jackson
2025-11-18
1
-1
/
+3
*
tor-netdoc: Split off Keyword::to_str into its own trait
Ian Jackson
2025-11-18
2
-6
/
+5
*
tor-netdoc: Split off Keyword::to_str - prep code motion
Ian Jackson
2025-11-18
1
-8
/
+8
*
tor-netdoc: Keyword: Say that to_str is the actual document keyword
Ian Jackson
2025-11-18
1
-2
/
+3
*
tor-netdoc: Introduce "encode" feature for the like-named module
Ian Jackson
2025-11-10
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
2
-2
/
+2
*
tor-netdoc: Abolish ParseRouterStatus and make several things not pub
Ian Jackson
2025-08-26
3
-7
/
+5
*
tor-netdoc: Expose base64_decode_multiline to crate
Ian Jackson
2025-08-14
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-5
/
+1
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-2
/
+6
*
netdoc: disallow extraneous space within final signature item
Nick Mathewson
2025-07-10
1
-0
/
+9
*
netdoc: Fix Item::end_pos() behavior, and add tests.
Nick Mathewson
2025-07-10
1
-6
/
+30
*
Add test to enforce parser behavior wrt start-of-line space.
Nick Mathewson
2025-07-10
1
-0
/
+46
*
tor-netdoc: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
2
-4
/
+4
*
tor-netdoc: use more idiomatic rust
Steven Engler
2025-04-03
1
-2
/
+1
*
tor-netdoc: fix `clippy::len_zero`
Steven Engler
2025-04-03
1
-1
/
+1
*
netdoc: Reject BOMs and NULs.
Nick Mathewson
2025-03-17
1
-2
/
+49
*
netdoc: Make some parsing init functions fallible.
Nick Mathewson
2025-03-17
2
-11
/
+12
*
Fix incorrect doc comment.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+2
*
Fix "clippy::manual-pattern-char-comparison" warning on nightly
Nick Mathewson
2024-07-28
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
1
-1
/
+1
*
netdoc: Remove an "unknown_lints" exception.
Nick Mathewson
2023-11-30
1
-1
/
+0
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+2
*
netdoc: Rename parse_error_kind() to netdoc_error_kind().
Gabriela Moldovan
2023-05-11
2
-4
/
+4
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
3
-7
/
+7
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-1
/
+1
*
tor-netdoc: Run rustfmt (separately from the refactoring)
Ian Jackson
2023-02-15
1
-3
/
+1
*
tor-netdoc: Abolish NetDocReader::iter and into_iter
Ian Jackson
2023-02-15
1
-13
/
+0
*
tor-netdoc: Remove many needless calls to .iter() and .into_iter()
Ian Jackson
2023-02-15
2
-11
/
+12
*
tor-netdoc: Use impl Iterator for NetdocReader in .pause_at
Ian Jackson
2023-02-15
1
-2
/
+2
*
tor-netdoc: impl Iterator etc. for NetdocReader
Ian Jackson
2023-02-15
1
-0
/
+29
*
tor-netdoc: Use itertools to implement NetDocReader::pause_at
Ian Jackson
2023-02-15
1
-7
/
+11
*
tor-netdoc: Have sectionrules.parse take I, not &mut I
Ian Jackson
2023-02-15
1
-2
/
+2
*
tor-netdoc: Import Peekable rather than referring to it by path
Ian Jackson
2023-02-15
1
-3
/
+4
*
tor-netdoc: Use batching iterator in authcert.rs
Ian Jackson
2023-02-10
1
-1
/
+1
*
tor-netdoc: Provide NetDocReader::into_iter
Ian Jackson
2023-02-10
1
-0
/
+7
*
netdoc: Require that unrecognized tokens be handled explicitly.
Nick Mathewson
2023-02-03
1
-5
/
+29
*
netdoc: Switch SectionRules building to use a Buidler pattern.
Nick Mathewson
2023-02-03
1
-15
/
+29
*
tor-netdoc: Suppress a cfg-dependent dead code warning
Ian Jackson
2023-02-01
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
Elide a bunch of lifetimes.
Nick Mathewson
2023-01-27
2
-6
/
+6
[next]