bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / deltatar / tarfile.py
2020-06-26 Joffrey Fbpo-32713: Fix tarfile.itn for large/negative float... master
2020-04-24 Philipp Gesangenable strict IV checking by default during decryption
2020-02-04 Philipp Gesangadd unlink-before-extract behavior for tarfile
2020-02-01 Philipp Gesangguard invocations of tar from interactive mode
2020-02-01 Philipp Gesangfix resource leaks building recovery index
2020-02-01 Philipp Gesangaccount for one-tuple return
2020-01-27 Thomas JaroschFix use of wrong 'i' variable name
2018-04-02 Philipp Gesanghandle problems with incomplete gzip headers
2018-04-02 Philipp Gesanglift block alignment requirement for tar archive rescue
2018-04-02 Philipp Gesangimplement volume handling for rescue mode
2018-04-02 Philipp Gesangallow for detecting overlapping objects with tarfile
2018-04-02 Philipp Gesangimplement tolerant GNU tar header parser
2018-04-02 Philipp Gesangadd restore helper handling for reconstructed indices
2018-04-02 Philipp Gesangunify construction of secret values
2018-04-02 Philipp Gesangimplement tolerant gz header parser
2018-04-02 Philipp Gesangconvert TarInfo to index format
2018-04-02 Philipp Gesangread tar objects at predetermined offsets for rescue...
2018-04-02 Philipp Gesangdraft rescue mode through all layers
2018-04-02 Philipp Gesangextend tarfile API for rescue mode
2018-04-02 Philipp Gesangdo not discard valid data in buffers when in tolerant...
2018-04-02 Philipp Gesangcatch bad parameter version in header
2018-04-02 Philipp Gesangcatch incomplete trailing header in tolerant recovery
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangproperly damage gzip files for recover test
2018-04-02 Philipp Gesangdraft disaster recovery mode for deltatar
2018-04-02 Philipp Gesangreturn valid decrypted data on decryption failure
2018-04-02 Philipp Gesangdistinguish auxiliary file errors
2018-04-02 Philipp Gesanggraciously handle GCM data length limit
2018-04-02 Philipp Gesangreuse existing crypto context for subsequent volumes
2018-04-02 Philipp Gesangvalidate exceptions being thrown from invalid tarfile...
2018-04-02 Philipp Gesangmove final IV checks out of crypto context
2018-04-02 Philipp Gesangproperly handle encryption and compression of empty...
2018-04-02 Philipp Gesangencode operation modes
2018-04-02 Philipp Gesangcleanly perform block transition in non-concat mode
2018-04-02 Philipp Gesangclarify exception-driven control flow
2018-04-02 Philipp Gesangremove unused state variable
2018-04-02 Philipp Gesangfix multivol compression handling
2018-04-02 Philipp Gesanghandle uncompressed, encrypted archives with tarfile
2018-04-02 Philipp Gesangsync on .close() for unencrypted archives
2018-04-02 Philipp Gesangproperly (re-) initialize compressor at archive / volum...
2018-04-02 Philipp Gesangkeep separate encryptor and decryptor contexts in delta...
2018-04-02 Philipp Gesangproperly restart compression when encrypting
2018-04-02 Philipp Gesangexplicitly disable gz initalization for _Stream’s used...
2018-04-02 Philipp Gesangfix decompression error handling
2018-04-02 Philipp Gesangfix index file encryption handling
2018-04-02 Philipp Gesangeliminate the last traces of encryption “modes”
2018-04-02 Philipp Gesanginitialize compression globally for non-“concat” archives
2018-04-02 Philipp Gesangfix compression handling on volume bounds
2018-04-02 Philipp Gesangremove obsolete block size check
2018-04-02 Philipp Gesangthrow error on partial header reading stream
2018-04-02 Philipp Gesangcommunicate remainder to caller when hitting EOF from...
2018-04-02 Philipp Gesanguse exception to communicate tag mismatch
2018-04-02 Philipp Gesanguse OSError instead of IOError
2018-04-02 Philipp Gesangspecify salt and version in ctor when encrypting
2018-04-02 Philipp Gesangprefer symbolic constants over literals referring to...
2018-04-02 Philipp Gesangfix tarfile crypto parameter passing
2018-04-02 Philipp Gesangunify constant naming I2N_→PDTCRYPT_
2018-04-02 Philipp Gesanghandle zlib correctly
2018-04-02 Philipp Gesangfix file offset calculation
2018-04-02 Philipp Gesangadd simple decryption routine to crypto.py
2018-04-02 Philipp Gesangdo not require parameter version with each encrypted...
2018-04-02 Philipp Gesangfirst draft for making the encryption layer independent
2018-04-02 Philipp Gesangchange extension for encrypted files
2018-04-02 Philipp Gesangreturn collected fixed iv parts from .close() when...
2018-04-02 Philipp Gesangproperly enter/leave encryption sections
2018-04-02 Philipp Gesangexplicitly constuct zlib headers
2018-04-02 Philipp Gesangunify zlib initialization
2018-04-02 Philipp Gesangapply compression if compressor is present
2018-04-02 Philipp Gesangoverhaul pre- and post-crypto sync
2018-04-02 Philipp Gesangextend open_index() API for info file handling
2018-04-02 Philipp Gesangstart payload encryption counter at 2
2018-04-02 Philipp Gesangtrack encryption state
2018-04-02 Philipp Gesangreinit crypto for objects other than files
2018-04-02 Philipp Gesangtrack data handled in crypto
2018-04-02 Philipp Gesangfirst draft of revised encryption layer
2018-04-02 Philipp Gesangredo stream decryption
2018-04-02 Philipp Gesangsupersede encryption type by encryption parameters
2018-04-02 Philipp Gesangensure octal format is fed an integer
2018-04-02 Philipp Gesangadd basic wrapper for GCM handling with python-cryptography
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 Gesangignore all symlinks
2016-11-04 Philipp Gesangrectify delayed symlink restoration
2016-11-03 Philipp Gesangdelay only absolute symlinks and those pointing to...
2016-11-03 Philipp Gesangimplement delayed symlink creation
2016-06-30 Thomas JaroschDon't use exception handling for normal control flow
2016-06-23 Christian Herdtweckappease pylint
2016-06-23 Thomas JaroschImplement cache for pwd.getpwuid() and grp.getgrgid()
2016-06-20 Christian Herdtweckuse the "& 0xFFFfff" after all crc32 calculations
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 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 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 Herdtweckwarn if trying to compress/encrypt multivolume with...
next