summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-13Install manual page as well.Lars Wirzenius2-1/+5
2007-07-13Also include the script which we have now.Lars Wirzenius1-0/+1
2007-07-13Fixed architecture.Lars Wirzenius1-1/+1
2007-07-13This seems to be needed. No idea what it does, yet.Lars Wirzenius1-0/+1
2007-07-13Added a script to run genbackupdata.Application from the command line.Lars Wirzenius1-0/+6
2007-07-13Now that we are using distutils, use cdbs's python-distutils.mk module.Lars Wirzenius1-4/+3
2007-07-13It's not meant to be a script, so remove #! from genbackupdata.py.Lars Wirzenius1-2/+0
2007-07-13First attempt at debian packaging.Lars Wirzenius6-0/+59
2007-07-13Clean out 'build' directory as well, since setup.py's bdist command creates it.Lars Wirzenius1-1/+1
2007-07-13Added a MANIFEST.in.Lars Wirzenius1-0/+2
2007-07-13Added missing newline to end of file.Lars Wirzenius1-1/+1
2007-07-13Added more meta data to setup.py.Lars Wirzenius1-0/+26
2007-07-13Added a 'dist' target.Lars Wirzenius1-0/+3