aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-153-5/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-097-0/+7
* tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`Steven Engler2026-06-083-9/+27
* Merge branch 'socket-buf-size' into 'main'opara2026-05-213-7/+28
|\
| * tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-073-7/+28
* | Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
|/
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-265-13/+14
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* rtmock, chanmgr: Allow use of deprecated try_next() in testsGabriela Moldovan2026-03-031-0/+3
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-4/+5
* rtmock: Implement server support.Nick Mathewson2026-01-291-10/+44
* rtcompat: new server-related members on TlsProvider trait.Nick Mathewson2026-01-292-1/+16
* rtcompat: new own_certificate method on CertifiedConn traitNick Mathewson2026-01-291-0/+6
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-067-7/+7
* tor-rtmock-simple-time-typos: Fix typosNiel Duysters2025-10-011-3/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-rtmock: MockTimeCore: fix docsIan Jackson2025-08-121-2/+2
* tor-rtmock: Slightly clean up CrateGetters macroIan Jackson2025-08-121-4/+5
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-077-21/+17
* Update code for Edition 2024Nick Mathewson2025-08-071-13/+21
* 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: Use subthread_spawn for spawn_blocking.Wesley Aptekar-Cassels2025-06-091-38/+6
* *: use std::io::Error::other in many placesNick Mathewson2025-05-152-11/+4
* rtmock: use Option::replace instead of mem::replaceNick Mathewson2025-05-151-8/+6
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: task: Break out subthread_yieldIan Jackson2025-04-101-30/+36
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-092-2/+2
* tor-rtmock: task: subthread_block_on_future; Yield a bit moreIan Jackson2025-04-091-2/+18
* tor-rtmock: task tests: New subhtread_pingpong testIan Jackson2025-04-091-1/+43
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)Ian Jackson2025-04-091-14/+3
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthreadIan Jackson2025-04-091-68/+62
* tor-rtmock: task: Minor refactoringIan Jackson2025-04-091-4/+6
* tor-rtmock: task: import Left and RightIan Jackson2025-04-091-3/+3
* tor-rtmock: task: impl Debug for TaskFutureInfoIan Jackson2025-04-091-1/+3
* tor-rtmock: task: Break out Waker::make_wakerIan Jackson2025-04-091-5/+10
* tor-rtmock: Improve a commentIan Jackson2025-04-091-1/+6
* tor-rtmock: Fix a commentIan Jackson2025-04-091-1/+1
* AF_UNIX terminology: Rename two error structsIan Jackson2025-03-241-2/+2
* tor-rtmock: Add since= to deprecateds (formatting)Ian Jackson2025-03-061-1/+2
* tor-rtmock: Add since= to deprecatedsIan Jackson2025-03-062-2/+2
* tor-rtmock: Actually apply deprecated attr to deprecated time.rsIan Jackson2025-03-063-5/+15
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-042-9/+9
* tor-rtcompat: Remove the TODO re #1835Ian Jackson2025-03-041-3/+0
* tor-rtcompat: Explain Sendness of reenter_block_on futureIan Jackson2025-03-041-0/+1