summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-11/+10
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-6/+6
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-8/+8
* async-compression minimum version 0.3.5 -> 0.3.14Jim Newsome2022-05-231-1/+1
* Fix a portability issue with Rust 1.56Nick Mathewson2022-05-161-1/+1
* DirMgr: Improve display for DocSourceNick Mathewson2022-05-162-1/+3
* Merge branch 'main' into 'ticket_466'Nick Mathewson2022-05-161-2/+6
|\
| * clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-2/+6
* | dirclient: add the ability to reject circuits that are too skewed.Nick Mathewson2022-05-113-1/+75
|/
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-10/+10
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-12/+9
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-10/+10
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-2/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+2
|\
| * use wallclock where possible in teststrinity-1686a2022-02-262-0/+2
* | dirclient: Collect and expose peer information from errors.Nick Mathewson2022-03-214-58/+162
* | dirclient: Remember the source of each resposne we receive.Nick Mathewson2022-03-213-7/+17
* | Reformat tor-dirclient Cargo.tomlNick Mathewson2022-03-211-13/+15
* | Replace manual Default and new with std derive in tor-dirclientIan Jackson2022-03-021-30/+6
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/
* / Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-9/+9
|/
* Replace TorNetworkError with TorDirectoryErrorNick Mathewson2022-02-221-1/+1
* dirclient: Remove HttpStatus error variantNick Mathewson2022-02-172-7/+7
* Correct ErrorKinds for some tor-dirclient errors.Nick Mathewson2022-02-171-2/+2
* Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
* tor-dirclient: Error::HttpError: add a TODO saying to abolishIan Jackson2022-02-171-0/+4
* Implement HasKind for tor_dirclient::ErrorNick Mathewson2022-02-162-0/+25
* dirclient: remove an unused error type.Nick Mathewson2022-02-161-4/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Make TorError implement Clone.Nick Mathewson2022-02-041-3/+17
* Merge branch 'dirclient-testing' into 'main'Nick Mathewson2022-02-032-34/+163
|\
| * Explain a testing oddity in tor-dirclient.Nick Mathewson2022-02-031-1/+11
| * Fix a stale comment in tor-dirclient.Nick Mathewson2022-02-031-2/+1
| * Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
| * dirclient: refactor and test "should-i-retire-the-circuit" code.Nick Mathewson2022-02-011-6/+13
| * dirclient: Add tests for a number of failing cases.Nick Mathewson2022-02-011-25/+136
| * dirclient: don't return too-long responses on decompression failureNick Mathewson2022-02-011-0/+2
* | Untangle two needless Ok(r?) into just rIan Jackson2022-02-021-1/+1
|/
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-7/+7
* Make the native-tls crate optional.Nick Mathewson2022-01-261-1/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-8/+8
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-9/+9
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-6/+6
* 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