borgbackup/borg
Thomas Waldmann 54e8dd8419 misc chunker parameter changes
- use power-of-2 sizes / n bit hash mask so one can give them more easily
- chunker api: give seed first, so we can give *chunker_params after it
- fix some tests that aren't possible with 2^N
- make sparse file extraction zero detection flexible for variable chunk max size
2015-06-21 01:46:41 +02:00
..
testsuite misc chunker parameter changes 2015-06-21 01:46:41 +02:00
__init__.py rename package directory to borg 2015-05-22 17:48:54 +02:00
_chunker.c chunker: get rid of read_buf 2015-05-31 18:41:23 +02:00
_hashindex.c determine and report chunk counts in chunks index 2015-06-19 23:53:23 +02:00
_version.py fix all references to package name 2015-05-22 19:21:41 +02:00
archive.py misc chunker parameter changes 2015-06-21 01:46:41 +02:00
archiver.py misc chunker parameter changes 2015-06-21 01:46:41 +02:00
cache.py speed up chunks cache sync, fixes #18 2015-05-31 19:17:01 +02:00
chunker.pyx misc chunker parameter changes 2015-06-21 01:46:41 +02:00
crypto.pyx rename package directory to borg 2015-05-22 17:48:54 +02:00
fuse.py fix all references to package name 2015-05-22 19:21:41 +02:00
hashindex.pyx determine and report chunk counts in chunks index 2015-06-19 23:53:23 +02:00
helpers.py borg create --chunker-params=... 2015-06-20 01:20:46 +02:00
key.py fix all references to package name 2015-05-22 19:21:41 +02:00
lrucache.py rename package directory to borg 2015-05-22 17:48:54 +02: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 better Exception msg if there is no Borg installed on the remote repository server 2015-06-18 23:18:05 +02:00
repository.py don't hardcode MAGIC length 2015-06-02 02:41:23 +02:00
xattr.py rename package directory to borg 2015-05-22 17:48:54 +02:00