summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-242-0/+4
* Merge branch 'smol-add-impl-in-tor-rtcompat' into 'main'opara2025-08-2110-14/+481
|\
| * smol: Implement smol in tor-rtcompatNiel Duysters2025-08-2110-14/+481
* | Document why we are using ring with rustlsNick Mathewson2025-08-191-3/+21
|/
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-075-8/+6
* Merge branch 'windows_warnings' into 'main'opara2025-08-053-0/+5
|\
| * Fix Windows compile warningsTobias Stoeckmann2025-08-053-0/+5
* | Fix errors from rustdoc nightly.Nick Mathewson2025-08-051-1/+1
|/
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-2/+2
* 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-061-1/+1
* tor-proto: add optimization for `DynTimeProvider`Steven Engler2025-06-051-0/+27
* rtcompat: remove Letsencrypt/Rustls kludgeretort-dev2025-05-203-48/+13
* *: use std::io::Error::other in many placesNick Mathewson2025-05-153-9/+6
* Merge branch 'fork' into 'main'David Goulet2025-04-141-0/+11
|\
| * tor-rtcompat: xref to fork policy from PreferredRuntimeIan Jackson2025-04-071-0/+11
* | Merge branch 'rtmock-unsend' into 'main'David Goulet2025-04-143-3/+3
|\ \
| * | tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-093-3/+3
| |/
* / Allow StreamOps import to be unusedNick Mathewson2025-04-091-0/+1
|/
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-244-10/+14
* 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-054-117/+97
|\
| * rustls: move provider-installer to its own function.Nick Mathewson2025-03-041-13/+21
| * rustls.rs: Replace x509-signature with rustls-webpkiNick Mathewson2025-03-044-101/+71
| * 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-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-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