<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtmock, branch arti-v1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-02T13:14:59Z</updated>
<entry>
<title>Update unstable `tor/arti-*` crates to 0.17.0.</title>
<updated>2024-04-02T13:14:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:14:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40de76c6c0b508183de602bcf0d7ebc7c62218ef'/>
<id>urn:sha1:40de76c6c0b508183de602bcf0d7ebc7c62218ef</id>
<content type='text'>
Done with:
```
CRATES="
tor-basic-utils
tor-async-utils
tor-error
tor-config
tor-events
tor-units
tor-geoip
tor-rtcompat
tor-rtmock
tor-log-ratelim
tor-rpcbase
tor-llcrypto
tor-protover
tor-bytes
tor-hscrypto
tor-hspow
tor-socksproto
tor-checkable
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-relay-selection
tor-congestion
tor-persist
tor-chanmgr
tor-ptmgr
tor-guardmgr
tor-circmgr
tor-dirclient
tor-dirmgr
tor-keymgr
tor-hsclient
tor-hsservice
tor-hsrproxy
arti-client
arti-rpcserver
arti-config
arti-hyper
arti-bench
arti-testing
"

for crate in $CRATES; do
    cargo set-version -p "$crate" 0.17.0
done
```
</content>
</entry>
<entry>
<title>tor-rtmock: Change word in comment</title>
<updated>2024-04-02T09:35:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-02T09:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47c4ae2afd48528c0f34d61da46b7b8d4e6e8e0a'/>
<id>urn:sha1:47c4ae2afd48528c0f34d61da46b7b8d4e6e8e0a</id>
<content type='text'>
This was incorrect usage, as pointed out in
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2052#note_3012727
</content>
</entry>
<entry>
<title>tor-rtmock: Use MockTimeCore in time.rs too (fmt)</title>
<updated>2024-03-25T17:48:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T17:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7ff21ccc9b8b3eb973c91a43fcfeb60b88b3e940'/>
<id>urn:sha1:7ff21ccc9b8b3eb973c91a43fcfeb60b88b3e940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: Use MockTimeCore in time.rs too</title>
<updated>2024-03-25T17:47:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T17:40:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6fff4e01f30d16c37d612c17a8bdbe9c287bf306'/>
<id>urn:sha1:6fff4e01f30d16c37d612c17a8bdbe9c287bf306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: Introduce MockTimeCore</title>
<updated>2024-03-25T17:45:36Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T17:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f8ff7122d18f698ae5e920b34f92c02664dc211'/>
<id>urn:sha1:1f8ff7122d18f698ae5e920b34f92c02664dc211</id>
<content type='text'>
It bothered me that when I added a `MockCoarseTimeProvider` to the
mock time providers, I had to manually grep to check that there
weren't places the time was updated where I ought to also update the
coarse time.

Prove that the code is right by hiding all the times together in a
struct that prevents un-synchronised updates.

This is part 1, where we move the fields from simple_time::State to
the new struct.
</content>
</entry>
<entry>
<title>tor-rtmock: time_core: rename from coarse_time (fmt)</title>
<updated>2024-03-25T17:45:29Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T17:45:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=83407fdb728dd4d740e2b770b5b2460f09822e83'/>
<id>urn:sha1:83407fdb728dd4d740e2b770b5b2460f09822e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: time_core: rename from coarse_time</title>
<updated>2024-03-25T17:17:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T17:17:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=02a5db1db3fcf39c306b55ddbeaf3e87d7ff522c'/>
<id>urn:sha1:02a5db1db3fcf39c306b55ddbeaf3e87d7ff522c</id>
<content type='text'>
We're going to put more in here.

(Yes, I know we just invented this...)
</content>
</entry>
<entry>
<title>tor-rtmock: Rename coarsetime module to coarse_time</title>
<updated>2024-03-25T16:08:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T16:08:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ae9016847271e521ceaf61cff51d6626c0c5c42'/>
<id>urn:sha1:4ae9016847271e521ceaf61cff51d6626c0c5c42</id>
<content type='text'>
Modules with the same name as external crates don't work well with our
MSRV.
</content>
</entry>
<entry>
<title>tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc. (fmt)</title>
<updated>2024-03-25T11:52:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-25T11:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ea85c4f67e6076901dc4ae61b03bebb9ae4a5e3a'/>
<id>urn:sha1:ea85c4f67e6076901dc4ae61b03bebb9ae4a5e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.</title>
<updated>2024-03-25T11:52:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-03-21T15:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5834d988c8bf87ebce0a821d8f269280d47174bd'/>
<id>urn:sha1:5834d988c8bf87ebce0a821d8f269280d47174bd</id>
<content type='text'>
We must also impl CoarseTimeProvider for mocked runtimes.
</content>
</entry>
</feed>
