summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tor-rtmocK; Detect re-entry into MockExecutorIan Jackson2025-03-041-1/+0
* | tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-1/+1
* | tor-rt*: Apply deferred formatting churnIan Jackson2025-03-043-5/+5
* | tor-rtcompat: CompoundRuntime: Rename TaskR member from SpawnRIan Jackson2025-03-041-40/+39
* | tor-rtcompat: Remove ToplevelBlockon from RuntimeIan Jackson2025-03-042-12/+12
* | tor-rtcompat: Provide Blocking::blocking_ioIan Jackson2025-03-043-2/+70
* | tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-046-5/+76
* | tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-046-32/+125
* | tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-049-16/+16
|/
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-3/+3
* Upgrade to derive_more 2Nick Mathewson2025-02-262-1/+2
* Remove semver.md files post releaseIan Jackson2025-02-071-2/+0
* Version bumps to 0.27.0Ian Jackson2025-02-061-3/+3
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).Gabriela Moldovan2025-01-151-3/+3
* tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.Gabriela Moldovan2025-01-152-4/+4
* tor-rtcompat: Fix doc warning.Gabriela Moldovan2025-01-151-1/+1
* tor-rtcompat: Big invasive change adding StreamOps bound everywhere.Gabriela Moldovan2025-01-156-7/+9
* tor-rtcompat: Implement StreamOps for TLS stream types.Gabriela Moldovan2025-01-152-1/+22
* tor-rtcompat: Implement StreamOps for Framed.Gabriela Moldovan2025-01-152-0/+14
* tor-rtcompat: Implement new_handle() using TcpSockFd.Gabriela Moldovan2025-01-153-2/+8
* tor-rtcompat: Add the ability to get a StreamOps handle.Gabriela Moldovan2025-01-155-1/+69
* tor-rtcompat: Note that SpawnBlocking isn't for CPU-bound tasks.Wesley Aptekar-Cassels2025-01-071-1/+1
* tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.Wesley Aptekar-Cassels2025-01-075-5/+16