python-delta-tar
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
2013-07-28 Eduardo Robles... fixing and unit testing multivolume support
2013-07-27 Eduardo Robles... deltatar: removing not bz2 concat stream test, adding...
2013-07-27 Eduardo Robles... adding a test class for each supported mode and fixing...
2013-07-26 Eduardo Robles... deltatar: now index file is created on create_full_back...
2013-07-26 Eduardo Robles... initial super simple implementation and unit test of...
2013-07-26 Eduardo Robles... initial basic implementation of the create_full_backup...
2013-07-26 Eduardo Robles... adding steps to the design
2013-07-25 Eduardo Robles... specifing max vol size in mb and only for backup creation
2013-07-25 Eduardo Robles... fixing minor typos in DeltaTar spec
2013-07-24 Thomas JaroschFix small typo
2013-07-24 Eduardo Robles... improving design of the tool after thomas input
2013-07-24 Eduardo Robles... fixing some minor details
2013-07-24 Eduardo Robles... improving the design of DeltaTar public API, making...
2013-07-22 Eduardo Robles... uploading proposed public API
2013-07-19 Thomas JaroschAdd note about file index compression/encryption
2013-07-19 Eduardo Robles... specifying key_length in bits instead of bytes
2013-07-18 Daniel Garcia... Supporing aes128 and aes256 encryption type
2013-07-18 Daniel Garcia... Changed the gpl header to lgpl
2013-07-16 Daniel Garcia... Fixed encryption pad treatment using random pad
2013-07-16 Daniel Garcia... Fixed filesplit corner case infinite loop
2013-07-16 Daniel Garcia... Added encrypt/decrypt multivolume test
2013-07-15 Daniel Garcia... Adding intra2net copyright header to every python file
2013-07-15 Daniel Garcia... Using aes128 for encryption
2013-07-12 Daniel Garcia... Implemented aes decryption support
2013-07-12 Daniel Garcia... Fixed AESCrypt.encrypt with no data multiple of bs
2013-07-12 Daniel Garcia... adding aes encryption support for creation
2013-07-10 Eduardo Robles... fixing compressed multivol
2013-07-10 Eduardo Robles... working in rescue tar utility
2013-07-10 Eduardo Robles... adding crc checking when reading tar.gz files
2013-07-08 Daniel Garcia... More tests to check corner cases
2013-07-08 Daniel Garcia... Test to check extract of gnu-tar file with multiple...
next