summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make RouterDesc implement Clone and Debug.Nick Mathewson2022-09-262-0/+3
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-245-0/+69
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-246-1/+7
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* tor-netdoc: NetParams: impl FromIteratorIan Jackson2022-08-161-0/+8
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* fix nighly clippytrinity-1686a2022-07-232-6/+2
* change usage of PublicKey to Ed25519 in tor-certtrinity-1686a2022-07-232-9/+11
* change check_key to take a Option<&_> instead of &Option<_>trinity-1686a2022-07-231-2/+2
* Also downgrade serde_with: Version 2.0 requires Rust 1.60Nick Mathewson2022-07-201-1/+1
* Downgrade phf back to 0.10Nick Mathewson2022-07-201-1/+1
* Upgrade to latest phf, serde_with, serial_test.Nick Mathewson2022-07-191-2/+2