aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-18/+18
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-11/+11
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-10/+10
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-1/+1
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-14/+14
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-3/+3
* Resolve XXXs from fixup-features.Nick Mathewson2023-06-291-1/+0
* Run "fixup-features".Nick Mathewson2023-06-291-1/+4
* HS configuration: Plumb configuration throughIan Jackson2023-06-281-0/+1
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* arti, hsclent: remove dependencies on tor-error/experimental-apiNick Mathewson2023-06-231-1/+1
* keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-221-1/+3
* Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
* keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-151-0/+1
* hsclient: use hs-client feature in tor-proto.Nick Mathewson2023-06-121-1/+1
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* tor-hsclient: Implement rendezvous setup, and retry frameworkIan Jackson2023-06-091-0/+2
* hsclient: Create a CircTarget from an IntroPointDesc.Nick Mathewson2023-06-071-1/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-25/+25
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-4/+19
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* tor-netdir: Shuffle the list of HS dirs used for downloading descriptors.Gabriela Moldovan2023-05-041-1/+2
* tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...Gabriela Moldovan2023-05-031-0/+2
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-23/+23
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* hs connect: Test descriptor downloadIan Jackson2023-04-111-0/+3
* hs dirs: Initial cut at descriptor downloadingIan Jackson2023-04-111-2/+8
* hs desc: Record a Timebound<HsDesc> (but not really for now)Ian Jackson2023-04-111-0/+1
* Remove "publish = false" from tor-hsclient.arti-v1.1.3Nick Mathewson2023-03-311-2/+0
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-6/+6
* tor-proto: Split off send-control-msg featureIan Jackson2023-03-231-1/+1
* hsclient state: Split off MultikeyIsolatedMapIan Jackson2023-03-011-0/+1
* hsclient state: Restructure using a scope to drop the mutex guardIan Jackson2023-03-011-0/+1
* hsclient state: Test most important code pathsIan Jackson2023-03-011-0/+2
* hsclient state: Provide one testIan Jackson2023-03-011-0/+6
* hsclient: Use a generic to provide a mock for connect()Ian Jackson2023-03-011-0/+1
* hsclient: Implement connection attempt tracking state machineIan Jackson2023-03-011-0/+5
* HS secret keys: Move aggregate/config to tor-hsclientIan Jackson2023-03-011-0/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-2/+2
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-2/+2
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-2/+2
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-3/+3
* Add a new stub hsclient module to connect to onion services.Nick Mathewson2023-01-241-0/+30