borg/borg
Thomas Waldmann 6d31f25aa4 add a test for the hashindex corruption bug, fixes #5531
for the bug, see #4829.
2020-12-02 03:24:04 +01:00
..
testsuite add a test for the hashindex corruption bug, fixes #5531 2020-12-02 03:24:04 +01:00
__init__.py implement borgmajor/minor/patch placeholders, fixes #1694 2016-10-22 00:20:50 +02:00
__main__.py cosmetic source cleanup (flake8) 2016-01-30 21:32:45 +01:00
_chunker.c add parens for C preprocessor macro argument usages 2017-12-23 18:56:46 +01:00
_hashindex.c fix bug in hashindex_set on resize, fixes #4829 2020-03-05 15:24:06 +01:00
archive.py xattrs: fix borg exception handling on ENOSPC error, fixes #3808 2018-05-18 17:24:17 +02:00
archiver.py security fix: configure FUSE with "default_permissions", fixes #3903 2019-02-11 14:10:46 +01:00
cache.py clarify lock_wait docstring 2019-02-15 09:05:36 +01:00
chunker.pyx chunker: fix invalid use of types 2017-06-21 15:31:33 +02:00
compress.pyx Fix compression exceptions (#2224) 2017-03-10 19:06:54 +01:00
crypto.pyx API_VERSION: use numberspaces, fixes #2023 2017-01-13 21:24:17 +01:00
fuse.py security fix: configure FUSE with "default_permissions", fixes #3903 2019-02-11 14:10:46 +01:00
hashindex.pyx fix ChunkIndex.__contains__ assertion for big-endian archs 2017-03-10 18:56:18 +01:00
helpers.py remove platform.uname() call, fixes #3732 2018-04-04 01:09:43 +02:00
key.py read a passphrase from a file descriptor 2018-11-05 17:29:56 +01:00
keymanager.py keymanager: don't depend on optional readline module 2017-08-30 11:29:32 +02:00
locking.py clarify lock_wait docstring 2019-02-15 09:05:36 +01:00
logger.py sane remote logging, remote stderr, fixes #461 2015-12-12 22:15:08 +01:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
paperkey.html key export: center QR code on the page 2017-02-12 22:26:10 +01:00
platform.py use prepared env for borg umount 2017-09-30 01:54:12 +02:00
platform_darwin.pyx acl platform code: fix acl set return type (1.0-maint) 2018-07-05 22:52:47 +02:00
platform_freebsd.pyx acl platform code: fix acl set return type (1.0-maint) 2018-07-05 22:52:47 +02:00
platform_linux.pyx acl platform code: fix acl set return type (1.0-maint) 2018-07-05 22:52:47 +02:00
remote.py Merge pull request #3073 from ThomasWaldmann/fix-partial-lines-1.0 2017-09-30 03:33:53 +02:00
repository.py get rid of datetime.isoformat to avoid bugs like #2994 2017-09-10 05:58:03 +02:00
shellpattern.py fix most python-source related sphinx warnings 2016-07-10 17:26:04 +02:00
upgrader.py always setup module level "logger" in the same way 2017-01-06 05:48:50 +01:00
xattr.py xattr: add linux {list,get,set}xattr ctypes prototypes 2018-07-03 23:18:14 +02:00