python-delta-tar
2016-06-17 Christian Herdtweckchange one output, make 2 variables to testing routine...
2016-06-17 Christian Herdtweckuse KiB, MiB (factor 1024) instead of KB, MB (factor...
2016-06-15 Christian Herdtweckfix search for file with impossible size (had forgotten...
2016-06-15 Thomas JaroschIncrease version to 1.2
2016-06-15 Thomas JaroschMerge branch 'fix-compression-size'
2016-06-15 Christian Herdtweckensure temp file is deleted; add some comments about...
2016-06-15 Christian Herdtweckadded performance test script
2016-06-15 Christian Herdtweckadded minimum file size arg to find_random_files
2016-06-15 Christian Herdtweckreduce time wasted on _dbg output: format string only...
2016-06-15 Christian Herdtweckremove _dbg(str.format(args)) from performance-sensitiv...
2016-06-15 Christian Herdtweckadded some more comments
2016-06-15 Christian Herdtweckadd unittest that runs one of the many multivolume...
2016-06-15 Christian Herdtweckcreated another test for multivolume compression size
2016-06-15 Christian Herdtweckchanged debug output level of the debug output I added...
2016-06-15 Christian Herdtweckremoved some debug output
2016-06-15 Christian Herdtweckfix ValueError message (otherwise '*' is interpreted...
2016-06-15 Christian Herdtweckensure max_volume_size is int or None
2016-06-15 Christian Herdtweckskip one test with known failure
2016-06-15 Christian Herdtweckcorrect number of compressed backup volumes in tests
2016-06-15 Christian Herdtweckadded class variable MODE_COMPRESS to test_deltatar...
2016-06-15 Christian Herdtweckdo a proper unittest.skip if test is not run
2016-06-15 Christian Herdtweckremove print()s in unittest test_multivol
2016-06-15 Christian Herdtweckremove unused import
2016-06-15 Christian Herdtweckextend valid range of sizes for sample.tar.gz file
2016-06-15 Christian Herdtweckadded new unittest test_multivol_compress with bigger...
2016-06-15 Christian Herdtweckrenamed unittest test_multivol_compress to test_compres...
2016-06-15 Christian Herdtweckadded a few debug messages to addfile and open_volume
2016-06-15 Christian Herdtweckchanged TarFile.addfile to get better sized volumes...
2016-06-15 Christian Herdtweckcreated a 2nd TarFile._size_left: one for file and...
2016-06-15 Christian Herdtweckfix unittest's create_pseudo_random_file: do return...
2016-06-15 Christian Herdtweckimproved unittest's create file: do not gather GB in...
2016-06-15 Christian Herdtweckclean up in unittest: remove size_test_* files
2016-06-15 Christian Herdtweckclean up in unittest: remove unused imports
2016-06-15 Christian Herdtweckmake file size test faster by removing 16GB test file
2016-06-15 Christian Herdtweckcreate unittest for warning
2016-06-15 Christian Herdtweckwarn if trying to compress/encrypt multivolume with...
2016-06-15 Christian Herdtweckadjust file-size-estimation unittest; add an actual...
2016-06-15 Christian Herdtweckstarted a unittest for multi-volume with compression
2016-06-15 Christian Herdtweckcreated unittest for get_file_size
2016-06-15 Christian Herdtweckadded function get_file_size and var _file_size to...
2016-06-15 Christian Herdtweckchanged some comments, corrected one indent
2016-06-15 Thomas Jaroschdelete(): Don't crash on removing symlinks to directories
2016-04-07 Christian HerdtweckRevert "added arguments for permissions of created...
2016-04-06 Christian Herdtweckadded arguments for permissions of created dirs and...
2015-07-03 Thomas JaroschIncrease version to 1.1
2015-07-03 Thomas JaroschSwitch produced filenames from YY-mm-dd to YYYY-mm-dd
2015-07-03 Thomas JaroschAbility to the run the unit tests without a .git directory
2015-07-03 Thomas JaroschInclude unit test files in source tarball
2015-07-03 Thomas JaroschUnit test: Skip multivolume split test for modes that...
2015-07-03 Thomas JaroschUnit test: Fix _equal_stat_dicts() invocation
2015-07-03 Thomas JaroschPass on 'compresslevel' for gzip / bzip2 compressed...
2015-04-22 Samir AguiarAdd comments about the callback param to the docs
2015-04-22 Samir AguiarAdd a callback function to the restore process
2014-08-07 Eduardo Robles... adding an integration test that uses create_pseudo_rand...
2014-08-01 Eduardo Robles... adding zlib and zlib-blocks tests
2014-07-22 Eduardo Robles... improving benchmark tests and their documentation
2014-07-22 Eduardo Robles... adding support to set the gzip compression level in...
2014-07-16 Thomas JaroschMove README.txt to the docs folder. Better name
2014-07-16 Victor RamirezAdded profiler test for tarfile and zlib.
2014-07-01 Daniel Garcia... Added test to test multivolume corruption at restore
2014-06-30 Daniel Garcia... Fixed "random" file corruption in multivol restore
2014-06-24 Eduardo Robles... fix delete current file when doesnt match when restorin...
2014-06-23 Eduardo Robles... allow to set a new_volume_handler in iterate_tar_path...
2014-06-22 Eduardo Robles... small formating change
2014-06-16 Thomas JaroschFix typo in comment
2014-03-19 Eduardo Robles... fix typo error, variable should be named beginning_size
2014-03-19 Eduardo Robles... making testbackup.py work
2014-03-11 Eduardo Robles... adding more easy to understand diff backup debug output
2014-03-07 Eduardo Robles... fix debug logging in diff mode
2014-02-11 Eduardo Robles... add function to easily get the extension used for indexes
2014-02-05 Thomas JaroschIgnore files created by setup.sh
2014-02-05 Eduardo Robles... adding some missing debug lines
2014-01-20 Eduardo Robles... adding setup files to create an rpm for python-delta-tar
2014-01-20 Eduardo Robles... removing unused vars
2013-12-26 Eduardo Robles... derefering backed up files for now
2013-12-07 Eduardo Robles... missing change from string to bytes join
2013-11-14 Eduardo Robles... adding support for adding extra data to deltatar indexes
2013-11-13 Daniel Garcia... Test compatible with tar 1.22 (intranator version)
2013-11-13 Daniel Garcia... Using python3 instead of python in tests system calls
2013-11-11 Eduardo Robles... adding header and move to python 3
2013-11-11 Eduardo Robles... adding python3 headers
2013-11-06 Eduardo Robles... fixing another file not closed warning on new vol handl...
2013-11-06 Eduardo Robles... fixing some warnings in python3 from dereferenced but...
2013-11-06 Eduardo Robles... fixing open mode for updating the file to r+b
2013-11-04 Eduardo Robles... closing also volume files on cleanup
2013-11-04 Eduardo Robles... initial port to python 3, not finished
2013-10-22 Eduardo Robles... ignore the PowmInsecureWarning warning given by libgmp4...
2013-10-18 Eduardo Robles... adding support for filtering via whitelist with -inc
2013-10-18 Eduardo Robles... some unit tests were only failing when run with superus...
2013-10-17 Eduardo Robles... fixing aes only mode: it turns out we were not closing...
2013-10-12 Eduardo Robles... removing some unnecesary over-optimizations like runnin...
2013-10-09 Eduardo Robles... start working on AES-only delta tar mode, with no encry...
2013-10-09 Eduardo Robles... removing references to dowser, comment pytracemalloc...
2013-10-09 Eduardo Robles... fixing unit test where only even lines where being...
2013-10-09 Eduardo Robles... fixing memory leaks, now memory usage remains nearly...
2013-10-03 Eduardo Robles... reducing leaks in tarfile by allowing not to store...
2013-09-30 Eduardo Robles... fixing last two unit tests bugs, realted to multivol...
2013-09-30 Eduardo Robles... fixing bug in a deltatar that excepts two vols for...
2013-09-28 Eduardo Robles... migrating tar restore to use the same code as index...
2013-09-28 Eduardo Robles... fixing bug when restoring files, mtime of parent dir...
next