summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
* proto: Experimental API to install a circuit padder at a hop.Nick Mathewson2025-09-151-0/+2
* tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`Steven Engler2025-09-101-0/+1
* Merge branch 'msrv-1.85.1' into 'main'Nick Mathewson2025-09-091-1/+1
|\
| * Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* | Require maybenot 2.2.1 for MSRV fix.Nick Mathewson2025-09-091-1/+1
* | Require maybenot 2.2.0 for paddingNick Mathewson2025-09-081-1/+1
|/
* proto: Define a new composable SinkBlocker type.Nick Mathewson2025-09-041-0/+1
* Define and implement a backend padding API, based on maybenot.Nick Mathewson2025-09-021-1/+4
* Update to derive-deftly 1.3.0Ian Jackson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-23/+23
* Upgrade to criterion 0.7Nick Mathewson2025-08-271-2/+2
* proto: Add an experimental relay feature.Gabriela Moldovan2025-08-151-0/+2
* Merge branch 'enable-cgo' into 'main'Nick Mathewson2025-08-071-1/+1
|\
| * proto: Make CGO feature require CCNick Mathewson2025-08-061-1/+1
* | Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
|/
* Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-19/+19
* Bump derive-deftly to 1.2.0Ian Jackson2025-08-041-1/+1
* tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stableSteven Engler2025-07-151-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-19/+19
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-4/+4
* Upgrade to derive-deftly 1.1.0.Gabriela Moldovan2025-07-071-1/+1
* tor-proto: add `Notify{Sender,Receiver}` channelSteven Engler2025-06-231-0/+1
* tor-proto: make `visibility` dependency always availableSteven Engler2025-06-161-3/+3
* tor-proto: Replace LegId/LegIdKey with UniqId.Gabriela Moldovan2025-06-131-0/+1
* Merge branch 'criterion-fix-aarch64' into 'main'Nick Mathewson2025-06-091-3/+6
|\
| * Run cargo sort on tor-protoNick Mathewson2025-06-091-7/+15
| * proto: Let benchmarks build correctly on non-intelNick Mathewson2025-06-091-10/+5
* | tor-cell: add experimental `flowctl-cc` featureSteven Engler2025-06-091-1/+1
|/
* tor-proto: add a `RateLimitedWriter`Steven Engler2025-06-051-0/+1
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-19/+19
* Merge branch 'proto-bench-visibility' into 'main'Nick Mathewson2025-05-271-2/+1
|\
| * proto: fix bench featuresLionel Goffaux2025-05-271-1/+1
| * proto: remove unused cpu_time dev-dependencyLionel Goffaux2025-05-221-1/+0
* | ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-2/+11
|/
* Merge branch 'proto-change-bench-neasurement' into 'main'Nick Mathewson2025-05-141-0/+1
|\
| * proto: change bench measurementLionel Goffaux2025-05-131-0/+1
* | All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
|/
* proto: extend benchmarksLionel Goffaux2025-05-081-4/+24
* tor-proto: Support adding and linking circuits in ConfluxSet.Gabriela Moldovan2025-05-061-0/+1
* tor-proto: Enable tor-cell/conflux is conflux is enabled.Gabriela Moldovan2025-05-061-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-19/+19
* chore: Run fixup-features.Wesley Aptekar-Cassels2025-04-301-1/+1
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* Run cargo update.Wesley Aptekar-Cassels2025-04-291-1/+1
* Rename feature cgo => counter-galois-onion.Nick Mathewson2025-04-291-2/+2
* proto: Implement CGO functions ET and PRFNick Mathewson2025-04-291-1/+4
* New empty CGO module.Nick Mathewson2025-04-291-1/+3