summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-7/+7
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-1/+1
* Mark all {hs,onion-serivce}-client features as non-experimental.Nick Mathewson2023-06-291-2/+3
* Missing semver entry for new dirclient API from !1323Nick Mathewson2023-06-281-0/+1
* dirclient: use correct default max_lenNick Mathewson2023-06-271-2/+2
* dirclient: Correct an erroneous comment.Nick Mathewson2023-06-271-1/+2
* dirclient: Make maximum hsdesc length adjustable.Nick Mathewson2023-06-272-8/+12
* dirclient: Explain why hardcoding "3" is ok.Nick Mathewson2023-06-271-1/+7
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-11/+11
* Run fixup-features script and resolve its complaints.Nick Mathewson2023-05-311-1/+6
* Upgrade async-compression dependency to 0.4.0.Nick Mathewson2023-05-221-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-12/+4
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+12
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+10
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* 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