| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. (fmt) | Ian Jackson | 2024-03-25 | 1 | -2/+2 |
| | | |||||
| * | tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. | Ian Jackson | 2024-03-25 | 1 | -0/+8 |
| | | | | | We must also impl CoarseTimeProvider for mocked runtimes. | ||||
| * | tor-rtmock: Use derive-adhoc for composite runtimes | Ian Jackson | 2023-07-07 | 1 | -48/+59 |
| | | |||||
| * | tor-rtmock: statically assert that the macro makes a Runtime impl | Ian Jackson | 2023-07-06 | 1 | -0/+6 |
| | | |||||
| * | tor-rtmock: Use the same specified field for BlockOn and Spawn | Ian Jackson | 2023-07-06 | 1 | -4/+5 |
| | | | | | These are always the same and probably always will be. | ||||
| * | tor-rtmock: net: "Provide" a UDP "implementation" which doesn't work | Ian Jackson | 2023-07-06 | 1 | -3/+2 |
| | | | | | | | | | | | Nothing in our tree actually *uses* the UDP in tests. We want a mock UDP provider that isn't part of a real runtime, so that we can make a totally-mock runtime for properly controlled testing. It seems best to make this part of MockNetProvider rather than a separate type. | ||||
| * | tor-rtmock: Introduce impl_runtime_prelude (fmt) | Ian Jackson | 2023-07-06 | 1 | -1/+3 |
| | | |||||
| * | tor-rtmock: Introduce impl_runtime_prelude | Ian Jackson | 2023-07-06 | 1 | -0/+20 |
| | | | | | | This deduplicates some imports, which would otherwise be about to become triplicated. | ||||
| * | tor-rtmock: Introduce impl_runtime! macro | Ian Jackson | 2023-07-06 | 1 | -0/+98 |
| This deduplicates some trait delegation. We want this now because we're about to introduce a third mock runtime, so this would become triplication otherwise. | |||||
