summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* Version bumps for 1.4.6Ian Jackson2025-08-051-3/+3
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-2/+2
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-3/+3
* tor-rtcompat, tor-rtmock: Allow unused functions.Gabriela Moldovan2025-07-071-0/+1
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-rtmock: Blocking::blocking_io: add clarificationIan Jackson2025-06-231-0/+3
* tor-rtmock: Blocking::spawn_blocking: clarify drop behaviourIan Jackson2025-06-231-0/+6
* tor-rtcompat: Remove rustls dependency in favor of futures-rustlsparazyd2025-06-062-3/+1
* tor-proto: add optimization for `DynTimeProvider`Steven Engler2025-06-051-0/+27
* 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
* rtcompat: remove Letsencrypt/Rustls kludgeretort-dev2025-05-203-48/+13
* *: use std::io::Error::other in many placesNick Mathewson2025-05-153-9/+6
* 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-012-6/+3
* Merge branch 'fork' into 'main'David Goulet2025-04-142-0/+56
|\
| * tor-rtcompat: xref to fork policy from PreferredRuntimeIan Jackson2025-04-071-0/+11
| * tor-rtcompat: Add div anchor for policyIan Jackson2025-04-071-0/+4
| * tor-rtcompat: Write policy on fork without execIan Jackson2025-04-071-0/+41
* | Merge branch 'rtmock-unsend' into 'main'David Goulet2025-04-144-3/+6
|\ \
| * | tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-094-3/+6
| |/
* / Allow StreamOps import to be unusedNick Mathewson2025-04-091-0/+1
|/
* Remove semver.md files post-release.Gabriela Moldovan2025-04-011-11/+0
* 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
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-245-10/+21
* Fix AF_UNIX terminology in docs, comments, and error messagesIan Jackson2025-03-242-4/+4
* Merge branch 'x509-signature-yeet' into 'main'Nick Mathewson2025-03-055-120/+104
|\
| * rustls: move provider-installer to its own function.Nick Mathewson2025-03-041-13/+21
| * 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-045-103/+76
| * rtcompat: Un-rename CertificateDer type.Nick Mathewson2025-03-041-6/+8
* | tor-rtcompat: Fix grammar in docIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-045-34/+33
* | tor-rtcompat: Give a reason in blocking_io for not using for cpu workIan Jackson2025-03-041-1/+4
* | tor-rtcompat: Fix docs typoIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Change the title of RuntimeIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Clarify reentrancy restrictions on `block_on`Ian Jackson2025-03-041-2/+5
* | tor-rtcompat: Explain Sendness of reenter_block_on futureIan Jackson2025-03-041-0/+6
* | tor-rtcompat: Clarify distinction between Runtime and ToplevelIan Jackson2025-03-041-2/+8
* | tor-rtcompat: Linkify a mention of spawn_threadIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Clarify docs (3)Ian Jackson2025-03-041-1/+1
* | tor-rtcompat: Make a precise example for mpsc::channelIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Blocking::spawn_thread semantics correctionIan Jackson2025-03-041-2/+11
* | tor-rtcompat: Clarify docs (2)Ian Jackson2025-03-041-1/+1
* | tor-rtcompat: Clarify docsIan Jackson2025-03-041-1/+1
* | tor-rtcompat: Add a semver.md for changes to BlockOn etc.Ian Jackson2025-03-041-0/+4
* | tor-rtmocK; Detect wrong-context blocking_io and spawn_threadIan Jackson2025-03-041-2/+0