summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/doc/netstatus
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Add a clear_flags function to RouterStatusBuilderNick Mathewson2024-03-121-0/+6
* RouterStatus: Add test functions for Fast and Stable flags.Nick Mathewson2024-01-161-0/+8
* 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
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-1/+1
* netdir: more documentation on MIDDLE_ONLY flag.Nick Mathewson2023-04-171-0/+4
* netdoc: Add MiddleOnly flag to RelayFlagsjuga2023-04-171-0/+4
* hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-091-0/+4
* netdoc: Add a timestamp to SRVs per prop#342.Nick Mathewson2023-01-281-6/+25
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Netdoc: Refactor SharedRandVal.Nick Mathewson2023-01-111-9/+9
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Work around a new nightly clippy warningNick Mathewson2022-09-303-17/+22
* add feature annotation to fields made visible through visible::StructFieldstrinity-1686a2022-08-242-0/+9
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-243-0/+4
* netdoc: add a new type for NicknamesNick Mathewson2022-05-092-5/+5
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-3/+0
* Re-order attributes so that we can build with Rust 1.53.Nick Mathewson2022-03-313-3/+3
* tor-netdoc: Conditionally expose document fields.Nick Mathewson2022-03-313-0/+17
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
* | Canonicalize and intern protover lines on descriptorsNick Mathewson2022-03-112-5/+9
* | Add a more generic implementation of intern-by-refNick Mathewson2022-03-111-1/+1
* | netdoc: allocate no extra space for RouterStatus addresses.Nick Mathewson2022-03-111-5/+6
* | netdoc: Make versions smaller in GenericRouterStatusNick Mathewson2022-03-112-6/+45
* | tor-netdoc: Remove unused or_port field from RS.Nick Mathewson2022-03-112-6/+0
|/
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-143-8/+13
* netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-142-2/+2
* Remove dir_port from RouterStatusBuilderNeel Chauhan2021-12-013-17/+1
* Remove address from VoterInfoBuilderNeel Chauhan2021-11-281-12/+0
* Remove unused 'address' field from DirSource structNeel Chauhan2021-11-281-6/+0
* Merge branch 'ticket125' into 'main'eta2021-11-164-130/+175
|\
| * tor-netdoc: put NS consensus documents behind a feature.Nick Mathewson2021-11-123-2/+11
| * tor-netdoc: Split the two kinds of routerstatus into their own modulesNick Mathewson2021-11-123-128/+164
* | Remove the unused `published` field from GenericRouterStatus.Nick Mathewson2021-11-123-23/+3
|/
* Fix most warnings from nightly.Nick Mathewson2021-10-191-1/+3
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Document every macro.Nick Mathewson2021-09-071-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-273-0/+992