summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc: tests for parsing UnvalidatedEdCert.Nick Mathewson2022-06-071-1/+47
* Tests for netdoc RsaPublic type.Nick Mathewson2022-06-071-2/+37
* Fix a copy-paste error in Ed25519 parsing tests.Nick Mathewson2022-06-011-3/+3
* Add test for parsing bad tor version with too many elements.Nick Mathewson2022-06-011-0/+1
* Add test for mutability of RelayFamily.Nick Mathewson2022-06-011-0/+9
* Tests for tor_netdoc::util::internNick Mathewson2022-06-011-0/+33
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* lints: Suppress unknown lints in a way that works on nightly tooIan Jackson2022-05-311-2/+4
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-12/+10
* tor-netdoc: Allow suppressing unknown lintsIan Jackson2022-05-271-0/+2
* tor-netdoc: Suppress new "unused_macro_rules" lint in one placeIan Jackson2022-05-271-0/+1
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-2/+2
* Merge branch 'upgrades-20220523' into 'main'Ian Jackson2022-05-241-1/+1
|\
| * Update to newer sanitize-filename and tinystr.Nick Mathewson2022-05-231-1/+1
* | Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-234-4/+4
|/
* Fix typoDimitris Apostolou2022-05-141-1/+1
* tor-netdoc: Add a Lifetime::valid_at method.Nick Mathewson2022-05-111-0/+4
* netdoc: add a new type for NicknamesNick Mathewson2022-05-096-11/+96
* NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-0/+3
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-7/+7
* Fix grammar and typosSamanta Navarro2022-04-271-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-253-5/+0
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-6/+6
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-7/+7
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-315-15/+15
* Typo fix.Ian Jackson2022-03-311-1/+1
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-317-0/+96
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-3/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+3
|\
| * use wallclock where possible in teststrinity-1686a2022-02-262-0/+3
* | Change type of TorClientConfig::override_net_paramsIan Jackson2022-03-161-1/+1
* | Replace a match with some as_ref and asIan Jackson2022-03-161-4/+1
* | Merge branch 'main' into 'intern-more'Nick Mathewson2022-03-142-49/+21
|\ \
| * \ Merge branch 'slice-from-ref' into 'main'eta2022-03-142-49/+21
| |\ \
| | * | tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-112-46/+21
| | * | Remove a pointless sliceIan Jackson2022-03-111-10/+7
* | | | Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-114-11/+25
* | | | Canonicalize and intern family representations to save memory.Nick Mathewson2022-03-114-9/+57
|/ / /
* | | Add a more generic implementation of intern-by-refNick Mathewson2022-03-112-4/+12
* | | netdoc: Call shrink_to_fit() when we're done parsing rs sectionsNick Mathewson2022-03-111-0/+1
* | | netdoc: allocate no extra space for RouterStatus addresses.Nick Mathewson2022-03-111-5/+6
* | | netdoc: Make versions smaller in GenericRouterStatusNick Mathewson2022-03-114-11/+66
* | | tor-netdoc: reformat cargo.toml.Nick Mathewson2022-03-111-10/+10
* | | tor-netdoc: Remove unused or_port field from RS.Nick Mathewson2022-03-112-6/+0
* | | Add methods to `UnverifiedConsensus`Christian Grigis2022-03-102-0/+31
|/ /
* | tor-netdoc: Use RsaIdentity::from_hex() in critical path.Nick Mathewson2022-03-041-6/+1