summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-9/+9
* tor-netdir: Split testnet errors into a new typeNick Mathewson2022-02-152-13/+9
* tor-netdir: remove unused error variantsNick Mathewson2022-02-151-19/+0
* Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-151-0/+4
|\
| * netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-141-0/+4
* | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
|/
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-3/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'reconfigure' into 'main'eta2021-12-131-0/+18
|\
| * Make override_net_params take effect sooner.Nick Mathewson2021-12-071-0/+18
* | tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-082-5/+6
* | Remove a couple of spec-related XXXXs in tor-netdir.Nick Mathewson2021-12-081-2/+0
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-071-1/+1
|/
* Merge branch 'bug183a_redux' into 'main'eta2021-12-071-0/+60
|\
| * Tests for new family-related functions.Nick Mathewson2021-12-061-0/+35
| * Move the "real families" code into tor-netdir.Nick Mathewson2021-12-061-6/+25
| * Implement guard family restriction codeNeel Chauhan2021-12-061-0/+6
* | tor-netdir: Use reproducible RNG in tests.Nick Mathewson2021-12-062-5/+3
|/
* tor-netdir: Use bitflags for WeightKindNeel Chauhan2021-11-302-34/+50
* Merge remote-tracking branch 'origin/mr/151'Nick Mathewson2021-11-301-12/+0
|\
| * Remove unused tap_onion_key and tap_keyNeel Chauhan2021-11-281-12/+0
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* | add semicolons if nothing returnedDaniel Eades2021-11-253-2/+3
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-2/+2
|/
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-242-3/+3
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Make every Config type implement Eq.Nick Mathewson2021-11-211-1/+1
* Document (and allow) behavior for weird values of subnet masks.Nick Mathewson2021-11-181-2/+10
* Use named fields for the elements of ConfigBuildErrorNick Mathewson2021-11-181-4/+4
* Flatten enforce_distance into path_rules.Nick Mathewson2021-11-181-5/+13
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-182-3/+8
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+3
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
* Run "cargo fix --edition-idioms=2018".Nick Mathewson2021-10-221-1/+1
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-1/+1
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-0/+9
* Fix a documentation link error.Nick Mathewson2021-10-131-4/+2
* Add a function to look up a Relay by ChanTarget.Nick Mathewson2021-10-111-0/+8
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-0/+5
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-072-11/+30
* Update total_weight to use UncheckedRelay.Nick Mathewson2021-10-071-3/+7
* Make UncheckedRelay public in tor-netdir.Nick Mathewson2021-10-071-4/+4
* Add From<u64> for RelayWeight.Nick Mathewson2021-10-071-0/+6
* Ensure pick_n_relays returns relays in random order.Nick Mathewson2021-09-291-3/+5