<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/equix/fuzz, branch arti-v1.7.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.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:36Z</updated>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<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>Rename bucket-array-api feature to bucket-array</title>
<updated>2024-05-07T18:52:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T18:52:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ef90866793c1529a3cfb697fd834181e684b451'/>
<id>urn:sha1:0ef90866793c1529a3cfb697fd834181e684b451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>equix: use a feature to expose bucket array API.</title>
<updated>2024-05-07T15:41:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T15:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c016828477d9e9195b49bb7eea9218c41917272'/>
<id>urn:sha1:9c016828477d9e9195b49bb7eea9218c41917272</id>
<content type='text'>
By removing 'cfg(fuzzing)', this resolves another case of #1395.
</content>
</entry>
<entry>
<title>hashx/fuzz, equix/fuzz: use arti-corpora</title>
<updated>2023-08-02T02:34:04Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-02T01:58:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf0119fbfe31fb4f4a4e0c7ccac0113a67b99ef3'/>
<id>urn:sha1:bf0119fbfe31fb4f4a4e0c7ccac0113a67b99ef3</id>
<content type='text'>
Remove corpus from .gitignore and add a symlink to the corpora
submodule.
</content>
</entry>
<entry>
<title>equix/fuzz: rustfmt</title>
<updated>2023-08-02T02:34:04Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-01T21:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ffb2849e1fe878284a729abfb3a32bfab31e2f2'/>
<id>urn:sha1:0ffb2849e1fe878284a729abfb3a32bfab31e2f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>equix/fuzz: Fixes to get nick's prototype running</title>
<updated>2023-08-02T02:34:04Z</updated>
<author>
<name>Micah Elizabeth Scott</name>
<email>beth@torproject.org</email>
</author>
<published>2023-08-01T21:18:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=82eb88bd7462069537e82be8488d5b9b7d3a3f7a'/>
<id>urn:sha1:82eb88bd7462069537e82be8488d5b9b7d3a3f7a</id>
<content type='text'>
There are some places we might improve this, maybe testing more data
types and shapes. This patch just makes the minimal changes necessary
to get it working: adds allocation logic to the fuzzer itself,
and adds visibility for the bucket_array::mem interface.

Signed-off-by: Micah Elizabeth Scott &lt;beth@torproject.org&gt;
</content>
</entry>
<entry>
<title>WIP: Fuzzer for BucketArray.</title>
<updated>2023-08-02T02:34:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-07-28T13:52:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89fb338fd536859d89a88b417d03b890f11fafa4'/>
<id>urn:sha1:89fb338fd536859d89a88b417d03b890f11fafa4</id>
<content type='text'>
</content>
</entry>
</feed>
