summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-8/+8
* Bump tor-units version for breaking change.Nick Mathewson2023-02-281-1/+1
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-3/+3
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-8/+8
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-7/+7
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-1/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-201-1/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-18/+18
* BridgeConfigBuilder: Introduce build() functionIan Jackson2022-11-211-0/+1
* BridgeConfigBuilder: Introduce the struct with the dictionary reprIan Jackson2022-11-211-0/+2
* Merge branch 'mark-bridges-not-experimental' into 'main'Nick Mathewson2022-11-181-2/+2
|\
| * guardmgr: Make bridge-client and pt-client non-experimentalNick Mathewson2022-11-181-2/+2
* | GuardMgr: Log when a guard status changes (significantly).Nick Mathewson2022-11-171-0/+1
|/
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* remove unused dependanciestrinity-1686a2022-10-291-1/+0
* BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traitsIan Jackson2022-10-271-0/+1
* Merge branch 'guards_as_bridges_part1' into 'main'Nick Mathewson2022-10-241-0/+1
|\
| * guardmgr: Add bridges sample, encode sample ID in FirstHopId.Nick Mathewson2022-10-211-0/+1
* | tor-guardmgr: descs: Make BridgeDescError DynCloneIan Jackson2022-10-211-0/+1
|/
* BridgeRelay: Implement more traits.Nick Mathewson2022-10-041-1/+2
* Merge branch 'bridge-parse' into 'main'Ian Jackson2022-10-031-1/+3
|\
| * tor-guardmgr: Introduce pt-client featureIan Jackson2022-09-301-1/+3
* | Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-5/+5
* | Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-4/+4
|/
* Mark all bridge and pt features as experimental for now.Nick Mathewson2022-09-291-0/+2
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-261-2/+2
* A basic configuration type for a bridge.Nick Mathewson2022-09-261-1/+6
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-15/+15
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* 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