<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/Cargo.toml, branch arti-v1.6.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-02T15:07:22Z</updated>
<entry>
<title>release: Bump versions.</title>
<updated>2025-10-02T15:07:22Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-01T21:24:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0fbe7f18a285f747d3e5cd46f38b8c33e143176'/>
<id>urn:sha1:b0fbe7f18a285f747d3e5cd46f38b8c33e143176</id>
<content type='text'>
Because we've updated our MSRV, we must bump the minor version for every
package.

This was done as follows:

cargo set-version -p arti 1.6.0

cargo set-version -p oneshot-fused-workaround 0.4.0
cargo set-version -p slotmap-careful 0.4.0
cargo set-version -p test-temp-dir 0.5.0
cargo set-version -p fslock-guard 0.4.0
cargo set-version -p hashx 0.5.0
cargo set-version -p equix 0.4.0
cargo set-version -p caret 0.7.0
cargo set-version -p fs-mistrust 0.12.0
cargo set-version -p safelog 0.6.0
cargo set-version -p retry-error 0.8.0

xargs -I P &lt;&lt;END cargo set-version -p P 0.35.0
tor-basic-utils
tor-error
tor-general-addr
tor-geoip
tor-rtcompat
tor-rtmock
tor-async-utils
tor-config
tor-config-path
tor-rpc-connect
tor-log-ratelim
tor-rpcbase
tor-memquota
tor-units
tor-llcrypto
tor-bytes
tor-protover
tor-checkable
tor-cert
tor-key-forge
tor-hscrypto
tor-socksproto
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-relay-selection
tor-persist
tor-keymgr
tor-chanmgr
tor-ptmgr
tor-dircommon
tor-guardmgr
tor-circmgr
tor-dirclient
tor-dirmgr
tor-dirserver
tor-hsclient
tor-hsservice
tor-hsrproxy
tor-relay-crypto
arti-client
arti-relay
arti-rpcserver
arti-ureq
arti-rpc-client-core
END
</content>
</entry>
<entry>
<title>proto: Experimental API to install a circuit padder at a hop.</title>
<updated>2025-09-15T17:54:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-11T20:33:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00b2fe75cd6743668c5effe2d39827e6604f66da'/>
<id>urn:sha1:00b2fe75cd6743668c5effe2d39827e6604f66da</id>
<content type='text'>
For now, we're not going to implement hop negotiation: we're still
waiting to find a set of padding machines that will be useful for
Arti.  This API will help facilitate experimentation to find such
padding machines.

These APIs are under a separate feature (`circ-padding-manual`)
to avoid confusing them with the rest of the padding code:
we only want them to be exported when the researcher wants to
manually install circuit padding.
</content>
</entry>
<entry>
<title>tor-proto: simplify `StreamFlowCtrlEnum` with `enum_dispatch`</title>
<updated>2025-09-10T04:38:31Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-09-10T04:04:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9a721a53651deec705c9521dd023bf987cdd9762'/>
<id>urn:sha1:9a721a53651deec705c9521dd023bf987cdd9762</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'msrv-1.85.1' into 'main'</title>
<updated>2025-09-09T18:13:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-09T18:13:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92ec24309f8bf5d9e0c3986c0e2dedbfa43e37f5'/>
<id>urn:sha1:92ec24309f8bf5d9e0c3986c0e2dedbfa43e37f5</id>
<content type='text'>
Bump MSRV from 1.85 to 1.85.1

Closes #2107

See merge request tpo/core/arti!3240</content>
</entry>
<entry>
<title>Require maybenot 2.2.1 for MSRV fix.</title>
<updated>2025-09-09T16:57:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-09T16:47:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f31604f6f09d41161d60d71b291b01550f00bf1'/>
<id>urn:sha1:0f31604f6f09d41161d60d71b291b01550f00bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump MSRV from 1.85 to 1.85.1</title>
<updated>2025-09-09T16:53:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-09T16:53:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b25698959378c0983cef8803fa8eda49de6dc14b'/>
<id>urn:sha1:b25698959378c0983cef8803fa8eda49de6dc14b</id>
<content type='text'>
Closes #2107
</content>
</entry>
<entry>
<title>Require maybenot 2.2.0 for padding</title>
<updated>2025-09-08T15:07:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-08T15:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e36011b6d53a952db0380d58a0ac83e482feb95b'/>
<id>urn:sha1:e36011b6d53a952db0380d58a0ac83e482feb95b</id>
<content type='text'>
It cleans up and changes a few things.  Changelog at
https://github.com/maybenot-io/maybenot/blob/main/crates/maybenot/CHANGELOG.md
</content>
</entry>
<entry>
<title>proto: Define a new composable SinkBlocker type.</title>
<updated>2025-09-04T15:59:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-03T17:44:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=539e3761c5f09c9cbc3f4891ab4a4314d1a5a952'/>
<id>urn:sha1:539e3761c5f09c9cbc3f4891ab4a4314d1a5a952</id>
<content type='text'>
This type wraps a futures::Sink, and allows it to be temporarily blocked
and unblocked.

I'm going to use this to implement padding-based circuit blocking,
according to the designs in !3225.
</content>
</entry>
<entry>
<title>Define and implement a backend padding API, based on maybenot.</title>
<updated>2025-09-02T15:51:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-20T12:34:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d2a1a5e7e678cd77c061085fdd9993bf96718bc8'/>
<id>urn:sha1:d2a1a5e7e678cd77c061085fdd9993bf96718bc8</id>
<content type='text'>
There are incomplete pieces, marked with "TODO circpad".

There is no integration into the circuit reactor code yet.

Part of #63
</content>
</entry>
<entry>
<title>Update to derive-deftly 1.3.0</title>
<updated>2025-09-02T11:00:58Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-09-02T10:07:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=af3312d8b4a75f8086e77a593330a13ffb12bbeb'/>
<id>urn:sha1:af3312d8b4a75f8086e77a593330a13ffb12bbeb</id>
<content type='text'>
</content>
</entry>
</feed>
