summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-5/+5
* tor-rtcompat: add structs to hold listen() optionsSteven Engler2026-05-071-0/+2
* tor-rtcompat: De-version self-dev-dependency to remove it during publishIan Jackson2026-05-071-1/+10
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-6/+6
* rtcompat: Stop installing backup CryptoProvider.Nick Mathewson2026-04-021-2/+5
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-5/+5
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-0/+1
* rtcompat: Fix clippy with wasm32 and no-default-features.Nick Mathewson2026-03-251-1/+3
* rtcompat: Bump async-native-tls to 0.6.0Gabriela Moldovan2026-03-041-1/+1
* Merge branch '2.1.0-bumps' into 'main'gabi-2502026-03-021-5/+5
|\
| * Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-5/+5
* | Run fixup-features in preparation for releaseGabriela Moldovan2026-03-021-0/+1
|/
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-5/+5
* rtcompat: restore tls-server test.Nick Mathewson2026-02-021-3/+2
* Merge branch 'main' into 'main'gabi-2502026-02-021-1/+1
|\
| * fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-261-1/+1
* | rtcompat: Temporarily disable tls-server test.Nick Mathewson2026-01-291-1/+2
* | Run "cargo sort" on tor-rtcompat.Nick Mathewson2026-01-291-7/+6
* | rtcompat: Unit test for TLS server code.Nick Mathewson2026-01-291-0/+3
* | rtcompat: Implement TLS server support for rustls.Nick Mathewson2026-01-291-0/+6
|/
* tor-rtcompat: depend on rustls 0.23.21Steven Engler2026-01-261-0/+7
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-3/+3
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-3/+3
* tor-rtcompat: set `IPV6_V6ONLY` for listening sockets on unixSteven Engler2025-11-101-1/+1
* tor-rtcompat: use a consistent `listen()` implementationSteven Engler2025-11-101-0/+1
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-3/+3
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-3/+3
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-3/+3
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-0/+6
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-3/+3
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-3/+3
* tor-rtcompat: Remove rustls dependency in favor of futures-rustlsparazyd2025-06-061-2/+0
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-3/+3
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-5/+18
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-3/+3
* tor-rtcompat: Avoid wildcard dependency requirements.Gabriela Moldovan2025-04-011-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-3/+3
* Upgrade rustls-wekpki dependency to 0.103.1.Gabriela Moldovan2025-03-271-1/+1
* Merge branch 'x509-signature-yeet' into 'main'Nick Mathewson2025-03-051-3/+7
|\
| * Require rustls 0.23.20Nick Mathewson2025-03-041-1/+2
| * Require rustls-pki-types 1.8 for CertificateDer::from_sliceNick Mathewson2025-03-041-1/+1
| * rustls.rs: Replace x509-signature with rustls-webpkiNick Mathewson2025-03-041-2/+5
* | tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
|/