1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 10:18:12 +00:00
borg/borg
2015-10-02 15:56:21 -04:00
..
support add a argparse.py (from py 3.2.6) that is not broken 2015-09-13 00:58:57 +02:00
testsuite use a module-specific logger instead of global one 2015-10-02 11:05:44 -04:00
__init__.py propperly handle borg._version using setuptools_scm 2015-08-22 15:54:40 +02:00
__main__.py add a __main__.py to nuitka works 2015-07-20 16:16:32 +02:00
_chunker.c chunker: add a check whether the POSIX_FADV_DONTNEED constant is defined 2015-09-14 17:36:04 +02:00
_hashindex.c fix issue with negative "all archives" size, fixes #165 2015-08-29 04:46:13 +02:00
archive.py add and use string representation of archive for stats 2015-10-02 15:56:21 -04:00
archiver.py add and use string representation of archive for stats 2015-10-02 15:56:21 -04:00
cache.py add formatters for Cache and Statistics objects 2015-10-02 15:55:14 -04: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 Merge pull request #88 from ThomasWaldmann/py3style 2015-07-11 18:39:42 +02:00
hashindex.pyx Obtaining 'char *' from temporary Python value 2015-09-12 17:21:49 -04:00
helpers.py add formatters for Cache and Statistics objects 2015-10-02 15:55:14 -04:00
key.py restore some print statements 2015-10-02 11:13:01 -04:00
locking.py lock roster: catch file not found in remove() method and ignore it 2015-08-20 18:40:24 +02:00
lrucache.py Merge branch 'master' into lrucache 2015-08-14 10:59:21 +01:00
platform.py fix all references to package name 2015-05-22 19:21:41 +02:00
platform_darwin.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_freebsd.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_linux.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
remote.py remote: pragma: no cover for the stuff we can't test 2015-08-12 04:28:31 +02:00
repository.py use a module-specific logger instead of global one 2015-10-02 11:05:44 -04:00
xattr.py use borg-tmp as prefix for temporary files / directories 2015-07-11 17:22:12 +02:00