aboutsummaryrefslogtreecommitdiff
path: root/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2714-6492/+0
* Tweaks on patch to add clippy::unwrap_used lint.Nick Mathewson2021-08-272-5/+19
* Merge remote-tracking branch 'origin/mr/67' into unwrap_usedNick Mathewson2021-08-276-5/+17
|\
| * WIP: Add the "unwrap_used" lint.S0AndS02021-08-246-5/+17
* | Updates for reproducible build docsNick Mathewson2021-08-261-0/+7
|/
* Switch all uses of the log crate to the tracing.Jani Monoses2021-08-203-3/+3
* Fix a few things that the "typos" tool didn't like.Nick Mathewson2021-08-202-3/+3
* Typo fixes.Nick Mathewson2021-08-201-1/+1
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-181-7/+10
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-181-0/+6
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-131-0/+6
* | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Add the "cast_lossless" lint.S0AndS02021-08-122-2/+3
* Merge commit 'origin/mr/46^'Nick Mathewson2021-08-121-1/+1
|\
| * Change output type in DirResponse to Vec<u8>rls2021-07-301-1/+1
* | fallbackdir: Regenerate listDavid Goulet2021-08-111-869/+879
* | Upgrade to latest fslock and use its per-fd exclusion feature.Nick Mathewson2021-08-112-9/+1
* | Update state.rs info messageBen Armstead2021-08-091-1/+1
* | Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* | Simplify SqliteStore::from_pathNick Mathewson2021-08-061-10/+4
* | Fix typos and other spelling mistakesrls2021-07-318-18/+18
* | Fix some CI warnings.Nick Mathewson2021-07-311-1/+1
|/
* Add a note about the other (current) daemon task.Nick Mathewson2021-07-301-1/+5
* Give DirMgr the ability to notify subscribers about events.Nick Mathewson2021-07-304-4/+173
* switch to maintained crates for memmap and tmpdirTrinity Pointard2021-07-203-11/+11
* Add clippy warn needless pass by valueYUAN LYU2021-06-214-202/+203
* Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-184-7/+7
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-262-2/+2
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Module docs for remaining cratesNick Mathewson2021-05-251-1/+7
* Revert change to type of NetParams value.Nick Mathewson2021-05-251-4/+4
* Use macros and types to improve handling of Netdir parameters.Nick Mathewson2021-05-251-4/+4
* Fix some rustdoc warningsNick Mathewson2021-05-211-1/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-186-36/+49
* Always capitalize as RouterDesc, Microdesc.Nick Mathewson2021-05-183-18/+18
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-181-4/+4
* Improved tests for sqlite storage.Nick Mathewson2021-05-141-2/+77
* Consistency, renaming, and testing for dirmgrconfigNick Mathewson2021-05-143-27/+138
* Move override_net_params into DirMgrConfig.Nick Mathewson2021-05-141-19/+26
* Rename NetDirConfig to DirMgrConfig.Nick Mathewson2021-05-143-25/+25
* Add builders for remaining config types in tor-dirmgr.Nick Mathewson2021-05-142-10/+96
* WIP: more builders.Nick Mathewson2021-05-131-1/+71
* Add builders for authority and fallback objects.Nick Mathewson2021-05-102-19/+109
* Fix a comment typo and needless mutNick Mathewson2021-05-101-2/+2
* Remove more pieces of unused legacy storage code.Nick Mathewson2021-05-101-44/+0
* Remove untested legacy.rs code. Add a comment about where to find it.Nick Mathewson2021-05-102-172/+5
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-2/+2