summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tor-error: tracing module: Fix link to tracing macroIan Jackson2023-07-071-1/+1
| |/ / / /
* | | | | Merge branch 'inclusive' into 'main'Nick Mathewson2023-07-074-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-074-4/+4
* | | | | Merge branch 'report-bugs-v2' into 'main'Nick Mathewson2023-07-0710-44/+231
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | event_report: assert correctness of format endingNick Mathewson2023-07-073-0/+24
| * | | | circmgr: Use event_report!() and similar macrosNick Mathewson2023-07-076-43/+30
| * | | | tor-error: Add optional tracing supportNick Mathewson2023-07-074-1/+177
| |/ / /
* | | | Merge branch 'allow_missing_panics' into 'main'Ian Jackson2023-07-0751-60/+2
|\ \ \ \
| * | | | Remove explicit allows for missing_panics_docs.Nick Mathewson2023-07-066-14/+2
| * | | | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-0645-45/+0
| * | | | add_warning: Tolerate clippy::missing_panics_docNick Mathewson2023-07-061-1/+0
| |/ / /
* | | | Merge branch 'clippy-nightly-20230703' into 'main'Nick Mathewson2023-07-077-17/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Avoid matches!(x, None), matches!(x, Ok(_))Nick Mathewson2023-07-063-5/+5
| * | | tor-rtcompat: Simplify trivial all() expressions.Nick Mathewson2023-07-063-11/+11
| * | | tor-config: Use next_back() instead of rev().next()Nick Mathewson2023-07-031-1/+1
* | | | Merge branch 'task5' into 'main'gabi-2502023-07-064-10/+14
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge branch 'task4' into 'main'Ian Jackson2023-07-0614-454/+1488
|\ \ \ \
| * | | | tor-rtmock: Add semver.mdIan Jackson2023-07-061-0/+3
| * | | | 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-dirmgr: bridge descriptor tests: Add a missing #[traced_test]Ian Jackson2023-07-061-0/+1
| * | | | tor-dirmgr: bridge descriptor tests: Use MockRuntime (drop Tokio dep)Ian Jackson2023-07-062-2/+0
| * | | | tor-dirmgr: bridge descriptor tests: Use MockRuntime (fmt)Ian Jackson2023-07-061-270/+271
| * | | | tor-dirmgr: bridge descriptor tests: Use MockRuntimeIan Jackson2023-07-061-35/+25
| * | | | tor-dirmgr: bridge descriptor tests: Fix a v. low prob. raceIan Jackson2023-07-061-2/+5
| * | | | tor-hsclient: Abolish ad-hoc real-world-time sleepsIan Jackson2023-07-061-12/+4
| * | | | tor-rtmock: MockRuntime: provide test_with_variousIan Jackson2023-07-063-0/+45
| * | | | tor-rtmock: MockExecutor: Configurable scheduling policyIan Jackson2023-07-064-5/+76
| * | | | tor-rtmock: Provide MockRuntimeIan Jackson2023-07-064-0/+133
| * | | | tor-rtmock: Unit tests for MockExecutorIan Jackson2023-07-063-0/+108
| * | | | tor-rtmock: Provide MockExecutorIan Jackson2023-07-064-0/+588
| * | | | 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
* | | | | Merge branch 'log_precision' into 'main'Nick Mathewson2023-07-066-4/+385
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | arti: comments about catch_unwindNick Mathewson2023-07-061-0/+9
| * | | | time_granularity: Make sure formatter can't panicNick Mathewson2023-07-061-17/+49
| * | | | arti: Add a `logging.time_granularity` option with 1s default.Nick Mathewson2023-07-066-5/+346
| | |_|/ | |/| |