summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* netdir: Move voting_period() to netdoc::LifetimeNick Mathewson2023-06-291-0/+12
* SharedRandVal: Note that it doesn't have to be Ct.Nick Mathewson2023-06-161-2/+1
* netdoc: Remove a TODO that we already solved.Nick Mathewson2023-06-161-1/+0
* netdir, netdoc: Add accessors for protocol version status.Nick Mathewson2023-06-061-0/+32
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* netdoc: Document that particular bit values for flags are not part of our API.Nick Mathewson2023-04-171-1/+3
* netstatus: re-number routerstatus flags to go in order.Nick Mathewson2023-04-171-7/+7
* netdir: more documentation on MIDDLE_ONLY flag.Nick Mathewson2023-04-171-0/+4
* netdoc: Add MiddleOnly flag to RelayFlagsjuga2023-04-171-0/+4
* Upgrade to bitflags 2.0Nick Mathewson2023-03-131-0/+1
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-6/+6
* tor-netdoc: Discuss that relays are ordered by rsa id in ConsensusIan Jackson2023-02-091-0/+3
* netdoc: Switch SectionRules building to use a Buidler pattern.Nick Mathewson2023-02-031-12/+12
* Use derive_more on SharedRandValNick Mathewson2023-01-281-13/+4
* Several suggestions on gitlab.Ian Jackson2023-01-281-3/+3
* netdoc: Add Eq and a note to SharedRandVal.Nick Mathewson2023-01-281-1/+3
* netdoc: Add SRV accessors.Nick Mathewson2023-01-281-2/+34
* netdoc: Add a timestamp to SRVs per prop#342.Nick Mathewson2023-01-281-1/+29
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Netdoc: Refactor SharedRandVal.Nick Mathewson2023-01-111-18/+19
* netdoc: note some changes we will have to make to srvNick Mathewson2023-01-061-0/+6
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Fix typosDimitris Apostolou2022-11-061-1/+1
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-241-0/+36
* tor-netdoc: NetParams: impl FromIteratorIan Jackson2022-08-161-0/+8
* fix nighly clippytrinity-1686a2022-07-231-6/+1
* Fix typoDimitris Apostolou2022-05-141-1/+1
* tor-netdoc: Add a Lifetime::valid_at method.Nick Mathewson2022-05-111-0/+4
* NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-0/+3
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-311-11/+11
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-311-0/+56
* Change type of TorClientConfig::override_net_paramsIan Jackson2022-03-161-1/+1
* netdoc: Call shrink_to_fit() when we're done parsing rs sectionsNick Mathewson2022-03-111-0/+1
* Add methods to `UnverifiedConsensus`Christian Grigis2022-03-101-0/+25
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-141-51/+92
* address clippy's latest lintDaniel Eades2021-12-201-0/+1
* s/hidden/onion/g in code commentsNeel Chauhan2021-12-131-1/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+1
* Merge remote-tracking branch 'origin/mr/149'Nick Mathewson2021-11-291-5/+0
|\
| * Remove unused 'address' field from DirSource structNeel Chauhan2021-11-281-5/+0
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-3/+3
|/
* Merge branch 'arti-client-config' into 'main'eta2021-11-221-1/+1
|\
| * Make every Config type implement Eq.Nick Mathewson2021-11-211-1/+1
* | Use consistent name for ns_consensus feature.Nick Mathewson2021-11-211-6/+6
|/
* tor-netdoc: put NS consensus documents behind a feature.Nick Mathewson2021-11-121-0/+7
* Add a couple of pieces of missing documentation.Nick Mathewson2021-11-081-3/+5
* Remove some dbg!() calls in real code.Nick Mathewson2021-11-021-1/+1