aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix clippy needless derefIan Jackson2022-07-061-3/+3
* tor-netdoc: b64 tests: add exhaustive roundtrip testIan Jackson2022-07-062-0/+43
* Bump `base64ct` crate `1.5.0` -> `1.5.1`Arturo Marquez2022-06-272-19/+7
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-2/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-5/+5
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Merge branch 'error_cleanup_2' into 'main'eta2022-06-242-5/+18
|\ \
| * | tor-proto: split and elaborate tor_bytes::Error instancesNick Mathewson2022-06-232-5/+18
| |/
* | base64: Move some tests into a separate function, placating clippyIan Jackson2022-06-231-11/+15
* | base64: Add yet more test casesIan Jackson2022-06-231-0/+17
* | Add some more test cases for base64Arturo Marquez2022-06-221-0/+17
* | Improve base64 testsArturo Marquez2022-06-221-1/+13
* | Add link to upstream issueArturo Marquez2022-06-221-1/+3
* | Remove unused `base64` crateArturo Marquez2022-06-211-1/+0
* | Replace `base64` crate with `base64ct` crateArturo Marquez2022-06-213-7/+25
|/
* Add a configuration option for reachable_addrsNick Mathewson2022-06-171-0/+8
* NetDoc: Make AddrPortPattern implement serde traitsNick Mathewson2022-06-173-2/+33
* Make AddrPortPattern and friends implement Eq and PartialEqNick Mathewson2022-06-172-2/+3
* Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-0/+3
|\
| * Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+3
* | Add one more "allow" to tor_netdoc::parse::macros.Nick Mathewson2022-06-151-0/+1
|/