aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'da-task' into 'main'gabi-2502023-07-104-72/+72
|\
| * tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-074-72/+72
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
|/
* tor-rtmock: statically assert that the macro makes a Runtime implIan Jackson2023-07-061-0/+6
* tor-rtmock: Use the same specified field for BlockOn and SpawnIan Jackson2023-07-064-10/+8
* tor-rtmock: task: Fix a typoIan Jackson2023-07-061-1/+1
* tor-rtmock: task: clarify progress_until_stalled a littleIan Jackson2023-07-062-1/+5
* tor-rtmock: Runtime: Expand on "allowed" documentationIan Jackson2023-07-061-3/+33
* tor-rtmock: task: Remove a () assignmentIan Jackson2023-07-061-1/+1
* tor-rtmock: task: Abolish TaskFutureInfo alias (fmt)Ian Jackson2023-07-061-1/+3
* tor-rtmock: task: Abolish TaskFutureInfo aliasIan Jackson2023-07-061-7/+6
* tor-rtmock: Net: Make UDP sockets un-constructableIan Jackson2023-07-061-14/+15
* tor-rtmock: Add a cross-reference from MockSleepRuntime::wait_forIan Jackson2023-07-061-0/+4
* tor-rtmock: MockRuntime: provide test_with_variousIan Jackson2023-07-061-0/+43
* tor-rtmock: MockExecutor: Configurable scheduling policyIan Jackson2023-07-062-5/+74
* tor-rtmock: Provide MockRuntimeIan Jackson2023-07-062-0/+131
* tor-rtmock: Unit tests for MockExecutorIan Jackson2023-07-061-0/+106
* tor-rtmock: Provide MockExecutorIan Jackson2023-07-062-0/+582
* tor-rtmock: impl Default for MockNetProviderIan Jackson2023-07-061-0/+6
* tor-rtmock: impl Default for MockNetProvider (prep)Ian Jackson2023-07-061-3/+2
* tor-rtmock: impl Default for MockSleepProviderIan Jackson2023-07-061-0/+7
* tor-rtmock: net: "Provide" a UDP "implementation" which doesn't workIan Jackson2023-07-064-5/+46
* tor-rtmock: Introduce impl_runtime_prelude (fmt)Ian Jackson2023-07-061-1/+3
* tor-rtmock: Introduce impl_runtime_preludeIan Jackson2023-07-063-17/+26
* tor-rtmock: Introduce impl_runtime! macroIan Jackson2023-07-064-118/+115
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-273-0/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+24
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-108/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-2/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-2/+2
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-115-2/+20
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* rtmock: add the ability to make a connection time out.Nick Mathewson2022-04-021-6/+29
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-3/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+3
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-0/+2
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | add udp to runtimetrinity-1686a2022-03-142-3/+23
* | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-262-4/+4
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-262-10/+12