<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirserver/src/lib.rs, branch arti-v1.8.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.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-06T11:28:22Z</updated>
<entry>
<title>Fix name of clippy lint to unchecked_time_subtraction (2)</title>
<updated>2025-11-06T11:28:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-11-06T11:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff'/>
<id>urn:sha1:a5fd5c48ea059a80cc1f6c50e248654b5ff3aaff</id>
<content type='text'>
Run maint/add_warning
</content>
</entry>
<entry>
<title>tor-dirserver: Create database module</title>
<updated>2025-10-15T11:20:30Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-25T17:57:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c804828b6408f89295afa3722641db729478f15'/>
<id>urn:sha1:0c804828b6408f89295afa3722641db729478f15</id>
<content type='text'>
This commit renames the schema module to the database module in order
to perform better error handling while redesigning the API.
</content>
</entry>
<entry>
<title>Remove "doc_auto_cfg" incantation from all crates.</title>
<updated>2025-09-29T19:30:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-09-29T18:30:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=808b0ec2e3735a6dbbebeb857a3d6040ae02c697'/>
<id>urn:sha1:808b0ec2e3735a6dbbebeb857a3d6040ae02c697</id>
<content type='text'>
This feature has been removed from nightly, in favor of doc_cfg.
</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: 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>
