<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src, branch arti-v1.2.7</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.7</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.7'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-03T08:09:02Z</updated>
<entry>
<title>Fix typos</title>
<updated>2024-09-03T08:09:02Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-09-03T08:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=676f913463b7d84f34dd6101b99d03ef79cf57ad'/>
<id>urn:sha1:676f913463b7d84f34dd6101b99d03ef79cf57ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move stream_peek into tor-async-utils</title>
<updated>2024-08-29T14:08:06Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-21T19:23:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a11886271c41a0e2449c944b2f24db7f243d506'/>
<id>urn:sha1:2a11886271c41a0e2449c944b2f24db7f243d506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract tor_async_utils::oneshot into ::oneshot-fused-workaround</title>
<updated>2024-08-28T14:27:46Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-22T19:20:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46f7f01092e6ac55e3e958dc3a2228b1d36e26a1'/>
<id>urn:sha1:46f7f01092e6ac55e3e958dc3a2228b1d36e26a1</id>
<content type='text'>
Having this in the `tor-async-utils` crate prevents us from doing both
of the following without introducing a circular dependency:

* using it in `tor-rtmock` (which we currently do, particularly in
  tests).
* using `tor-rtmock` to test things in `tor-async-utils`. We don't do
  this yet, but it is generally sensible to do so. In particular we
  want to move the `stream_peak` module there, which is currently tested
  with `tor-rtmock`.

Moving this into its own crate avoids this circular dependency.
</content>
</entry>
<entry>
<title>`tor_proto::channel`: update comment to point to `tor-chanmgr`</title>
<updated>2024-08-27T14:33:11Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-27T14:33:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=adada9b92f278cdb0a4a1e1fbdef91d0ec9c4a4d'/>
<id>urn:sha1:adada9b92f278cdb0a4a1e1fbdef91d0ec9c4a4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`circuit` docs: delete comment about no flow-control etc</title>
<updated>2024-08-26T19:53:11Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-26T19:44:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=508d67054c282e9aedda4e5d1e700b8b9e5f3da1'/>
<id>urn:sha1:508d67054c282e9aedda4e5d1e700b8b9e5f3da1</id>
<content type='text'>
There is now (sendme-style) flow control, and some fairness
(via round robin scheduling of streams).
</content>
</entry>
<entry>
<title>`circuit` docs: delete "one big mutex" limitation</title>
<updated>2024-08-26T19:36:01Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-26T19:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e5918dfdc4f155ab0c973860a9522faa41f2137a'/>
<id>urn:sha1:e5918dfdc4f155ab0c973860a9522faa41f2137a</id>
<content type='text'>
There is a mutex for some of the "mutable state", but the reactor only
needs to lock it when adding a hop. It's not needed "to process a cell"
or when streams send. Probably not worth calling out here.
</content>
</entry>
<entry>
<title>tor-proto circuit: add unit test for fairness</title>
<updated>2024-08-22T18:51:03Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-07-31T20:26:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9866eb8f31660052a145d9a52af50434ab1a5ab8'/>
<id>urn:sha1:9866eb8f31660052a145d9a52af50434ab1a5ab8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>flow-control: document idea for making more robust</title>
<updated>2024-08-21T21:53:08Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-21T21:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e5be938406282f67b26b063fd5051c3c671dc904'/>
<id>urn:sha1:e5be938406282f67b26b063fd5051c3c671dc904</id>
<content type='text'>
From
&lt;https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2340#note_3062531&gt;
</content>
</entry>
<entry>
<title>Circuit reactor: improve code comments</title>
<updated>2024-08-21T21:53:08Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-21T21:28:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21ff185c117fda4198a570c4e87cd1a881c44c5f'/>
<id>urn:sha1:21ff185c117fda4198a570c4e87cd1a881c44c5f</id>
<content type='text'>
In particular, clarify that stream-flow-control msgs don't get blocked
on circuit congestion control.
</content>
</entry>
<entry>
<title>StreamPollSet: disallow polling ready streams</title>
<updated>2024-08-21T18:30:55Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-15T01:00:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c29e83c40053b172f6d80751c215196a66264af9'/>
<id>urn:sha1:c29e83c40053b172f6d80751c215196a66264af9</id>
<content type='text'>
</content>
</entry>
</feed>
