summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-3/+0
* 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-2/+2
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-6/+6
* tor-dirmgr: Remove opt_netdir entirely.Nick Mathewson2022-07-263-12/+9
* Remove unused DirMgr::netdir method, make opt_netdir private.Nick Mathewson2022-07-262-11/+2
* Add new APIs to NetDirProvider to better support timeliness.Nick Mathewson2022-07-261-3/+24
* Rename DirSkewTolerance to DirToleranceNick Mathewson2022-07-224-9/+16
* Bump to rusqlite 0.28.Nick Mathewson2022-07-191-1/+1
* Merge branch 'dirmgr_error_cleanup' into 'main'Nick Mathewson2022-07-184-61/+85
|\
| * dirmgr: Add a helper to create LockFile errors.Nick Mathewson2022-07-182-8/+9
| * dirmgr: Make UnrecognizedSchema more helpfulNick Mathewson2022-07-142-6/+14
| * dirmgr: Add an instance of BadUtf8InCacheNick Mathewson2022-07-141-2/+1
| * dirmgr: Clarify disk IO errors.Nick Mathewson2022-07-144-33/+49
| * dirmgr: style edits to error messages.Nick Mathewson2022-07-141-22/+22
* | Bump tor-dirmgr to version 0.5.1.tor-dirmgr-v0.5.1Nick Mathewson2022-07-141-1/+1
* | Fix illegal formatting in cache filenamesfeelingnothing2022-07-141-1/+1
|/
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-5/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-13/+13
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Merge branch 'dirmgr' into 'main'Nick Mathewson2022-06-241-53/+49
|\ \
| * | dirmgr: Use ... .find().is_none() rather than clippy's suggestionIan Jackson2022-06-231-2/+4
| * | dirmgr: DirBootstrapStatus: Refactor mut_status_for using entries_mutIan Jackson2022-06-221-27/+25
| * | dirmgr: Use new statuses() helper methodIan Jackson2022-06-221-21/+6
| * | dirmgr: DirBootstrapStatus: Provide statuses and entries_mutIan Jackson2022-06-221-3/+18
| * | dirmgr: Remove a TODO commentIan Jackson2022-06-221-4/+0
| |/
* / Fix a couple of typos in rustdoc comments.Nick Mathewson2022-06-241-1/+1
|/
* Merge branch 'display_source_cleanup' into 'main'eta2022-06-211-6/+6
|\
| * Do not include error source() in display() format.Nick Mathewson2022-06-211-6/+6
* | Merge branch 'stalled_directory' into 'main'Ian Jackson2022-06-215-208/+576
|\ \ | |/ |/|
| * Refactor DirStatus data structures.Nick Mathewson2022-06-211-74/+186
| * Make display formats work with older derive_more.Nick Mathewson2022-06-142-2/+2
| * tor-dirmgr: Make DirStatus non-public.Nick Mathewson2022-06-143-5/+4
| * Add a blockage-reporting mechanism to tor-dirmgr.Nick Mathewson2022-06-143-1/+98
| * Add a couple of TODO items.Nick Mathewson2022-06-141-0/+7
| * Do not update_progress on load if nothing happened.Nick Mathewson2022-06-141-6/+10
| * DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-133-3/+80
| * Refactor our logic for distinguishing download attemptsNick Mathewson2022-06-133-85/+127
| * Refactor most DirStatus users to use DirProgress.Nick Mathewson2022-06-134-71/+66
| * Move `at_least_as_new_as` to DirProgress.Nick Mathewson2022-06-131-4/+18
| * Turn the DirProgress in DirStatus into a named field.Nick Mathewson2022-06-131-52/+73
| * Rename DirStatusInner to DirProgress.Nick Mathewson2022-06-132-38/+38
* | Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-163-70/+10
|\ \
| * | impl_standard_builder: Use for tor_dirmgr::AuthorityIan Jackson2022-06-161-10/+2
| * | impl_standard_builder: Use for tor_dirmgr::DownloadScheduleIan Jackson2022-06-161-14/+3
| * | impl_standard_builder: Use for tor_dirmgr::DownloadScheduleConfigIan Jackson2022-06-161-14/+1
| * | impl_standard_builder: Use for tor_dirmgr::NetworkConfigIan Jackson2022-06-161-19/+2
| * | impl_standard_builder: Use for tor_dirmgr::DirSkewToleranceIan Jackson2022-06-161-13/+2
* | | Merge branch 'config-fix' into 'main'Ian Jackson2022-06-162-3/+3
|\| |