index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rtmock
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-4
/
+4
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
tor-rtmock: get rid of unwrap()
Saksham Mittal
2023-11-21
1
-1
/
+1
*
tor-rtmock: handle Receiver result inside spawn_join()
Saksham Mittal
2023-11-21
2
-3
/
+3
*
tor-rtmock: use expect() instead
Saksham Mittal
2023-11-21
1
-1
/
+2
*
tor-rtmock: change return types to be less concrete
Saksham Mittal
2023-11-21
2
-2
/
+2
*
tor-rtmock: change return type of spawn_join()
Saksham Mittal
2023-11-21
2
-6
/
+6
*
tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor
Saksham Mittal
2023-11-21
2
-0
/
+30
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
tor-rtmock: MockRuntimeBuilder: new sleep_provider() setter
Ian Jackson
2023-11-01
2
-1
/
+11
*
tor-rtmock: simplify/reorganise MockRuntimeBuilder::build
Ian Jackson
2023-11-01
1
-4
/
+3
*
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
1
-6
/
+0
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-1
/
+1
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-2
/
+2
*
Run "fixup-features" in preparation for release this week.
Nick Mathewson
2023-10-29
1
-1
/
+1
*
tor-rtmock: MockRuntime::test_with_various: Print what we're doing
Ian Jackson
2023-10-16
1
-1
/
+6
*
tor-rtmock: MockExecutor: Provide n_tasks accessor
Ian Jackson
2023-10-16
2
-0
/
+16
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
2
-2
/
+2
*
oneshot: Use veneer in tor-rtmock
Ian Jackson
2023-10-11
3
-2
/
+3
*
tor-rtmock: simple_time: Don't export State
Ian Jackson
2023-10-05
1
-1
/
+1
*
tor-rtmock: Provide a comprehensive example
Ian Jackson
2023-10-05
1
-1
/
+100
*
tor-rtmock: Update the rubric for current recommendations
Ian Jackson
2023-10-05
1
-3
/
+8
*
tor-rtmock: MockSleepProvider docs: Move example (fmt)
Ian Jackson
2023-10-05
1
-12
/
+12
*
tor-rtmock: MockSleepProvider docs: Move example
Ian Jackson
2023-10-05
2
-73
/
+73
*
tor-rtmock: simple_time: Rename `wakers` to `futures` (fmt)
Ian Jackson
2023-10-05
1
-1
/
+4
*
tor-rtmock: simple_time: Rename `wakers` to `futures`
Ian Jackson
2023-10-05
1
-11
/
+11
*
tor-rtmock: simple_time: Rename `pq` to `unready`
Ian Jackson
2023-10-05
1
-13
/
+13
*
tor-rtmock: simple_time: Expand on advance and task ordering
Ian Jackson
2023-10-05
1
-2
/
+8
*
tor-rtmock: simple_time: Clarify/correct comments about invariant
Ian Jackson
2023-10-05
1
-2
/
+2
*
tor-rtmock: Add deprecation warning to MockSleepRuntime
Ian Jackson
2023-10-05
1
-1
/
+7
*
tor-rtmock: MockSleepProvider docs: Move deprecation discussion
Ian Jackson
2023-10-05
1
-32
/
+38
*
tor-rtmock: MockSleepProvider docs: Compare with SimpleMockTimeProvider
Ian Jackson
2023-10-05
1
-0
/
+22
*
tor-rtmock: simple_time: Clarify some things in time_until_next_timeout
Ian Jackson
2023-10-05
1
-0
/
+6
*
tor-rtmock: simple_time: Give formal names to the states
Ian Jackson
2023-10-05
1
-2
/
+21
*
tor-rtmock: simple_time: take() the waker when we wake
Ian Jackson
2023-10-05
1
-2
/
+5
*
tor-rtmock: Provide SimpleTimeProvider: clarify .sleep() innards
Ian Jackson
2023-10-03
1
-4
/
+6
*
tor-rtmock: MockRuntime: in advance_*, warn to stderr about looping
Ian Jackson
2023-10-03
1
-1
/
+21
*
tor-rtmock: Break out advance_inner
Ian Jackson
2023-10-03
1
-10
/
+31
*
tor-rtmock: Add a deprecation warning to MockSleepProvider
Ian Jackson
2023-10-03
2
-0
/
+14
*
tor-rtmock: Abolish deprecated Runtime::advance()
Ian Jackson
2023-10-03
2
-17
/
+1
*
tor-rtmock: Fix doc refs to advance_*
Ian Jackson
2023-10-03
1
-2
/
+2
*
tor-rtmock: Rename MockRuntime::jump_to to jump_wallclock
Ian Jackson
2023-10-03
2
-2
/
+3
*
tor-rtmock: Abolish just-introduced confusing type alias (fmt)
Ian Jackson
2023-10-03
1
-1
/
+1
*
tor-rtmock: Abolish just-introduced confusing type alias
Ian Jackson
2023-10-03
1
-8
/
+8
*
tor-rtmock: Switch MockRuntime to SimpleMockSleepProvider
Ian Jackson
2023-10-03
3
-12
/
+12
*
tor-rtmock: Provide SimpleTimeProvider
Ian Jackson
2023-10-03
4
-0
/
+350
*
tor-rtmock: Add priority-queue dependency
Ian Jackson
2023-10-03
1
-0
/
+1
*
tor-rtmock: Drop some obsolete caveats
Ian Jackson
2023-10-03
1
-7
/
+2
*
Remove semver.md files now that 1.1.9 is out.
Nick Mathewson
2023-10-02
1
-3
/
+0
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-1
/
+1
[next]