summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-24/+24
* 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
* Fix typosNick Mathewson2023-02-091-2/+2
* Fix compilation with various feature combinationsIan Jackson2023-02-091-5/+18
* hsdir: rustfmtIan Jackson2023-02-091-6/+5
* hsdir: Actually compute the hash ringIan Jackson2023-02-091-4/+0
* hsdir: Be able to enumerate the hidden service directoriesIan Jackson2023-02-091-0/+25
* hsdir: Ring calculation plumbingIan Jackson2023-02-091-16/+10
* hsdir representation: Introduce HsDirs generic typeIan Jackson2023-02-091-33/+56
* hsdir: Rename HsRingParams to HsDirParamsIan Jackson2023-02-091-2/+2
* hsdir_params: Rename some variables for consistencyIan Jackson2023-02-091-2/+2
* hsdir: Replace open-coded params fields and args with HsRingParamsIan Jackson2023-02-091-2/+2
* 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-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-2/+2
* 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-011-11/+31
* Change two in-code references to the wrong feature nameIan Jackson2023-02-011-2/+2
* Turn compute_ring_params into a method.Nick Mathewson2023-01-281-1/+1
* netdir: Implement ring-param constructors and time period accessorsNick Mathewson2023-01-281-18/+37
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Elide a bunch of lifetimes.Nick Mathewson2023-01-271-3/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Adjust onion service ring APIs in light of prop#342Nick Mathewson2023-01-111-35/+71
* Sketch APIs for the onion service directory ring.Nick Mathewson2023-01-111-0/+114
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+8
* Mock implementation of a NetDirProvider for testing.Nick Mathewson2022-11-081-0/+2
* 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
* Begin revising HasAddr and its relationship to ChanTargetNick Mathewson2022-10-061-1/+4
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-101-0/+15
|\
| * Finish implementation of params() for DirMgr.Nick Mathewson2022-08-021-0/+15
* | tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-2/+5
* | netdir: remove long-unused missing_descriptor_for codeNick Mathewson2022-08-101-23/+0
* | tor-netdir: Remove or hide some no-longer-used accessors.Nick Mathewson2022-08-101-29/+13
* | tor-netdir: Collapse by_id and by_relay_id into a single fn.Nick Mathewson2022-08-101-49/+58
* | Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-25/+99
* | netdir: Add and use a new ids_listed() function.Nick Mathewson2022-08-021-0/+9
* | netdir: add an accessor that takes a HasRelayIds.Nick Mathewson2022-08-021-1/+12
* | tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-021-2/+6
|/