<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-persist/Cargo.toml, branch arti-v0.0.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-11-29T20:21:58Z</updated>
<entry>
<title>Bump every crate by one patch version.</title>
<updated>2021-11-29T20:21:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-29T20:21:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eef81d9d570572b7a57a76de4003721c546856de'/>
<id>urn:sha1:eef81d9d570572b7a57a76de4003721c546856de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused "dirs" dependency from tor-persist.</title>
<updated>2021-11-16T20:51:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-16T20:51:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=727e420d5c865fbe6eb5c96a54109d161c5e0ebb'/>
<id>urn:sha1:727e420d5c865fbe6eb5c96a54109d161c5e0ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document that the "testing" feature is not semver-covered.</title>
<updated>2021-11-11T15:38:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-11-11T15:38:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a9406796721d49885b3f98d756005b581b745c93'/>
<id>urn:sha1:a9406796721d49885b3f98d756005b581b745c93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-persist: serde usage now requires derive feature.</title>
<updated>2021-10-29T15:41:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-29T15:41:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5d042115a99ec0dde5dc0466dd9cab916baa6c1'/>
<id>urn:sha1:f5d042115a99ec0dde5dc0466dd9cab916baa6c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump all crate versions to 0.0.1</title>
<updated>2021-10-29T15:05:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-29T15:05:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6e740646ac61c9f06dc332cc156d4b20e793b70'/>
<id>urn:sha1:e6e740646ac61c9f06dc332cc156d4b20e793b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to fslock version 0.2</title>
<updated>2021-10-27T18:52:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-27T18:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fae63b5aea73f816df96cb2db53eba6ac5f89bb'/>
<id>urn:sha1:2fae63b5aea73f816df96cb2db53eba6ac5f89bb</id>
<content type='text'>
This version makes all locks per-handle rather than per-process, by
moving from lockf() to flock() on unix.
</content>
</entry>
<entry>
<title>Change tor-persist to use json instead of toml.</title>
<updated>2021-10-07T13:30:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-10-07T13:23:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e68883a27c59b770022484626730e5b89b9587e'/>
<id>urn:sha1:7e68883a27c59b770022484626730e5b89b9587e</id>
<content type='text'>
The limitations with toml seemed to be reaching a head, and I wasn't
able to refactor the guardmgr code enough to actually have its state
be serializable as toml.  Json's limitations are much narrower.
</content>
</entry>
<entry>
<title>Allow building tor-persist for WASM</title>
<updated>2021-10-01T11:22:31Z</updated>
<author>
<name>Jani Monoses</name>
<email>jani.monoses@gmail.com</email>
</author>
<published>2021-10-01T11:22:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7e114c833717b7c0298e98e141eb7d35a779bee'/>
<id>urn:sha1:f7e114c833717b7c0298e98e141eb7d35a779bee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-persist: Add a testing-only state manager that doesn't use disk</title>
<updated>2021-09-30T19:36:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-09-30T15:41:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fa9e64e27b7c827cf57a57c30d10c244951f6e78'/>
<id>urn:sha1:fa9e64e27b7c827cf57a57c30d10c244951f6e78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update fslock to compile android</title>
<updated>2021-09-25T10:01:45Z</updated>
<author>
<name>Trinity Pointard</name>
<email>trinity.pointard@gmail.com</email>
</author>
<published>2021-09-25T09:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=954395573adb0428a97c0d4bd4bd989696b8ace3'/>
<id>urn:sha1:954395573adb0428a97c0d4bd4bd989696b8ace3</id>
<content type='text'>
</content>
</entry>
</feed>
