python-delta-tar
2018-04-02 Philipp Gesangdisplay backup.py usage if no action was specified
2018-04-02 Philipp Gesanghandle reading and formatting of tags
2018-04-02 Philipp Gesangunit test scrypt wrapper
2018-04-02 Philipp Gesangunit test bogus header data
2018-04-02 Philipp Gesangunit test auth tag handling
2018-04-02 Philipp Gesangunit test crypto handling of data spanning multiple...
2018-04-02 Philipp Gesangunit test header handling
2018-04-02 Philipp Gesangadd basic wrapper for GCM handling with python-cryptography
2018-04-02 Philipp Gesangadd unit test module for encryption layer
2018-04-02 Philipp Gesangremove key length parameter wherever feasible
2018-04-02 Philipp Gesangmake tarfile.py error out on invalid crypto modes and...
2018-04-02 Philipp Gesanginit crypto support v2
2018-04-02 Thomas JaroschMerge branch 'skip-symlinks'
2018-04-02 Thomas JaroschRestoreHelper: Prevent endless loop if both indexes...
2018-04-02 Thomas JaroschDocument restore code index handling
2018-04-02 Philipp Gesangignore all symlinks
2016-11-04 Philipp Gesangadd unit test for overwriting symlinks
2016-11-04 Philipp Gesangrectify delayed symlink restoration
2016-11-04 Philipp Gesangadd unit test tracking behavior wrt symlinks
2016-11-03 Philipp Gesangfix calls to deprecated function in deltatar.py
2016-11-03 Philipp Gesangdelay only absolute symlinks and those pointing to...
2016-11-03 Philipp Gesangimplement delayed symlink creation
2016-11-03 Philipp Gesangavoid crash in test helper due to fp division
2016-11-03 Philipp Gesangsimplify control flow in RestoreHelper methods
2016-07-04 Thomas JaroschIncrease version to 1.5
2016-07-04 Thomas JaroschCode review done, comment changes only
2016-07-04 Thomas JaroschRemove dead code
2016-07-04 Thomas JaroschRemove code duplication
2016-06-30 Thomas JaroschDon't use exception handling for normal control flow
2016-06-24 Christian Herdtweckadd file_crypt.py to scripts in setup.py
2016-06-23 Christian Herdtweckcreated tool to encrypt/decrypt files using aes128...
2016-06-23 Thomas JaroschIncrease version to 1.4
2016-06-23 Christian Herdtweckappease pylint
2016-06-23 Christian Herdtweckfix error found by pylint
2016-06-23 Thomas JaroschRename design document so pylint3 doesn't pick it up
2016-06-23 Thomas JaroschImplement cache for pwd.getpwuid() and grp.getgrgid()
2016-06-21 Thomas JaroschFix 'directory' type when iterating tar archives withou...
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
2016-06-17 Thomas JaroschIncrease release to 1.3
2016-06-17 Christian Herdtweckimprove one more unittest: raise proper assertion inste...
2016-06-17 Christian Herdtweckadjust unittests in test_deltatar
2016-06-17 Christian Herdtweckcorrect a comment, add more info to log message
2016-06-17 Christian Herdtweckadjust filter_path: also remove trailing os.sep
2016-06-17 Christian Herdtweckfix strip_base_dir argument for DeltaTar._recursive_wal...
2016-06-17 Christian Herdtwecksimplify DeltaTar._recursive_walk_dir
2016-06-17 Christian Herdtweckhad forgotten a few tarobj.close and os.unlink(temp_fil...
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...
next