bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / runtests.py
2020-02-01 Philipp Gesangextend fs access test to compress and crypto variant
2020-02-01 Philipp Gesangadd unit test for mishandling access(3)
2018-04-02 Philipp Gesangremove development tweak for test runner
2018-04-02 Philipp Gesangadd tests for truncated files
2018-04-02 Philipp Gesangtest multivol index reconstruct with hole and header...
2018-04-02 Philipp Gesangextend index reconstruct tests for multivol backups
2018-04-02 Philipp Gesangimplement leading garbage test
2018-04-02 Philipp Gesangadd unit test for borked ciphertext size
2018-04-02 Philipp Gesangadd test skeleton for corrupt index reconstruction
2018-04-02 Philipp Gesangtest corruption by tearing a hole in a volume
2018-04-02 Philipp Gesangadd test corrupting an entire volume
2018-04-02 Philipp Gesanggive each recovery test a multivol companion
2018-04-02 Philipp Gesangtest recovery behavior with traling data
2018-04-02 Philipp Gesangadd recover tests for completely damaged headers
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangadd header corruption tests
2018-04-02 Philipp Gesangadd test for corruption of encrypted files
2018-04-02 Philipp Gesanglay out skeleton for disaster recovery tests
2018-04-02 Philipp Gesangadapt crypto unit tests to run in main suite
2018-04-02 Philipp Gesangremove obsolete unittests for 256 bit AES
2018-04-02 Philipp Gesangallow selecting individual tests with runtests.py
2014-08-07 Eduardo Robles Elviraadding an integration test that uses create_pseudo_rand...
2013-11-04 Eduardo Robles Elvirainitial port to python 3, not finished
2013-10-17 Eduardo Robles Elvirafixing aes only mode: it turns out we were not closing...
2013-10-09 Eduardo Robles Elvirastart working on AES-only delta tar mode, with no encry...
2013-09-27 Eduardo Robles Elviraadding again all the test clases to runtests, as we...
2013-09-14 Eduardo Robles Elvirafixing multiple errors in deltatar at once:
2013-07-27 Eduardo Robles Elviraadding a test class for each supported mode and fixing...
2013-07-26 Eduardo Robles Elvirainitial basic implementation of the create_full_backup...
2013-07-18 Daniel Garcia MorenoChanged the gpl header to lgpl
2013-07-15 Daniel Garcia MorenoAdding intra2net copyright header to every python file
2013-07-12 Daniel Garcia Morenoadding aes encryption support for creation
2013-07-10 Eduardo Robles Elviraworking in rescue tar utility
2013-07-03 Eduardo Robles Elviraadding initial concat compression support and a simple...
2013-06-26 Eduardo Robles Elvirageneralizing unittests and adding some more
2013-06-18 Eduardo Robles Elviraadding unit tests for tarfile and fixing some cases...