summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-8/+8
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* hs: Intro point selection: TODO re checking the stable flag (fmt)Ian Jackson2023-08-291-1/+1
* hs: Intro point selection: TODO re checking the stable flagIan Jackson2023-08-291-0/+1
* hs: Intro point selection: Actually call is_hs_intro_point()Ian Jackson2023-08-291-2/+6
* tor-netdir: Add TODO about WeightRole::HsRendIan Jackson2023-08-291-0/+1
* tor-netdir: Support for seleting HS intro pointsIan Jackson2023-08-292-0/+10
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-236-0/+6
* tor-netdir: Use an owned HsBlindId instead of a reference.Gabriela Moldovan2023-08-221-4/+4
* tor-netdir: Replace flat_map() with cartesian_product().Gabriela Moldovan2023-08-221-7/+2
* tor-netdir: Make `hs_dirs_upload` take an iterator instead of a slice (fmt).Gabriela Moldovan2023-08-221-4/+6
* tor-netdir: Make `hs_dirs_upload` take an iterator instead of a slice.Gabriela Moldovan2023-08-221-7/+10
* tor-netdir: Add TODO about making HsDirOp private.Gabriela Moldovan2023-08-221-0/+3
* tor-hsclient: Use hs_dirs_download instead of the deprecated hs_dirs.Gabriela Moldovan2023-08-221-1/+1
* tor-netdir: Deprecate hs_dirs().Gabriela Moldovan2023-08-222-0/+3
* tor-netdir: Add separate functions for computing hsdirs for upload/download.Gabriela Moldovan2023-08-222-0/+103
* tor-netdir: Add private helpers for selecting hsdirs.Gabriela Moldovan2023-08-221-0/+72
* Upgrade num_enum dependency to 0.7Nick Mathewson2023-08-211-1/+1
* tor-netdir: Replace somewhat niche scan() usage with flat_map().Gabriela Moldovan2023-08-161-9/+7
* tor-netdir: Rework the logic for checking if a node has already been selected.Gabriela Moldovan2023-08-161-3/+1
* tor-netdir: Store the hsdir indices in a HashSet instead of a BTreeSet.Gabriela Moldovan2023-08-161-4/+4
* tor-netdir: Derive Hash for HsDirIndex.Gabriela Moldovan2023-08-161-1/+1
* tor-netdir: Explain what the ring_items_at filter is for.Gabriela Moldovan2023-08-161-0/+5
* tor-netdir: Only select nodes that haven't been used for lower-numbered repli...Gabriela Moldovan2023-08-161-15/+96
* tor-netdir: Make ring_items_at() filter the items before returning.Gabriela Moldovan2023-08-162-2/+5
* tor-netdir: Update ring_items_at() docs.Gabriela Moldovan2023-08-161-4/+3
* tor-netdir: Remove extraneous whitespace.Gabriela Moldovan2023-08-161-1/+1
* tor-netdir: Use hsdir_spread_store if we're uploading.Gabriela Moldovan2023-08-161-4/+9
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Merge branch 'bump_versions_117' into 'main'arti-v1.1.7Nick Mathewson2023-08-011-9/+9
|\
| * Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-9/+9
* | Run "fixup features" in preparation for a release.Nick Mathewson2023-08-011-2/+2
|/
* Add country codes to relays inside a NetDireta2023-07-133-4/+177
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-106-0/+7
* Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-062-5/+0
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-2/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-7/+7
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+3
* netdir: add crosslinks to our definition of "usable".Nick Mathewson2023-06-291-13/+13
* netdir: document what we mean by a "usable" relay.Nick Mathewson2023-06-291-0/+8
* netdir: Conditionally expose some by_rsa APIs as experimental.Nick Mathewson2023-06-292-3/+15
* netdir: Remove a TODO HSNick Mathewson2023-06-291-4/+0
* Downgrade TODO HS on HsDirParams::compute().expect()Nick Mathewson2023-06-292-4/+21
* netdir: Defer a TODO HS but add a commentNick Mathewson2023-06-291-1/+12
* netdir: take n_replicas and spread_fetch from consensus parametersNick Mathewson2023-06-291-2/+12
* netdir: Downgrade/remove/defer some TODO hs entries.Nick Mathewson2023-06-292-7/+5
* netdir: remove some now-needless warning suppressions.Nick Mathewson2023-06-292-3/+0
* netdir: remove unnecessary wraps from srv_interval, extract_srvsNick Mathewson2023-06-291-13/+12