summaryrefslogtreecommitdiff
path: root/tor-dirmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-1/+1
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-9/+9
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Remove anyhow dependency from tor-retry, and rename it to retry-errorNick Mathewson2021-06-171-1/+1
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+0
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Remove untested legacy.rs code. Add a comment about where to find it.Nick Mathewson2021-05-101-1/+0
* Remove a few unused dependenciesNick Mathewson2021-04-051-1/+0
* Upgrade rusqlite; remove needless usage.Nick Mathewson2021-04-051-1/+1
* Make reasonable set of default fallback directoriesNick Mathewson2021-03-301-2/+2
* Add a NetDirConfig::use_default_cache_path() function.Nick Mathewson2021-03-301-1/+2
* Add support for a lockfile to control concurrent access to a dirmgr.Nick Mathewson2021-03-291-0/+1
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-1/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* upgrade async-traitNick Mathewson2021-03-091-1/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-3/+3
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-2/+2
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Make our initial bootstrap retry schedule configurarableNick Mathewson2021-02-171-0/+1
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-111-0/+1
* bump serde and logNick Mathewson2021-02-011-1/+1
* require latest futures crateNick Mathewson2021-01-151-1/+1
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* Upgrade a few dependencies.Nick Mathewson2021-01-131-3/+3
* cargo upgrade.Nick Mathewson2020-12-301-2/+2
* upgrade to latest anyhowNick Mathewson2020-12-211-1/+1
* Download and use consensus diffs.Nick Mathewson2020-12-171-0/+1
* Add a "RetryError" to capture the idea of multiple failed attempts.Nick Mathewson2020-12-121-0/+1
* upgrade rusqliteNick Mathewson2020-12-081-1/+1
* upgrade to require latest anyhow.Nick Mathewson2020-12-081-1/+1
* Make mmap usage optional.Nick Mathewson2020-12-011-2/+3
* Upgrade a couple of dependenciesNick Mathewson2020-11-281-1/+1
* Make legacy-store code disabled by default.Nick Mathewson2020-11-241-0/+4
* Move storage and config logic from netdir to dirmgr.Nick Mathewson2020-11-201-2/+10
* Initial pass on directory-manager code.Nick Mathewson2020-11-191-0/+29