aboutsummaryrefslogtreecommitdiff
path: root/Command/FuzzTest.hs
Commit message (Expand)AuthorAge
* Fix several places where files in .git/annex/ were written with modes that di...Gravatar Joey Hess2018-01-02
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* wipGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* add new section for testing commandsGravatar Joey Hess2014-08-01
* remove dead codeGravatar Joey Hess2014-02-08
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* reduce the amount of subdirectories created by the fuzz tester to saner limitGravatar Joey Hess2013-05-26
* make fuzztest honor annex.diskreserveGravatar Joey Hess2013-05-26
* fuzz tester: avoid deleting entire repository (had to happen eventually, right?)Gravatar Joey Hess2013-05-25
* fixGravatar Joey Hess2013-05-25
* fuzz improvementsGravatar Joey Hess2013-05-25
* tune frequencies to avoid enormous trees being createdGravatar Joey Hess2013-05-25
* make fuzz test also output its actions to stdoutGravatar Joey Hess2013-05-25
* fuzz testerGravatar Joey Hess2013-05-23