aboutsummaryrefslogtreecommitdiff
path: root/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-15/+13
* Fix documentation warnings.Nick Mathewson2021-05-053-3/+3
* A few easy tests in tor-dirmgr.Nick Mathewson2021-05-044-10/+115
* Repair multiprocess collaborative directory download.Nick Mathewson2021-05-033-5/+7
* dirmgr: a couple of tiny testsNick Mathewson2021-05-032-6/+31
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* tweak semantics of routerdesc docidNick Mathewson2021-05-031-1/+2
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+3
* Fix some broken rustdoc links.Nick Mathewson2021-04-182-4/+4
* Move timer functions into an extension trait.Nick Mathewson2021-04-172-7/+5
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-173-3/+3
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-162-20/+39
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-163-21/+30
* Move the "sleep()" function from task to timer.Nick Mathewson2021-04-161-2/+2
* Fix a compilation problem with async_std.Nick Mathewson2021-04-131-1/+1
* Merge branch 'dirstate'Nick Mathewson2021-04-138-1152/+1403
|\
| * Major revision on DirMgr logic -- almost a complete rewrite.Nick Mathewson2021-04-138-1137/+1283
| * 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
|/
* Upgrade rusqlite; remove needless usage.Nick Mathewson2021-04-051-21/+15
* 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-303-4/+759
* Give the authorities value a reasonable default.Nick Mathewson2021-03-302-1/+36
* Add a NetDirConfig::use_default_cache_path() function.Nick Mathewson2021-03-301-0/+14
* 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-292-11/+92
* 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-182-2/+2