summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
* Remove semver.md files.Nick Mathewson2023-05-031-1/+0
* Increment crate versions.Nick Mathewson2023-05-031-11/+11
* Bump our own memchr dependency to 2.5Nick Mathewson2023-04-221-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Add a semver entry for !1112.Nick Mathewson2023-04-101-0/+1
* Use an Enum for the description requesttranna2023-04-101-37/+54
* dirclient: fix an "unused import" warning.Nick Mathewson2023-04-061-1/+1
* tor-dirclient: Add a comment about 50 x 1024gabi-2502023-04-031-0/+1
* tor-dirclient: Add test case for HsDescDownloadRequestIan Jackson2023-04-031-1/+21
* tor-dirclient: Provide HsDescDownloadRequestIan Jackson2023-04-032-0/+46
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-5/+5
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-5/+5
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-1/+1
* Merge branch 'logs' into 'main'Nick Mathewson2023-02-011-2/+1
|\
| * tor-dirclient: De-genericise internal fn retire_circIan Jackson2023-01-301-2/+1
* | Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-3/+3
* | Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-5/+5
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-202-2/+3
* Merge branch 'test-lints' into 'main'eta2023-01-063-0/+24
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+24
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-4/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-10/+10
* tor-dirclient: Replace OwnedChanTarget with LoggedChanTarget in SourceInfoIan Jackson2022-11-231-4/+4
* cfg compilation: Add two allowsIan Jackson2022-11-181-0/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Suppress two clippy::large_enum_variant warningsNick Mathewson2022-11-031-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* tor-dirclient: Response: Provide into_output_stringIan Jackson2022-11-031-0/+11
* tor-dirclient: impl HasKind for RequestFailedErrorIan Jackson2022-10-251-1/+7
* tor-dirclient: Promise that download only gives RequestFailedIan Jackson2022-10-251-0/+4
* tor-dirclient::DirResponse: provide output_stringIan Jackson2022-10-251-0/+17
* tor-dirclient: Provide RoutersOwnDescRequestIan Jackson2022-10-251-0/+29
* tor-dirclient: Provide fallible DirResponse::output and into_outputIan Jackson2022-10-202-1/+82
* tor-dirclient: Make DirResponse be CloneIan Jackson2022-10-202-1/+2
* tor-dirclient: Introduce RequestError:HttpStatusIan Jackson2022-10-201-0/+5
* tor-dirclient: Make RequestFailed its own error type (rustfmt)Ian Jackson2022-10-201-12/+18
* tor-dirclient: Make RequestFailed its own error typeIan Jackson2022-10-203-26/+33
* tor-dirclient Response: Rename output methodsIan Jackson2022-10-202-6/+10
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-25/+1
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-6/+6
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-3/+3
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-8/+8
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4