summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump minor version of tor-rtcompat and most of its dependentsNick Mathewson2022-10-031-4/+4
* 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-10/+10
* Upgrade statrs in preparation for release.Nick Mathewson2022-08-301-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* tor-proto: Make "testing" feature that exports some thingsIan Jackson2022-08-161-0/+3
* tor-proto: padding::Parameters: use impl_standard_builderIan Jackson2022-08-161-0/+1
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-101-1/+1
|\
| * Use the `zeroize` feature in several cratesNick Mathewson2022-08-011-1/+1
* | tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-101-0/+1
|/
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-4/+4
* Bump crate and dependency versions.Nick Mathewson2022-06-241-10/+10
* channel padding: Use IntegerMilliseconds in padding::ParametersIan Jackson2022-06-211-0/+1
* channel padding: Make Parameters a pub struct with builderIan Jackson2022-06-211-0/+1
* Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+2
* tor-proto: padding: Test padding timer distributionIan Jackson2022-06-081-0/+2
* tor-proto: channel: Provide padding::TimerIan Jackson2022-06-081-0/+3
* Plumb a SleepProvider into the channel reactorIan Jackson2022-06-081-0/+1
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-17/+15
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-4/+4
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-11/+11
* Upgrade to AES 0.8Nick Mathewson2022-04-261-1/+1
* 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-10/+10
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-11/+11
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-0/+1
* Replace manual Debug impls with educe in tor-protoIan Jackson2022-03-021-0/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-10/+10
* Merge branch 'always-coarsetime' into 'main'eta2022-02-281-3/+1
|\
| * Make coarsetime dependency and traffic-timestamping non-optional.Nick Mathewson2022-02-251-3/+1
* | Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* | Upgrade dependency to new version of tokio-util.Nick Mathewson2022-02-251-1/+1
|/
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-0/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-2/+2
* Make the native-tls crate optional.Nick Mathewson2022-01-261-3/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* Upgrade to digest v0.10.0Nick Mathewson2021-12-071-17/+18
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* tor-proto: Use tor-rtcompat macros for testing, not tokio.Nick Mathewson2021-11-151-1/+1
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-2/+1
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-1/+1
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+3
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
* tor-proto: implement tokio Async{Read, Write} traits conditionallyeta2021-10-191-0/+4