summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-13Updated README.Lars Wirzenius1-0/+5
2007-07-13Wrote a little README.Lars Wirzenius1-0/+30
2007-07-13Added a minimal setup.py.Lars Wirzenius2-1/+11
2007-07-13Added a 'clean' target.Lars Wirzenius1-0/+3
2007-07-11Generate binary data by concatenating blocks of MD5 checksum data, feeding th...Lars Wirzenius1-4/+9
2007-07-10Implemented --links option.Lars Wirzenius2-0/+10
2007-07-10Implemented parsing and handling of the --link option.Lars Wirzenius2-0/+14
2007-07-10Added feature to create hard links.Lars Wirzenius3-1/+20
2007-07-10Speed up generate_binary_data by using getrandbits instead of randint.Lars Wirzenius1-1/+1
2007-07-10Application now handles --rename.Lars Wirzenius2-1/+19
2007-07-10Application now handles --delete.Lars Wirzenius2-0/+9
2007-07-10Application now handles --modify.Lars Wirzenius2-0/+16
2007-07-10Reduce test size, to speed 'make check' up.Lars Wirzenius1-5/+5
2007-07-10Refactor.Lars Wirzenius1-6/+7
2007-07-10Test second generation.Lars Wirzenius1-0/+7
2007-07-10Fix test method name.Lars Wirzenius1-1/+1
2007-07-10Started writing an Application class.Lars Wirzenius2-4/+105
2007-07-10Added short options.Lars Wirzenius1-7/+7
2007-07-10Options --modify and --modify-percentage.Lars Wirzenius2-0/+27
2007-07-10Added a new option, --modify-percentage, to the manual page.Lars Wirzenius1-2/+12
2007-07-10Option --rename.Lars Wirzenius2-0/+14
2007-07-10Option --delete.Lars Wirzenius2-3/+59
2007-07-10Verify that --create handles relative size.Lars Wirzenius1-0/+6
2007-07-10Option --create.Lars Wirzenius2-7/+21
2007-07-10Parse --binary-file-size option.Lars Wirzenius2-0/+15
2007-07-10Handle suffixes in text file sizes.Lars Wirzenius2-1/+7
2007-07-10Parse relative sizes.Lars Wirzenius2-1/+13
2007-07-09Handle absolute suffixes.Lars Wirzenius2-0/+19
2007-07-09Parse sizes, dummy version.Lars Wirzenius2-0/+7
2007-07-09Parse --text-file-size option.Lars Wirzenius2-0/+13
2007-07-09Parse --percentage-text-data option.Lars Wirzenius2-0/+14
2007-07-09Parse --max-count option.Lars Wirzenius2-0/+14
2007-07-09Parse --seed option.Lars Wirzenius2-0/+62
2007-07-09Refactoring: moved the code to choose files randomly to its own method.Lars Wirzenius1-10/+10
2007-07-09Refactor: moved the code to find files into a method, instead of duplicating ...Lars Wirzenius1-14/+11
2007-07-09Refactor modify_files.Lars Wirzenius1-13/+14
2007-07-09Modify files also with binary data.Lars Wirzenius2-5/+13
2007-07-09Modify files (text only for now).Lars Wirzenius2-0/+60
2007-07-09Make 'make check' faster by reducing the number of files created for the dele...Lars Wirzenius1-1/+1
2007-07-09Rename files.Lars Wirzenius2-1/+24
2007-07-09Delete files.Lars Wirzenius2-5/+45
2007-07-09Create new files up to a desired size, dividing them into text and binary fil...Lars Wirzenius2-14/+49
2007-07-09Count number of new text files to create.Lars Wirzenius2-0/+16
2007-07-09Create binary files.Lars Wirzenius2-2/+39
2007-07-09Create a text file.Lars Wirzenius2-0/+22
2007-07-09Actually look for pre-existing files.Lars Wirzenius2-0/+20
2007-07-09Generate actual pseudo-random binary junk, and make sure it doesn't compress ...Lars Wirzenius2-9/+22
2007-07-09Initialize a pseudo-random number generator.Lars Wirzenius2-0/+28
2007-07-09Get and set seed for the pseudo-random number generator.Lars Wirzenius2-0/+24
2007-07-09Generate binary data.Lars Wirzenius2-0/+8