borg/borg
Thomas Waldmann 265da6286f remove conditionals/wrappers, we always have stat nanosecond support on 3.4+
also: no wrapper needed for binascii.unhexlify any more
2016-01-24 15:16:05 +01:00
..
testsuite remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
__init__.py propperly handle borg._version using setuptools_scm 2015-08-22 15:54:40 +02:00
__main__.py
_chunker.c get rid of C compiler warnings, fixes #391 2015-11-21 22:08:30 +01:00
_hashindex.c hashindex: explain hash_sizes 2016-01-14 14:39:59 +01:00
archive.py remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
archiver.py remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
cache.py remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
chunker.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
compress.pyx deprecate the numeric --compression argument, rename null compression to none, update CHANGES 2015-08-14 23:00:04 +02:00
crypto.pyx cython code: add some int types to get rid of unspecific python add / subtract operations 2015-09-10 23:12:12 +02:00
fuse.py use the RepositoryCache context manager also in fuse code 2016-01-17 00:30:00 +01:00
hash_sizes.py hashtable size follows a growth policy, fixes #527 2016-01-14 14:39:59 +01:00
hashindex.pyx hashindex_add C implementation 2015-12-07 19:13:58 +01:00
helpers.py remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
key.py unify repo/archive parameter name to "location" 2015-12-12 22:15:08 +01:00
locking.py fix locking, partial fix for #502 2016-01-16 18:03:58 +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
platform.py label platform code, exclude freebsd and unknown platform from coverage measurement 2015-11-01 23:06:52 +01: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 implement and use context manager for RepositoryCache, fixes #548 2016-01-17 00:30:00 +01:00
repository.py remove conditionals/wrappers, we always have stat nanosecond support on 3.4+ 2016-01-24 15:16:05 +01:00
shellpattern.py Add shell-style pattern syntax 2016-01-21 16:07:24 +01:00
upgrader.py Fix upgrade without ~/attic/keys existing. 2016-01-19 11:29:18 +01:00
xattr.py add some error handling/fallback for C library loading, fixes #494 2015-12-27 14:10:41 +01:00