summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-283-31/+31
* Fix minimal-versions (.then_some is too new)Ian Jackson2023-02-091-1/+1
* tor-netdir: Make is_hsdir_for_ring crate-localIan Jackson2023-02-091-1/+2
* Clarify which netdir index is meantNick Mathewson2023-02-091-1/+2
* Fix typosNick Mathewson2023-02-091-2/+2
* Fix compilation with various feature combinationsIan Jackson2023-02-092-6/+26
* hsdir: rustfmtIan Jackson2023-02-092-10/+6
* hsdir: Actually compute the hash ringIan Jackson2023-02-092-8/+58
* hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-091-0/+25
* hsdir: Ring calculation plumbingIan Jackson2023-02-092-17/+32
* hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-092-38/+61
* hsdir: Implement HS hash ring index calculationsIan Jackson2023-02-092-7/+80
* hsdir: Make HsDirIndex be AsRef<[u8; ]>Ian Jackson2023-02-091-2/+4
* hsdir: impl Eq for HsDirParamsIan Jackson2023-02-091-1/+1
* hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-093-17/+21
* hsdir_params: Rename some variables for consistencyIan Jackson2023-02-092-11/+11
* hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-093-16/+10
* hsdir: Remove a done TODO - this *is* now a TiSliceIan Jackson2023-02-091-1/+0
* tor-netdir: Provide Netdir::md_by_idxIan Jackson2023-02-091-0/+6
* tor-netdir: Store previous netdir (if required by features)Ian Jackson2023-02-091-1/+15
* tor-netdoc: Change fill_from_previous_netdirIan Jackson2023-02-091-10/+7
* tor-netdir: Use typed-index-collections for router index (fix hsdir)Ian Jackson2023-02-091-2/+3
* hs time handling: Make TimePeriod contain length as IntegerMinutesIan Jackson2023-02-091-2/+2
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-082-4/+4
* Tidy up docs about RouterStatusIdxIan Jackson2023-02-011-9/+6
* tor-netdir: Use typed-index-collections for router status indexIan Jackson2023-02-011-16/+29
* tor-netdir: Provide ConsensusRelays extension trait (fmt)Ian Jackson2023-02-011-4/+1
* tor-netdir: Provide ConsensusRelays extension traitIan Jackson2023-02-012-14/+35
* Change two in-code references to the wrong feature nameIan Jackson2023-02-011-2/+2
* netdir: remove duplicate code in param calculationNick Mathewson2023-01-281-23/+31
* netdir: remove the vestigial smallvec implementation I addedNick Mathewson2023-01-281-1/+1
* Turn compute_ring_params into a method.Nick Mathewson2023-01-282-55/+61
* Several suggestions on gitlab.Ian Jackson2023-01-281-0/+2
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-284-18/+520
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Elide a bunch of lifetimes.Nick Mathewson2023-01-271-3/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'onion-netdir-apis' into 'main'Nick Mathewson2023-01-113-0/+289
|\
| * Adjust onion service ring APIs in light of prop#342Nick Mathewson2023-01-113-36/+95
| * Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-112-0/+230
* | netdir: add network parameters related to onion servicesNick Mathewson2023-01-111-1/+80
|/
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+26
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* Mock implementation of a NetDirProvider for testing.Nick Mathewson2022-11-082-0/+61
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* FlagEvent trait: Implement using macrosIan Jackson2022-10-251-1/+6
* netdir: Expose addrs-in-same-subnets calculation from SubnetConfigNick Mathewson2022-10-241-8/+18
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-26/+1
* tor-linkspec: Remove the old OwnedFoo::new() functionsNick Mathewson2022-10-061-3/+15