aboutsummaryrefslogtreecommitdiff
path: root/crates/equix/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | 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.
* Fix typosDimitris Apostolou2024-09-031-1/+1
|
* Rename bucket-array-api feature to bucket-arrayNick Mathewson2024-05-071-1/+1
|
* equix: use a feature to expose bucket array API.Nick Mathewson2024-05-071-0/+1
| | | | By removing 'cfg(fuzzing)', this resolves another case of #1395.
* hashx/fuzz, equix/fuzz: use arti-corporaMicah Elizabeth Scott2023-08-012-1/+2
| | | | | Remove corpus from .gitignore and add a symlink to the corpora submodule.
* equix/fuzz: rustfmtMicah Elizabeth Scott2023-08-011-19/+16
|
* equix/fuzz: Fixes to get nick's prototype runningMicah Elizabeth Scott2023-08-011-11/+37
| | | | | | | | | 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 <[email protected]>
* WIP: Fuzzer for BucketArray.Nick Mathewson2023-08-013-0/+179