<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/dev/notes, branch arti-v1.3.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.3.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-11-21T11:10:09Z</updated>
<entry>
<title>doc/dev/notes: cell-lifecycle: Say that stream management details are elided.</title>
<updated>2024-11-21T11:10:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-21T11:10:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d3f24849553c806714c7d848922adc7269f8d91'/>
<id>urn:sha1:0d3f24849553c806714c7d848922adc7269f8d91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/dev/notes: cell-lifecycle: We only describe the unbounded buffers.</title>
<updated>2024-11-21T10:45:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-21T10:43:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8daa7c999a88a04b8c864c251bdb5c0f1d85e711'/>
<id>urn:sha1:8daa7c999a88a04b8c864c251bdb5c0f1d85e711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/dev/notes: cell-lifecycle: Say that the reactor awaits rather than blocks.</title>
<updated>2024-11-21T10:37:33Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-21T10:37:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6682de0fb5bad2223196f8a5f82f9376b304bb58'/>
<id>urn:sha1:6682de0fb5bad2223196f8a5f82f9376b304bb58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/dev/notes: cell-lifecycle: Describe the current state of things.</title>
<updated>2024-11-20T11:09:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-19T10:22:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11c21de696206a85ed261953b4dedb3a789e71e9'/>
<id>urn:sha1:11c21de696206a85ed261953b4dedb3a789e71e9</id>
<content type='text'>
These are my notes and observations about the circuit and channel
reactors. In hindsight, this whole document is just stating the
"obvious"[^1], so I'm not sure if it's going to be useful for anyone
else. Also, since this isn't part of the code docs or tor-proto
crate-level docs, it's very likely to become outdated in the near
future.

At the end of the document, I also wrote a very rough KIST
implementation plan based on the discussion from #1712.

Closes #1747

[^1]: scare quotes because the "obvious" is only obvious after you've
stared at the circ/chan reactors for a while
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Clarify how keymgr might generate the cert.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-13T19:26:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5466bb04178a74b9ff1f825e5607e2b7cc9c86e5'/>
<id>urn:sha1:5466bb04178a74b9ff1f825e5607e2b7cc9c86e5</id>
<content type='text'>
This is not necessarily set in stone, but it seems like a plausible way
of going about this.
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Emphasize that we won't manage arbitrary certs.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-13T19:03:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cffed852a07524baebdd566f01a7d33fbf76a147'/>
<id>urn:sha1:cffed852a07524baebdd566f01a7d33fbf76a147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Abolish get_cert_entry.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-13T18:54:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e71d425beb1239b1a5976266e03e97c7f00eb464'/>
<id>urn:sha1:e71d425beb1239b1a5976266e03e97c7f00eb464</id>
<content type='text'>
This also removes the reference to the `get_entry()` function.
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Allow the cert denotators to be absent.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-13T15:26:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96d3d2d21f3a947a523d5bbaa652ff3a55e31370'/>
<id>urn:sha1:96d3d2d21f3a947a523d5bbaa652ff3a55e31370</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Update proposed renaming.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-13T15:07:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ffa8e0827added9bf512e8a68d54411111c5f178'/>
<id>urn:sha1:ffa8e0827added9bf512e8a68d54411111c5f178</id>
<content type='text'>
Based on our discussion in
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2565#note_3129065
</content>
</entry>
<entry>
<title>doc/dev/notes: keymgr-certificates: Apply key format clarifications from Diziet.</title>
<updated>2024-11-14T13:17:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-12T18:57:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=784610586a5cd8ea43534a70988faec5f1f3c518'/>
<id>urn:sha1:784610586a5cd8ea43534a70988faec5f1f3c518</id>
<content type='text'>
</content>
</entry>
</feed>
