summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-4/+4
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-6/+6
* Bump crate and dependency versions.Nick Mathewson2022-06-241-15/+15
* GuardMgr: Add a new filter type based on reachable addresses.Nick Mathewson2022-06-171-0/+1
* Upgrade float_eq dev-dependency to 1.0.0Nick Mathewson2022-06-071-1/+1
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-14/+12
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-8/+8
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-11/+11
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-16/+16
* Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Upgrade to Postage 0.5.0Nick Mathewson2022-04-261-1/+1
|/
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* fallback list: Move default list into tor-guardmgrIan Jackson2022-04-221-0/+1
* GuardMgr: publish skew estimates.Nick Mathewson2022-04-121-0/+1
* Implement a better clock skew estimator.Nick Mathewson2022-04-111-0/+2
* Initial functions to determine and expose a clock skew estimate.Nick Mathewson2022-04-071-0/+1
* Reformat tor-guardmgr/Cargo.tomlNick Mathewson2022-04-071-12/+12
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-16/+16
* Use derive_more to derive AsRef.Nick Mathewson2022-03-301-0/+1
* Reformat tor-guardmgr/Cargo.toml.Nick Mathewson2022-03-301-18/+18
* derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-1/+1
* humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-141-1/+1
* Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* Replace manual Debug impl with educe in tor-guardmgrIan Jackson2022-03-021-0/+2
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-15/+15
* Make coarsetime dependency and traffic-timestamping non-optional.Nick Mathewson2022-02-251-1/+1
* spawn errors: impl HasKind for futures::SpawnErrorIan Jackson2022-02-041-0/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-3/+3
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-7/+7
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+1
* guardmgr::..::sample_test: Fix intermittent failure.Nick Mathewson2022-01-111-0/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-13/+13
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-8/+8
* Bump every crate by one patch version.Nick Mathewson2021-11-291-13/+13
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+1
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+3
* tor-circmgr: test ExitPathBuilder with guards.Nick Mathewson2021-11-021-0/+4
* Mark primary guards as retriable when we come back online.Nick Mathewson2021-11-021-0/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-11/+11
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-0/+3
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-071-0/+1
* Implement persistent state for guard mgrNick Mathewson2021-10-071-1/+1
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+32