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: 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
*
Refactor tor_netdoc::Error
Nick Mathewson
2022-02-14
3
-51
/
+80
*
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
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
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
2
-0
/
+2
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
2
-8
/
+10
[next]