aboutsummaryrefslogtreecommitdiff
path: root/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2716-6570/+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-262-0/+14
* | fix segfault on static binTrinity Pointard2021-08-251-0/+1
|/
* Switch all uses of the log crate to the tracing.Jani Monoses2021-08-204-4/+4
* 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-182-7/+11
* 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-113-10/+2
* | 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-305-4/+174
* switch to maintained crates for memmap and tmpdirTrinity Pointard2021-07-204-14/+14
* Allow tor-rtcompat to build with no runtimes.Nick Mathewson2021-07-011-0/+1
* Merge remote-tracking branch 'origin/mr/34'Nick Mathewson2021-06-274-202/+204
|\
| * Add clippy warn needless pass by valueYUAN LYU2021-06-214-202/+203
| * Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* | 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
|/
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-184-7/+7
* 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
* 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
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+19
* 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
* 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
* 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