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
*
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
*
netdoc builder: Implement object() and add one test case
Ian Jackson
2023-01-24
1
-1
/
+0
*
tor-netdoc: tokenize: Provide BASE64_PEM_MAX_LINE
Ian Jackson
2023-01-24
1
-0
/
+3
*
tor-netdoc: tokenize: Rename to tag_keywords_ok, document, expose
Ian Jackson
2023-01-24
1
-3
/
+3
*
tor-netdoc: tokenize: crate-Expose object::BEGIN_STR etc.
Ian Jackson
2023-01-24
1
-6
/
+11
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-0
/
+8
*
Fix a couple of rustdoc issues.
Nick Mathewson
2022-11-18
1
-2
/
+2
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-1
/
+1
*
Replace `Option<Pos>` with `Pos` in `ParseError`.
Nick Mathewson
2022-11-15
1
-1
/
+3
*
Resolve a dead-code warning.
Nick Mathewson
2022-11-15
1
-0
/
+1
*
netdoc: Allow empty lines at the end of a router descriptor.
Nick Mathewson
2022-11-15
1
-0
/
+24
*
tor-netdoc: Add a new ErrorKind for EmptyLine.
Nick Mathewson
2022-11-15
1
-1
/
+4
*
Fix some rustdoc errors.
Nick Mathewson
2022-10-13
1
-2
/
+2
*
Replace `base64` crate with `base64ct` crate
Arturo Marquez
2022-06-21
1
-3
/
+3
*
Add one more "allow" to tor_netdoc::parse::macros.
Nick Mathewson
2022-06-15
1
-0
/
+1
*
Netdoc: test enforcement for items that mustn't take objects.
Nick Mathewson
2022-06-07
1
-0
/
+6
*
netdoc: remove an unused method.
Nick Mathewson
2022-06-07
1
-12
/
+0
*
netdoc: Test more accessors for tokenized documents.
Nick Mathewson
2022-06-07
2
-4
/
+20
*
lints: Suppress unknown lints in a way that works on nightly too
Ian Jackson
2022-05-31
1
-2
/
+4
*
tor-netdoc: Allow suppressing unknown lints
Ian Jackson
2022-05-27
1
-0
/
+2
*
tor-netdoc: Suppress new "unused_macro_rules" lint in one place
Ian Jackson
2022-05-27
1
-0
/
+1
*
tor-netdoc: Actually, make TokVal be a Vec
Ian Jackson
2022-03-11
1
-46
/
+20
*
Remove a pointless slice
Ian Jackson
2022-03-11
1
-10
/
+7
[next]