summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/
* / Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-7/+7
|/
* 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-1519-398/+574
|\
| * Typo fix from@etaeta2022-02-151-1/+1
| * Refactor tor_netdoc::ErrorNick Mathewson2022-02-1415-377/+551
| * 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
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-1/+1
* clippy: Suppress a warningIan Jackson2022-01-191-0/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-6/+6
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-9/+9
* 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
|\