summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-01Release version 1.3.version_1_3Lars Wirzenius2-1/+9
2011-02-01Merge rewrite.Lars Wirzenius21-2200/+751
2011-02-01Make genbackupdata runs during blackboxtests be quiet.Lars Wirzenius1-1/+1
2011-02-01Add --quiet option.Lars Wirzenius1-0/+3
2011-02-01Fix bug that called wrong method name.Lars Wirzenius1-2/+2
2011-02-01Enable blackboxtest in 'make check'.Lars Wirzenius1-1/+1
2011-01-23Start on new main program.Lars Wirzenius1-0/+104
2011-01-23Fix path tuples when there are more than max subdirs at root.Lars Wirzenius2-1/+4
2011-01-23Use _path_tuple to generate names.Lars Wirzenius2-1/+3
2011-01-23Create file path tuples for arbitrary file sequence numbers.Lars Wirzenius2-5/+62
2011-01-20Add more functionality and tests to NameGenerator.Lars Wirzenius2-4/+39
2011-01-20Add beginnings of a generator for output file names.Lars Wirzenius3-1/+63
2011-01-06Remove useless main program.Lars Wirzenius1-6/+0
2011-01-02Make sure distinct chunks get generated.Lars Wirzenius1-0/+7
2011-01-02Add script to measure speed of data generation.Lars Wirzenius1-0/+70
2011-01-02Implement DataGenerator.Lars Wirzenius1-2/+38
2011-01-02Add dummy DataGenerator class, with some tests.Lars Wirzenius3-0/+63
2011-01-02Remove byte code files from Python package.Lars Wirzenius1-1/+1
2011-01-02Remove __init__ test module.Lars Wirzenius2-26/+1
2011-01-02Add initial code package.Lars Wirzenius2-0/+43
2011-01-02Add setup.py to list of modules without test modules.Lars Wirzenius2-1/+3
2011-01-02Remove undesired benchmark script.Lars Wirzenius1-225/+0
2011-01-02Disable black box testing for now.Lars Wirzenius1-5/+2
2011-01-02Remove code.Lars Wirzenius10-1966/+37
2011-01-02Tweak size to be a multiple of bytes.Lars Wirzenius1-3/+3
2011-01-02Tweak size to not be a multiple of 4096.Lars Wirzenius1-1/+1
2011-01-02Add test that right amount of data gets created.Lars Wirzenius1-11/+19
2011-01-02Ignore blackobxtest.log.Lars Wirzenius1-0/+1
2011-01-02Add blackboxtest to "make check".Lars Wirzenius1-1/+3
2011-01-02Add skeleton blackboxtest script.Lars Wirzenius1-0/+241
2010-12-02Update my e-mail address in Maintainer.version_1_2Lars Wirzenius2-1/+2
2010-12-02New upstream release. This release uses a new way to generate binaryLars Wirzenius2-1/+11
2010-12-02Update binary junk generation algorithm.Lars Wirzenius1-11/+16
2010-12-02Add a new junk generator.Lars Wirzenius1-0/+17
2010-12-01Tiny speedup.Lars Wirzenius1-2/+2
2010-12-01Use xrange rather than range, seems to be a tiny bit faster.Lars Wirzenius1-1/+1
2010-12-01Convert to using hashlib instead of md5 and sha libraries.Lars Wirzenius2-12/+17
2010-03-20Convert packaging to be native, and use dh.Lars Wirzenius5-14/+10
2010-03-20New upstream version.Lars Wirzenius1-0/+6
2010-03-20Merged Debian packaging branch into trunk.Lars Wirzenius7-0/+66
2009-06-07Merged from upstream.Lars Wirzenius1-3/+3
2009-06-07Use hashlib instead of md5 module, which is now deprecated by Python 2.6.Lars Wirzenius1-3/+3
2008-05-11Merged from upstream branch.Lars Wirzenius1-3/+5
2008-05-11Correctly set directory name and find pre-existing files, so that relative me...Lars Wirzenius1-3/+5
2008-01-06Merged from upstream.Lars Wirzenius2-42/+27
2008-01-06Merged change to make binary junk generation fast, without a --bad-binary-dat...Lars Wirzenius2-42/+27
2008-01-06Use dark's idea for generating uncompressible binary junk quickly.Lars Wirzenius2-18/+27
2008-01-06Remove --bad-binary-data option.Lars Wirzenius2-24/+0
2007-12-22Merged from upstream.Lars Wirzenius2-4/+58
2007-12-22Merged from temporary branch to implement --bad-binary-data.Lars Wirzenius2-4/+58