1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 02:08:54 +00:00
borg/borg
2016-07-28 22:12:34 +02:00
..
testsuite test_atime: detect O_NOATIME support by checking atime and flags 2016-07-12 16:45:20 +02:00
__init__.py
__main__.py cosmetic source cleanup (flake8) 2016-01-30 21:32:45 +01:00
_chunker.c Workround a bug in Linux fadvise FADV_DONTNEED, fixes #907 2016-04-15 20:16:47 -04:00
_hashindex.c hashindex.c: hashindex_resize check hashindex_set rc (contract) 2016-07-09 01:35:01 +02:00
archive.py handle unpacker exception with tighter scope 2016-07-28 22:12:34 +02:00
archiver.py Add --append-only to borg init 2016-07-27 08:52:42 -04:00
cache.py refcounting: use uint32_t, protect against overflows, fix merging for BE 2016-04-14 23:38:56 +02:00
chunker.pyx
compress.pyx remove misc. compat code not needed for py 3.4+ 2016-01-24 15:16:05 +01:00
crypto.pyx use long long for AES block counter, fixes #1206 2016-06-26 20:45:22 +02:00
fuse.py fuse: clean imports, move mount to after __init__ * 2016-07-10 02:19:38 +02:00
hashindex.pyx hashindex: remove declarations of removed functions 2016-07-09 01:27:55 +02:00
helpers.py Ignore stdout/stderr broken pipe errors 2016-07-26 14:24:51 -04:00
key.py When probing key files, do binary reads 2016-05-18 17:37:48 +02:00
locking.py fix most python-source related sphinx warnings 2016-07-10 17:26:04 +02:00
logger.py sane remote logging, remote stderr, fixes #461 2015-12-12 22:15:08 +01:00
lrucache.py
platform.py sync_dir: silence fsync() failing with EINVAL 2016-07-08 17:36:32 +02:00
platform_darwin.pyx acls (darwin): use helper functions safe_encode/safe_decode 2015-10-19 02:32:29 +02:00
platform_freebsd.pyx acls (freebsd): use helper functions safe_encode/safe_decode 2015-10-19 01:43:46 +02:00
platform_linux.pyx acls (linux): helper functions safe_encode/safe_decode 2015-10-19 01:40:15 +02:00
remote.py Add --append-only to borg init 2016-07-27 08:52:42 -04:00
repository.py Add --append-only to borg init 2016-07-27 08:52:42 -04:00
shellpattern.py fix most python-source related sphinx warnings 2016-07-10 17:26:04 +02:00
upgrader.py Make Repository a context manager, use decorators for wrapping withs 2016-04-03 17:14:43 +02:00
xattr.py xattr LD_PRELOAD: diaper 2016-07-12 16:07:22 +02:00