summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Typo fix from@etaeta2022-02-151-1/+1
| * Refactor tor_netdoc::ErrorNick Mathewson2022-02-1414-377/+549
| * netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-146-13/+26
| * netdoc: remove Error::Untimely.Nick Mathewson2022-02-141-11/+0
* | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
|/
* clippy: Suppress a warningIan Jackson2022-01-191-0/+3
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'refactor/must-use-self' into 'main'eta2021-12-202-0/+5
|\
| * address clippy's latest lintDaniel Eades2021-12-202-0/+5
* | Change an UTF-8 XXX to a TODO.Nick Mathewson2021-12-201-1/+2
* | tor-netdoc: Change an XXX to a TODO.Nick Mathewson2021-12-201-1/+4
* | tor-netdoc: Use a more correct error typeNick Mathewson2021-12-201-1/+1
* | Remove an XXXX about ed25519 signatures.Nick Mathewson2021-12-201-2/+0
|/
* s/hidden/onion/g in code commentsNeel Chauhan2021-12-131-1/+1
* address lint warningsDaniel Eades2021-12-091-8/+8
* fix nightly clippy errorsTrinity Pointard2021-12-093-10/+5