summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-22Added option --bad-binary-data, and made test coverage be 100% again.Lars Wirzenius2-4/+58
2007-09-30Restored the Debian packaging files that were deleted in trunk, to set up a p...Lars Wirzenius7-0/+66
2007-09-30Removed Debian packaging from trunk, since it does not belong there. Will mak...Lars Wirzenius7-66/+0
2007-08-01Merged from temporary branch.Lars Wirzenius2-60/+29
2007-08-01Removed BackupData._files_in_directory method and made self.next_filename (an...Lars Wirzenius2-60/+29
2007-08-01Mentioning binaryjunk.py and createfiles.py in README.Lars Wirzenius1-0/+8
2007-08-01Added scripts to test file creation speed with different size files, using di...Lars Wirzenius7-0/+741
2007-07-25Fix --max-count name in manpage.,Lars Wirzenius1-1/+1
2007-07-24Added test program to compare various algorithms.Lars Wirzenius1-0/+209
2007-07-24Replaced algorithm for generating binary junk with a new one.Lars Wirzenius1-9/+25
2007-07-24Added a main program and marked it off-limits to coverage testing.Lars Wirzenius1-0/+4
2007-07-24Merged from temporary distutils branch.Lars Wirzenius13-2/+152
2007-07-13Call upstream clean target.Lars Wirzenius1-0/+3