python-delta-tar
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...
2013-09-27 Eduardo Robles... Fixing corner case where pad was not taken into account...
2013-09-27 Eduardo Robles... when a comparison of two json paths in test_deltatar...
2013-09-27 Eduardo Robles... adding again all the test clases to runtests, as we...
2013-09-27 Eduardo Robles... improving the filesplitter, allowing to split at specif...
2013-09-27 Eduardo Robles... adding more options to backup script, like listing...
2013-09-20 Eduardo Robles... fixing some restore problems
2013-09-19 Eduardo Robles... fixing sorting and improving dramatically restore diff...
2013-09-18 Eduardo Robles... small documentation fix, improving jsonpath comparator...
2013-09-17 Eduardo Robles... add handy backup command, used for benchmarks
2013-09-16 Eduardo Robles... fixing bug related to deltatar multivol restore
2013-09-14 Eduardo Robles... fixing multiple errors in deltatar at once:
2013-09-01 Daniel Garcia... Fixed multivolume with encryption creation
2013-09-01 Daniel Garcia... Fixed aes deltatar restoring
2013-08-29 Daniel Garcia... Fixed DeltaTar create_diff_backup and restore_backup
2013-08-23 Daniel Garcia... Start all tests in the same directory
2013-08-23 Daniel Garcia... Fixed test_create_diff_backup1
2013-08-11 Eduardo Robles... fixing again tarfile.readline..
2013-08-10 Eduardo Robles... adding unit test that uses .git to create and restore...
2013-08-10 Eduardo Robles... fixing readlin in tarfile, it was not working right...
2013-08-09 Eduardo Robles... removing typo error
2013-08-09 Eduardo Robles... adding support for compressed index files
2013-08-08 Eduardo Robles... deltatar: setting and checking mtime and ctime in dirs...
2013-08-08 Eduardo Robles... fixing bug in diff engine making it fail when a directo...
2013-08-07 Eduardo Robles... adding some unit tests for restoring diff backups and...
2013-08-06 Eduardo Robles... deltatar: initial implementation of the diff restore...
2013-08-06 Eduardo Robles... improving diff engine unit test so that it test deletio...
2013-08-06 Eduardo Robles... deltatar: fixing some problems with diff engine and...
2013-08-05 Eduardo Robles... improving the empty diff backup unit test
2013-08-05 Eduardo Robles... deltatar: standarizing using a prefix for all kind...
2013-08-05 Eduardo Robles... initial implementation of diff backup and a simple...
2013-08-04 Eduardo Robles... writing iterators for directory diffs and unit testing...
2013-08-02 Eduardo Robles... deltatar: adding parent path checking, and unit tests...
2013-08-02 Eduardo Robles... testing deltatar filtering regular expressions
2013-08-01 Eduardo Robles... allow also filtering on the extraction of backup tar...
2013-08-01 Eduardo Robles... deltatar: limit restore from index tests to uncompresse...
2013-08-01 Eduardo Robles... deltatar: adding support for filtering in restore index...
2013-08-01 Daniel Garcia... Fixing AESCrypt stupid bug
2013-08-01 Eduardo Robles... adding unit tests for filter function
2013-08-01 Eduardo Robles... first implementation of filtered restore_backup and...
2013-07-31 Eduardo Robles... implementing filter_func in deltatar
2013-07-31 Daniel Garcia... Removing OFB pad to avoid to hide errors
2013-07-31 Eduardo Robles... fixing bug extracting tarfiles from index offsets when...
2013-07-30 Eduardo Robles... restore from index without multiple vols now works
2013-07-30 Eduardo Robles... adding initial support to restore from index. still...
2013-07-30 Eduardo Robles... tarfile: adding a way to know the starting position...
2013-07-30 Eduardo Robles... updated the estimation
next