summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
...
* netdoc: test a couple of accessors for AuthCert.Nick Mathewson2022-06-071-1/+11
* Netdoc: test enforcement for items that mustn't take objects.Nick Mathewson2022-06-071-0/+6
* netdoc: remove an unused method.Nick Mathewson2022-06-071-12/+0
* netdoc: Test more accessors for tokenized documents.Nick Mathewson2022-06-072-4/+20
* Netdoc: add accessor to error for ParseErrorKindNick Mathewson2022-06-071-0/+5
* 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
* 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
* 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-095-11/+95
* NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-0/+3
* Fix grammar and typosSamanta Navarro2022-04-271-2/+2
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-253-5/+0
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-315-15/+15
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-316-0/+83
* 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-141-49/+20
|\ \
| * \ Merge branch 'slice-from-ref' into 'main'eta2022-03-141-49/+20
| |\ \
| | * | tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-111-46/+20
| | * | 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: Remove unused or_port field from RS.Nick Mathewson2022-03-112-6/+0
* | | Add methods to `UnverifiedConsensus`Christian Grigis2022-03-101-0/+25
|/ /
* | tor-netdoc: Use RsaIdentity::from_hex() in critical path.Nick Mathewson2022-03-041-6/+1
* | Fix introduced junk in doc comment.eta2022-03-041-1/+1
* | Replace manual Default and new with std derive in tor-netdocIan Jackson2022-03-022-17/+5
* | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
|/
* Fix a rustdoc error.Nick Mathewson2022-02-151-1/+1
* Refactor tor-netdoc a bit more, to use Bug right.Nick Mathewson2022-02-151-4/+23
* Minimal compilation fix: InternalError=>BugNick Mathewson2022-02-151-2/+2
* Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-1518-398/+572
|\