summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-061-1/+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-062-0/+44
| * | | tor-rtmock: MockExecutor: Configurable scheduling policyIan Jackson2023-07-063-5/+75
| * | | tor-rtmock: Provide MockRuntimeIan Jackson2023-07-063-0/+132
| * | | tor-rtmock: Unit tests for MockExecutorIan Jackson2023-07-062-0/+107
| * | | tor-rtmock: Provide MockExecutorIan Jackson2023-07-063-0/+585
| * | | 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-065-4/+381
|\ \ \ \ | |/ / / |/| | |
| * | | 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-065-5/+342
| | |/ | |/|
* | | Merge branch 'tracing-panic' into 'main'Nick Mathewson2023-07-063-2/+41
|\ \ \
| * | | arti: Note possibility for future use of other tracing panic providerNick Mathewson2023-07-061-0/+5
| * | | arti: On panic, avoid allocation even more.Nick Mathewson2023-07-061-7/+5
| * | | Add TODO comments about possibly migrating away from the backtrace crate.Nick Mathewson2023-07-052-1/+4
| * | | arti: Install a panic hook that sends messages to `tracing`Nick Mathewson2023-07-052-1/+34
* | | | keymgr: Explain why the TODO regarding EncodableKey can't be addressed.Gabriela Moldovan2023-07-051-1/+12
|/ / /
* | | Merge branch 'unpublishing' into 'main'Ian Jackson2023-07-053-0/+10
|\ \ \ | |/ / |/| |
| * | Mark arti-bench with "publish = false"Nick Mathewson2023-07-031-0/+4
| * | Mark vestigial crates as "publish=false"Nick Mathewson2023-07-032-0/+6
| |/
* | Additional documentation around bridges/PT configurationNick Mathewson2023-07-034-7/+43
* | Finish a sentence in the documentation for TorClient::netdir()Nick Mathewson2023-07-031-1/+2
|/
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-3012-17/+0
* keymgr: Fix broken doc link.Gabriela Moldovan2023-06-301-2/+2
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-3034-167/+167
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-3014-21/+21
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-3021-21/+21
* Merge branch 'arti-path-bug' into 'main'gabi-2502023-06-302-10/+23
|\
| * keystore: Change the dummy HsClientSpecifier to "default".Gabriela Moldovan2023-06-301-1/+1
| * keymgr: Update ArtiPath and ArtiPathComponent docs.Gabriela Moldovan2023-06-301-2/+2
| * keymgr: Allow periods in ArtiPath and ArtiPathComponent.Gabriela Moldovan2023-06-301-9/+22