summaryrefslogtreecommitdiff
path: root/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * DocQuery: sort requests before splitting.Nick Mathewson2021-04-091-4/+13
| * Start moving responsibility for building requests into dirmgrNick Mathewson2021-04-093-40/+136
* | fallbackdir: New list from April 2021David Goulet2021-04-121-410/+1374
|/
* Remove a few unused dependenciesNick Mathewson2021-04-051-1/+0
* Upgrade rusqlite; remove needless usage.Nick Mathewson2021-04-052-22/+16
* DirMgr::netdir() is no longer asyncNick Mathewson2021-04-022-12/+9
* missing file.Nick Mathewson2021-04-021-0/+78
* Turn the shared network directory reference into its own typeNick Mathewson2021-04-021-27/+13
* Make ConsensusRequest take a flavor.Nick Mathewson2021-04-011-1/+2
* Add accessors for members of different directory requestsNick Mathewson2021-04-011-3/+3
* DirMgr: add text() and texts() functions to ask for document textNick Mathewson2021-03-315-29/+317
* Refactor sqlite.rs to know about consensus flavors.Nick Mathewson2021-03-312-27/+56
* Use Arc::make_mut() to simplify the code a bitNick Mathewson2021-03-301-7/+11
* Look for RdDigest in the right locationNick Mathewson2021-03-301-1/+2
* small tweaks to routerdesc storage code.Nick Mathewson2021-03-301-48/+20
* dirmgr: Add functions to store/read/update router descriptorsDavid Goulet2021-03-301-3/+131
* dirmgr: Add SQLite schema for router descriptorsDavid Goulet2021-03-301-9/+21
* Make reasonable set of default fallback directoriesNick Mathewson2021-03-304-6/+761
* Give the authorities value a reasonable default.Nick Mathewson2021-03-302-1/+36
* Add a NetDirConfig::use_default_cache_path() function.Nick Mathewson2021-03-302-1/+16
* resolve a clippy issueNick Mathewson2021-03-301-1/+3
* Declare a better default for DownloadScheduleConfig.Nick Mathewson2021-03-302-3/+35
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-294-22/+22
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-4/+4
* DirMgr: cooperative multiprocess support.Nick Mathewson2021-03-294-60/+170
* Create a DirMgr::load_or_bootstrap_from_config.Nick Mathewson2021-03-291-0/+16
* Add support for a lockfile to control concurrent access to a dirmgr.Nick Mathewson2021-03-293-11/+93
* Add DirMgr::load_once.Nick Mathewson2021-03-292-0/+29
* Use the CircMgr in the DirMgr for all our downloading needs.Nick Mathewson2021-03-292-25/+24
* Make CircMgr an optional element of DirMgr. Not yet used.Nick Mathewson2021-03-292-3/+18
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-183-3/+3
* 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
* Avoid unwrap() in dirmgr.Nick Mathewson2021-03-042-3/+7
* Avoid unwrap() in dirmgrNick Mathewson2021-03-042-11/+22
* 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 first-level directory retry logic configurable.Nick Mathewson2021-02-173-20/+57
* Make our initial bootstrap retry schedule configurarableNick Mathewson2021-02-175-11/+95
* tor-dirmgr: simplify config.rs a bit.Nick Mathewson2021-02-161-52/+14
* Add support to override network parameters in the configuration.Nick Mathewson2021-02-163-2/+24
* Apply "deny_unknown_fields" to configuration types.Nick Mathewson2021-02-122-0/+5
* Remove fallback to .arti/cache for cache directoryNick Mathewson2021-02-121-5/+1
* Make authorities and fallbacks configurable.Nick Mathewson2021-02-115-153/+45
* bump serde and logNick Mathewson2021-02-011-1/+1