<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/Cargo.toml, branch ios-sqlite-hacks</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=ios-sqlite-hacks'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-19T15:18:55Z</updated>
<entry>
<title>tor-ptmgr: add very basic support for unmanaged PTs</title>
<updated>2023-09-19T15:18:55Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2023-09-19T11:43:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c61044442613415e6bbb50203e2f4c71c79bcec1'/>
<id>urn:sha1:c61044442613415e6bbb50203e2f4c71c79bcec1</id>
<content type='text'>
- `tor-ptmgr` has a new `add_unmanaged` function to insert an unmanaged
  PT into the `cmethods` table.
  - There are many ways to misuse this API and have it blow up in your
    face (for example, by overwriting an existing PT's cmethod, etc.)
  - It's unclear whether these are worth caring about.
- The `TorClient` gains a new experimental `ptmgr()` function, and the
  `PtClientMethod` can now be constructed by user code.
</content>
</entry>
<entry>
<title>Update patchlevel for crates with nontrivial changes.</title>
<updated>2023-09-05T16:22:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T16:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e251baa9a77415f3c605ff462a8ac0b3fa37660a'/>
<id>urn:sha1:e251baa9a77415f3c605ff462a8ac0b3fa37660a</id>
<content type='text'>
These are:

```
hashx
equix
tor-async-utils
tor-error
tor-config
tor-rtmock
tor-llcrypto
tor-bytes
tor-hscrypto
tor-hspow
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-netdir
tor-chanmgr
tor-guardmgr
tor-dirmgr
tor-keymgr
tor-hsclient
tor-hsservice
arti-client

arti
```
</content>
</entry>
<entry>
<title>Bump to trust-dns-proto 0.23.0</title>
<updated>2023-09-05T12:05:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T12:02:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b44b46bc0273cf297e8d2ed260aed6750768510c'/>
<id>urn:sha1:b44b46bc0273cf297e8d2ed260aed6750768510c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to visibility 0.1.0</title>
<updated>2023-09-05T12:04:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T11:52:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc8031469581d039c01efde745b1d21791426ad1'/>
<id>urn:sha1:cc8031469581d039c01efde745b1d21791426ad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error, arti: Bump backtrace to 0.3.68.</title>
<updated>2023-08-15T15:34:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-08-15T15:34:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31645f4f373e821482b95ee4b9e1bd5856ed76aa'/>
<id>urn:sha1:31645f4f373e821482b95ee4b9e1bd5856ed76aa</id>
<content type='text'>
Previously we were using backtrace 0.3.39, which has a [bug] that causes
it to segault in some circumstances. I experienced this bug while trying
to fix the minimal-versions build in !1508.

[bug]: https://github.com/rust-lang/backtrace-rs/issues/267
</content>
</entry>
<entry>
<title>Increment patchlevel versions of crates with minor changes</title>
<updated>2023-08-01T14:57:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:57:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3acdf102c705314aec63679e97240bb7d981d1c8'/>
<id>urn:sha1:3acdf102c705314aec63679e97240bb7d981d1c8</id>
<content type='text'>
These crates are at version 0.x.y, so we don't need to distinguish
new-feature changes from other changes:

```
tor-basic-utils
fs-mistrust
tor-error
tor-geoip
tor-checkable
tor-linkspec
tor-netdoc
tor-netdir
tor-persist
tor-ptmgr
tor-hsservice
```

This crate has a breaking change, but only when the semver-breaking
feature `experimental-api` is enabled:

```
tor-config
```

This crate is at version 1.x.y, but has no new public APIs, and
therefore does not need a minor version bump:

```
arti
```
</content>
</entry>
<entry>
<title>Update minor versions on crates that have had breaking changes</title>
<updated>2023-08-01T14:51:25Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-01T14:51:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f2ae5960393b64c1d7615d2d523e050d3bebe5a'/>
<id>urn:sha1:6f2ae5960393b64c1d7615d2d523e050d3bebe5a</id>
<content type='text'>
These crates had first-order breaking changes:

```
retry-error
tor-keymgr
tor-proto
tor-hsclient
tor-rtmock
```

Additionally, these broke because they re-exposed RetryError:

```
tor-circmgr
```

Additionally, these broke because they may re-expose something from
tor-proto:

```
    arti-client
    tor-chanmgr
    tor-dirclient
    tor-dirmgr
    tor-guardmgr
```

Additionally, these broke for other fiddly reasons:

`tor-ptmgr` implements traits from tor-chanmgr, which has a breaking
change above.

`arti-hyper` exposes types from arti-client in its API.
</content>
</entry>
<entry>
<title>Bump requirement to rlimit 0.10.1</title>
<updated>2023-07-20T12:15:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-20T12:15:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b7400621cda1cedafcaaeb340ae92912ec9f919'/>
<id>urn:sha1:3b7400621cda1cedafcaaeb340ae92912ec9f919</id>
<content type='text'>
There was a bug in 0.10.0 that broke MacOS.

Part of #963.
</content>
</entry>
<entry>
<title>Upgrade to latest rlimit.</title>
<updated>2023-07-17T14:12:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-17T14:12:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b3206ca0bad3211f070c269daa658bdf010d679'/>
<id>urn:sha1:1b3206ca0bad3211f070c269daa658bdf010d679</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'feat' into 'main'</title>
<updated>2023-07-07T19:28:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-07T19:28:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba3876b22acc60a09a877ba2fe8185c2d994e81e'/>
<id>urn:sha1:ba3876b22acc60a09a877ba2fe8185c2d994e81e</id>
<content type='text'>
arti: Build with HS client support by default

Closes #948

See merge request tpo/core/arti!1382</content>
</entry>
</feed>
