summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-0/+9
|\
| * run ./maint/readmes.shdagon2021-11-291-0/+9
| |
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-8/+8
| |
* | add semicolons if nothing returnedDaniel Eades2021-11-252-2/+3
|/
* Fix a few typos.Nick Mathewson2021-11-241-2/+2
| | | | Also fix some commonwealth spellings that had slipped in.
* tor-dirclient: Put routerdesc download behind a feature.Nick Mathewson2021-11-123-2/+23
| | | | Part of #125
* Tests for tor-dirmgr::bootstrapNick Mathewson2021-11-111-0/+5
|
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
|
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|
* Stop using anyhow in tor-dirclient.Jani Monoses2021-09-163-2/+9
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-2/+4
|
* Document every macro.Nick Mathewson2021-09-071-0/+1
| | | | | (The nightly version of clippy now includes macros for its missing_docs_in_private_items lint.)
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-277-0/+1429
This will cause some pain for now, but now is really the best time to do this kind of thing.