summaryrefslogtreecommitdiff
path: root/crates/tor-proto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-18/+18
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-18/+18
* Merge branch 'sync_datastream' into 'main'Nick Mathewson2025-02-271-0/+1
|\
| * Make DataStream, and its members, implement Sync.Nick Mathewson2025-02-261-0/+1
* | Merge branch 'reactor-confluxation' into 'main'gabi-2502025-02-271-0/+1
|\ \
| * | tor-proto: Add a ConfluxSet type.Gabriela Moldovan2025-02-251-0/+1
| |/
* / Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
|/
* tor-proto: add experimental 'conflux' featureSteven Engler2025-02-241-1/+2
* Update to derive-deftly 1.0Ian Jackson2025-02-121-1/+1
* Merge branch 'versions' into 'main'Ian Jackson2025-02-061-18/+18
|\
| * Version bumps to 0.27.0Ian Jackson2025-02-061-18/+18
* | Fix Cargo.toml features formattingIan Jackson2025-02-061-1/+3
* | Add some missing "full" featuresIan Jackson2025-02-061-1/+1
|/
* congestion: Make the cc_alg values a caret_int for better code semanticDavid Goulet2025-01-161-0/+1
* tor-proto: Remove dependency on tor-netdir.Gabriela Moldovan2025-01-151-2/+0
* tor-proto: Replace constants with caret_int.Gabriela Moldovan2025-01-151-0/+1
* tor-proto: Add KistParams type built from NetParameters.Gabriela Moldovan2025-01-151-0/+2
* tor-proto: Add traced_test to test casesIan Jackson2025-01-151-0/+1
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-18/+18
* Merge branch 'upgrades' into 'main'Nick Mathewson2025-01-061-2/+2
|\
| * Upgrade to statrs 0.18.0Nick Mathewson2025-01-061-1/+1
| * Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-1/+1
* | Run "fixup-features" in preparation for release.Nick Mathewson2025-01-061-1/+1
|/
* tor-proto: switched from `Slab` to `DenseSlotMap` for waker mapSteven Engler2024-12-101-1/+1
* tor-proto: replace oneshot broadcast channelSteven Engler2024-12-101-0/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-18/+18
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* Fix several Cargo.tomls to satisfy cargo-sort.Gabriela Moldovan2024-12-021-1/+0
* tor-proto: Make bench an experimental feature.Gabriela Moldovan2024-12-021-3/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-0/+2
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-proto: condition benchmarks to the bench featureLionel Goffaux2024-11-061-0/+4
* tor-proto: add a bench featureLionel Goffaux2024-11-061-0/+1
* tor-proto: Add benchmarks for cell encryption and decryptionLionel Goffaux2024-11-041-0/+18
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-19/+19
|\
| * Bump minor versions of crates with new APIs/implsIan Jackson2024-10-301-1/+1
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-18/+18
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Rename "memquota" feature to "memquota-memcost" when it's just HasMemoryCostIan Jackson2024-10-161-3/+3
* Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+1
* Some HasMemoryCost impls in tor-protoIan Jackson2024-10-021-3/+5
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-17/+17
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-2/+2
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
|/