summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-6/+6
* Remove dir_port from RouterStatusBuilderNeel Chauhan2021-12-013-17/+1
* Add comments about the absence of tap_key in microdesc.Nick Mathewson2021-11-301-1/+4
* Merge remote-tracking branch 'origin/mr/151'Nick Mathewson2021-11-302-45/+4
|\
| * Parse RSA public keyNeel Chauhan2021-11-292-5/+9
| * Remove unused tap_onion_key and tap_keyNeel Chauhan2021-11-283-52/+7
* | Run "cargo update" to get latest versions.Nick Mathewson2021-11-291-0/+1
* | Merge remote-tracking branch 'origin/mr/149'Nick Mathewson2021-11-292-23/+0
|\ \
| * | Remove address from VoterInfoBuilderNeel Chauhan2021-11-281-12/+0
| * | Remove unused 'address' field from DirSource structNeel Chauhan2021-11-282-11/+0
| |/
* | add semicolons if nothing returnedDaniel Eades2021-11-253-2/+3
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-252-5/+5
|/
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1