<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/python, branch arti-v1.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-07-09T16:27:29Z</updated>
<entry>
<title>Typo fixes (automatic and hand-verified)</title>
<updated>2025-07-09T16:27:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-07-09T16:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd24caa9959a4e9a04ad10cc047975b8566a884b'/>
<id>urn:sha1:fd24caa9959a4e9a04ad10cc047975b8566a884b</id>
<content type='text'>
Made with https://crates.io/crates/typos-cli
</content>
</entry>
<entry>
<title>Merge branch 'dev/cve/arti_rpc_demo' into 'main'</title>
<updated>2025-04-02T12:33:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-02T12:33:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef6fcef06a8295ccf5cc549c9f791f0b067a17a6'/>
<id>urn:sha1:ef6fcef06a8295ccf5cc549c9f791f0b067a17a6</id>
<content type='text'>
doc: Remove dead reference to rpc_demo.py

See merge request tpo/core/arti!2913</content>
</entry>
<entry>
<title>python: Add .gitignore</title>
<updated>2025-04-01T12:26:03Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-04-01T12:26:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=907508336bf34a30222b62ebd07200d3798d7a16'/>
<id>urn:sha1:907508336bf34a30222b62ebd07200d3798d7a16</id>
<content type='text'>
This commit adds a Python .gitignore to the `python/` directory, taking
from the public domain gitignore file provided by GitHub[1].

Previously, I saw a `__pycache__` in my `git status` which was not nice.

[1]: https://github.com/github/gitignore/blob/main/Python.gitignore
</content>
</entry>
<entry>
<title>doc: Remove dead reference to rpc_demo.py</title>
<updated>2025-04-01T12:23:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-04-01T12:23:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c724aa79ce5203c6dbe705c002bdf7c7f6733f4'/>
<id>urn:sha1:7c724aa79ce5203c6dbe705c002bdf7c7f6733f4</id>
<content type='text'>
It was removed in 08847ab290a8d554ccf18e49b3de3abe7d6be9f2.
</content>
</entry>
<entry>
<title>Merge branch 'rpc_document_internal_optimism' into 'main'</title>
<updated>2025-01-30T18:28:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-30T18:28:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8d9cedfeecdb9bcdc7b006845c9856fed302f1f'/>
<id>urn:sha1:f8d9cedfeecdb9bcdc7b006845c9856fed302f1f</id>
<content type='text'>
rpc: Document what is actually going on with stream optimism.

Closes #1583

See merge request tpo/core/arti!2753</content>
</entry>
<entry>
<title>rpc: Correct API documentation about optimism</title>
<updated>2025-01-30T15:08:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-30T15:03:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fcb10040764db7204b637713b4166c4f57235257'/>
<id>urn:sha1:fcb10040764db7204b637713b4166c4f57235257</id>
<content type='text'>
Our documentation had dated to an older version of our RPC stream
code, where all streams were automatically optimistic.

But as explained, our use of "optimistic"ness in RPC stream code is
now purely internal, to make it possible to get an DataStreamCtrl.
This isn't user-visible in our rpc_conn_open_stream code.

Closes #1583
</content>
</entry>
<entry>
<title>fix: fix typos</title>
<updated>2025-01-30T08:39:30Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2025-01-30T08:39:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6371829c976f6a5b77d46bf977f369a915f2ced3'/>
<id>urn:sha1:6371829c976f6a5b77d46bf977f369a915f2ced3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc.py: Copy stream caveats.</title>
<updated>2025-01-30T00:36:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-29T18:29:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe16c130fcb285e08379e0a5e48a67816fe3d4b9'/>
<id>urn:sha1:fe16c130fcb285e08379e0a5e48a67816fe3d4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc.py: New preamble document</title>
<updated>2025-01-30T00:36:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-29T18:29:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c91c86cabd60586fb16544ee5996ed327820b41'/>
<id>urn:sha1:5c91c86cabd60586fb16544ee5996ed327820b41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Correct RPC error code for "RequestNotFound".</title>
<updated>2025-01-23T00:39:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-22T16:21:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b50fdb5b660505977e47225f193ee2cc8441cb9'/>
<id>urn:sha1:1b50fdb5b660505977e47225f193ee2cc8441cb9</id>
<content type='text'>
</content>
</entry>
</feed>
