<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirserver/src/err.rs, 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-09-04T09:39:47Z</updated>
<entry>
<title>tor-dirserver: Remove unused error members</title>
<updated>2025-09-04T09:39:47Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-03T15:35:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d665029a33e54ec1442bfba07f0feb9ddebafa8f'/>
<id>urn:sha1:d665029a33e54ec1442bfba07f0feb9ddebafa8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver Use `tor_error::Bug`</title>
<updated>2025-09-04T09:39:47Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-03T11:58:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6e8e9e07ac9cad09841a34aae4cee518051f030b'/>
<id>urn:sha1:6e8e9e07ac9cad09841a34aae4cee518051f030b</id>
<content type='text'>
This commit uses `tor_error::Bug` for indicating thread poisoning.
</content>
</entry>
<entry>
<title>tor-dirmirror: Add several "TODO DIRMIRROR" lines</title>
<updated>2025-09-04T09:39:47Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-02T16:37:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b0dc2ed97e143cebd7203557e81cc58d2df5116'/>
<id>urn:sha1:7b0dc2ed97e143cebd7203557e81cc58d2df5116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: `Unrecognized` to `Incompatible`</title>
<updated>2025-09-04T09:39:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-02T15:11:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f54847bcec0af898ad5a911d46261bdc9789d992'/>
<id>urn:sha1:f54847bcec0af898ad5a911d46261bdc9789d992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Make more err fields `pub(crate)`</title>
<updated>2025-09-04T09:39:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-02T11:55:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=615302fd9c037affed749a9f9980ae64d700c7d6'/>
<id>urn:sha1:615302fd9c037affed749a9f9980ae64d700c7d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Use transactions in endpoints</title>
<updated>2025-09-04T09:39:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-02T11:49:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b84c5dec6d73049ef5b9248e1d11b83dfa02f3da'/>
<id>urn:sha1:b84c5dec6d73049ef5b9248e1d11b83dfa02f3da</id>
<content type='text'>
This commit refactors a large part of the HTTP module, namely it
refactors the `Callback` type to a new type called `EndpointFn` which
now works in a transaction based approach and no longer gives access to
the `StoreCache`.  The type itself is also no longer a trait but a
concrete type using `fn`.

Another very notable change that became necessary during this commit was
to make large parts of the codebase synchronous instead of async, namely
because it is non-trivial to `Send` a `Transaction` created inside an
async context to a synchronous function.  Besides, this change has been
deemed necessary for other reasons to.

The refactoring to more synchronous code has lead to some interesting
changes in `StoreCache` too, namely that in no longer uses async mutex,
but a synchronous mutex instead.
</content>
</entry>
<entry>
<title>tor-dirserver: Add clippy checks and fix them</title>
<updated>2025-09-04T09:39:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-01T15:45:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bcee4532cf155934ebc43ef3945b075fe9c42a70'/>
<id>urn:sha1:bcee4532cf155934ebc43ef3945b075fe9c42a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirserver: Add http module</title>
<updated>2025-09-04T09:39:46Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-08-27T14:24:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5398e6c137b8ef8f55991fa3560b3569d7b76b14'/>
<id>urn:sha1:5398e6c137b8ef8f55991fa3560b3569d7b76b14</id>
<content type='text'>
This commit implements the initial draft for the HTTP module.

It is fairly complicated but well documented within the source code,
please refer to that instead.
</content>
</entry>
<entry>
<title>tor-dirserver: Add schema module</title>
<updated>2025-09-04T09:39:44Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-08-27T14:16:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7eeb5551564e49f914257f9324532f83b84891c2'/>
<id>urn:sha1:7eeb5551564e49f914257f9324532f83b84891c2</id>
<content type='text'>
This commit adds the `schema.rs` module, which implements the database
schema alongside some functions for initializing the database and
obtaining the database schema version.
</content>
</entry>
<entry>
<title>tor-dirserver: Initial commit</title>
<updated>2025-09-04T09:39:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-08-27T14:08:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7f650f54f64159372172168e3dc76c1dcfcef4e'/>
<id>urn:sha1:f7f650f54f64159372172168e3dc76c1dcfcef4e</id>
<content type='text'>
This commit lays the initial groundwork for the `tor-dirserver` crate,
a crate that shall implement functionality for dirmirros and dirauths.

For now, the current crate consists of three bare bone modules:
* lib.rs
* err.rs
* mirror.rs

All of which contain mostly boilerplate code for now
</content>
</entry>
</feed>
