aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc-builder api: Move internal API into actual code fileIan Jackson2023-01-242-0/+179
* tor-netdoc: tokenize: Provide BASE64_PEM_MAX_LINEIan Jackson2023-01-241-0/+3
* tor-netdoc: tokenize: Rename to tag_keywords_ok, document, exposeIan Jackson2023-01-241-3/+3
* tor-netdoc: tokenize: crate-Expose object::BEGIN_STR etc.Ian Jackson2023-01-241-6/+11
* tor-netdoc: Make AuthCertKwd pub(crate)Ian Jackson2023-01-241-1/+1
* Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
* Netdoc: Refactor SharedRandVal.Nick Mathewson2023-01-113-27/+37
* netdoc: Outline some basic types for encoding HsDescs.Nick Mathewson2023-01-064-1/+245
* netdoc: note some changes we will have to make to srvNick Mathewson2023-01-061-0/+6
* Merge branch 'test-lints' into 'main'eta2023-01-0617-0/+137
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-1216-0/+129
| * test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* | Use parse_rfc3339() in the tor-netdoc crateNeel Chauhan2022-12-162-4/+5
* | Tackling issue #663 (Use humantime in tests)coral2022-12-122-1/+2
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-3/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-7/+7
* Merge branch 'more_netdoc_tests' into 'main'Ian Jackson2022-11-296-36/+323
|\
| * netdoc: Add a test for routerdesc family parsing.Nick Mathewson2022-11-171-0/+9
| * netdoc: Correct and test some tricky routerdesc errorsNick Mathewson2022-11-175-2/+247
| * netdoc: Add tests for routerdesc accessors.Nick Mathewson2022-11-171-1/+31
| * Netdoc: use a different desc in tests.Nick Mathewson2022-11-172-34/+37
* | Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-2/+2
* | Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
|/
* Merge branch 'real_netdoc_pos' into 'main'Ian Jackson2022-11-162-21/+15
|\
| * Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-152-21/+15
* | Remove a `TODO pt-client` in netdoc.Nick Mathewson2022-11-151-2/+0
|/
* Resolve a dead-code warning.Nick Mathewson2022-11-151-0/+1
* netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-152-3/+34
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-153-2/+8
* Merge branch 'guardmgr-todo-misc' into 'main'Nick Mathewson2022-11-102-0/+11
|\
| * RouterDesc: Add an or_ports method.Nick Mathewson2022-11-102-0/+11
* | Upgrade to serde_with 2, phf 0.11. Closes #526.Nick Mathewson2022-11-101-2/+2
* | Upgrade to tinystr 0.7. Closes #591.Nick Mathewson2022-11-101-1/+1
* | bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
|/
* Merge branch 'store-yak-misc' into 'main'eta2022-11-081-0/+5
|\
| * tor-netdoc: RouterDesc: Add published accessorIan Jackson2022-11-041-0/+5
* | Fix typosDimitris Apostolou2022-11-062-2/+2
|/
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'edition-2021' into 'main'eta2022-11-031-1/+1
|\
| * set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* | Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
|/
* Fix some rustdoc errors.Nick Mathewson2022-10-131-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-51/+1
* netdoc: Add accessors for protocols and ntor key.Nick Mathewson2022-10-041-0/+11
* tor-netdoc: Add relay ID accessors for RouterDesc.Nick Mathewson2022-10-042-7/+27
* Upgrade all fuzzers to newer libfuzzer-sys version.Nick Mathewson2022-10-031-1/+1
* Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-2/+0
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-2/+2
* Work around a new nightly clippy warningNick Mathewson2022-09-303-17/+22