git://developer.intra2net.com
/
python-delta-tar
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python-delta-tar
2016-06-23
Thomas Jarosch
Rename design document so pylint3 doesn't pick it up
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-23
Thomas Jarosch
Implement cache for pwd.getpwuid() and grp.getgrgid()
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-21
Thomas Jarosch
Fix 'directory' type when iterating tar archives withou...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-20
Christian Herdtweck
use the "& 0xFFFfff" after all crc32 calculations
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Thomas Jarosch
Increase release to 1.3
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
improve one more unittest: raise proper assertion inste...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
adjust unittests in test_deltatar
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
correct a comment, add more info to log message
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
adjust filter_path: also remove trailing os.sep
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
fix strip_base_dir argument for DeltaTar._recursive_wal...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
simplify DeltaTar._recursive_walk_dir
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
had forgotten a few tarobj.close and os.unlink(temp_fil...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
change one output, make 2 variables to testing routine...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-17
Christian Herdtweck
use KiB, MiB (factor 1024) instead of KB, MB (factor...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
fix search for file with impossible size (had forgotten...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Thomas Jarosch
Increase version to 1.2
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Thomas Jarosch
Merge branch 'fix-compression-size'
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
ensure temp file is deleted; add some comments about...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added performance test script
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added minimum file size arg to find_random_files
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
reduce time wasted on _dbg output: format string only...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
remove _dbg(str.format(args)) from performance-sensitiv...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added some more comments
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
add unittest that runs one of the many multivolume...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
created another test for multivolume compression size
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
changed debug output level of the debug output I added...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
removed some debug output
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
fix ValueError message (otherwise '*' is interpreted...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
ensure max_volume_size is int or None
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
skip one test with known failure
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
correct number of compressed backup volumes in tests
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added class variable MODE_COMPRESS to test_deltatar...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
do a proper unittest.skip if test is not run
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
remove print()s in unittest test_multivol
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
remove unused import
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
extend valid range of sizes for sample.tar.gz file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added new unittest test_multivol_compress with bigger...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
renamed unittest test_multivol_compress to test_compres...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added a few debug messages to addfile and open_volume
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
changed TarFile.addfile to get better sized volumes...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
created a 2nd TarFile._size_left: one for file and...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
fix unittest's create_pseudo_random_file: do return...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
improved unittest's create file: do not gather GB in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
clean up in unittest: remove size_test_* files
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
clean up in unittest: remove unused imports
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
make file size test faster by removing 16GB test file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
create unittest for warning
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
warn if trying to compress/encrypt multivolume with...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
adjust file-size-estimation unittest; add an actual...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
started a unittest for multi-volume with compression
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
created unittest for get_file_size
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
added function get_file_size and var _file_size to...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Christian Herdtweck
changed some comments, corrected one indent
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-06-15
Thomas Jarosch
delete(): Don't crash on removing symlinks to directories
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-04-07
Christian Herdtweck
Revert "added arguments for permissions of created...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2016-04-06
Christian Herdtweck
added arguments for permissions of created dirs and...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Increase version to 1.1
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Switch produced filenames from YY-mm-dd to YYYY-mm-dd
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Ability to the run the unit tests without a .git directory
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Include unit test files in source tarball
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Unit test: Skip multivolume split test for modes that...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Unit test: Fix _equal_stat_dicts() invocation
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-07-03
Thomas Jarosch
Pass on 'compresslevel' for gzip / bzip2 compressed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-04-22
Samir Aguiar
Add comments about the callback param to the docs
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2015-04-22
Samir Aguiar
Add a callback function to the restore process
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-08-07
Eduardo Robles...
adding an integration test that uses create_pseudo_rand...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-08-01
Eduardo Robles...
adding zlib and zlib-blocks tests
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-07-22
Eduardo Robles...
improving benchmark tests and their documentation
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-07-22
Eduardo Robles...
adding support to set the gzip compression level in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-07-16
Thomas Jarosch
Move README.txt to the docs folder. Better name
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-07-16
Victor Ramirez
Added profiler test for tarfile and zlib.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-07-01
Daniel Garcia...
Added test to test multivolume corruption at restore
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-06-30
Daniel Garcia...
Fixed "random" file corruption in multivol restore
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-06-24
Eduardo Robles...
fix delete current file when doesnt match when restorin...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-06-23
Eduardo Robles...
allow to set a new_volume_handler in iterate_tar_path...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-06-22
Eduardo Robles...
small formating change
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-06-16
Thomas Jarosch
Fix typo in comment
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-03-19
Eduardo Robles...
fix typo error, variable should be named beginning_size
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-03-19
Eduardo Robles...
making testbackup.py work
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-03-11
Eduardo Robles...
adding more easy to understand diff backup debug output
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-03-07
Eduardo Robles...
fix debug logging in diff mode
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-02-11
Eduardo Robles...
add function to easily get the extension used for indexes
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-02-05
Thomas Jarosch
Ignore files created by setup.sh
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-02-05
Eduardo Robles...
adding some missing debug lines
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-01-20
Eduardo Robles...
adding setup files to create an rpm for python-delta-tar
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2014-01-20
Eduardo Robles...
removing unused vars
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-12-26
Eduardo Robles...
derefering backed up files for now
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-12-07
Eduardo Robles...
missing change from string to bytes join
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-14
Eduardo Robles...
adding support for adding extra data to deltatar indexes
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-13
Daniel Garcia...
Test compatible with tar 1.22 (intranator version)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-13
Daniel Garcia...
Using python3 instead of python in tests system calls
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-11
Eduardo Robles...
adding header and move to python 3
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-11
Eduardo Robles...
adding python3 headers
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-06
Eduardo Robles...
fixing another file not closed warning on new vol handl...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-06
Eduardo Robles...
fixing some warnings in python3 from dereferenced but...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-06
Eduardo Robles...
fixing open mode for updating the file to r+b
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-04
Eduardo Robles...
closing also volume files on cleanup
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-11-04
Eduardo Robles...
initial port to python 3, not finished
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-10-22
Eduardo Robles...
ignore the PowmInsecureWarning warning given by libgmp4...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2013-10-18
Eduardo Robles...
adding support for filtering via whitelist with -inc
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
next