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
/
tokenize.rs
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
1
-9
/
+10
*
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
1
-0
/
+1
*
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
*
netdoc: Rename parse_error_kind() to netdoc_error_kind().
Gabriela Moldovan
2023-05-11
1
-2
/
+2
*
netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.
Gabriela Moldovan
2023-05-10
1
-4
/
+4
*
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
1
-7
/
+8
*
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: 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
*
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
1
-0
/
+1
*
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: 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
*
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
*
netdoc: remove an unused method.
Nick Mathewson
2022-06-07
1
-12
/
+0
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
1
-32
/
+40
*
clippy: Suppress a warning
Ian Jackson
2022-01-19
1
-0
/
+3
*
Change an UTF-8 XXX to a TODO.
Nick Mathewson
2021-12-20
1
-1
/
+2
*
address lint warnings
Daniel Eades
2021-12-09
1
-8
/
+8
*
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-4
/
+3
*
tor-netdoc: Put the "routerdesc" document type behind a feature.
Nick Mathewson
2021-11-12
1
-0
/
+1
*
Fix/suppress a few more clippy lints in tests.
Nick Mathewson
2021-09-08
1
-0
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+876