Thomas Waldmann
|
8162e2e67b
cached_hash is only used in archive, move it there
|
4 年 前 |
Thomas Waldmann
|
e41dc6e96f
use zeros for benchmarks
|
4 年 前 |
Thomas Waldmann
|
be257728ca
move zeros to constants module
|
4 年 前 |
Thomas Waldmann
|
3b9798cffc
remove max_chunk_size (unused)
|
4 年 前 |
Thomas Waldmann
|
4e3be1db5e
reuse zeros also in fixed-size chunker for all-zero chunk detection
|
4 年 前 |
Thomas Waldmann
|
ef19d937ed
use cached_hash also to generate all-zero replacement chunks
|
4 年 前 |
Thomas Waldmann
|
f3088a9893
rename chunk_to_id_data to cached_hash
|
4 年 前 |
Thomas Waldmann
|
92f221075a
refactor recreate to use chunk_to_id_data
|
4 年 前 |
Thomas Waldmann
|
b3659e0b8c
reuse chunker.zeros for sparse extraction
|
4 年 前 |
Thomas Waldmann
|
9fd284ce1a
refactor new zero chunk handling to be reusable
|
4 年 前 |
Thomas Waldmann
|
6d0f9a52eb
detect all-zero chunks, avoid hashing them
|
4 年 前 |
Thomas Waldmann
|
52bd55b29a
integrate Chunk type, avoid hashing holes
|
4 年 前 |
Thomas Waldmann
|
7319f85b54
adapt the existing chunker tests
|
4 年 前 |
Thomas Waldmann
|
8c299696aa
Chunker: yield Chunk namedtuple instead of bytes/memoryview
|
4 年 前 |
TW
|
37d4aee122
Merge pull request #5597 from Gelma/typos_dec
|
4 年 前 |
Thomas Waldmann
|
7a3a49e99b
reverted changes to 3rd party code
|
4 年 前 |
Thomas Waldmann
|
0984e00d31
revert changes to autogenerated files
|
4 年 前 |
Andrea Gelmini
|
72e7c46fa7
Fix typos
|
4 年 前 |
TW
|
41d282bc14
Merge pull request #5615 from jedie/patch-1
|
4 年 前 |
Jens Diemer
|
5a585c5c2e
"python-virtualenv" -> "python3-virtualenv"
|
4 年 前 |
TW
|
268eb2e598
Merge pull request #5610 from ThomasWaldmann/update-changes-master
|
4 年 前 |
Thomas Waldmann
|
4394fa45ba
update CHANGES
|
4 年 前 |
TW
|
9088b1e85a
Merge pull request #5608 from ThomasWaldmann/improve-borg-check-logging-master
|
4 年 前 |
Thomas Waldmann
|
f2cb17d66c
check: debug log segment filename
|
4 年 前 |
axapaxa
|
b291b91962
Add remote upload buffer (--remote-buffer) (#5574)
|
4 年 前 |
TW
|
2851a84003
Merge pull request #5561 from ThomasWaldmann/sparse-file-support
|
4 年 前 |
TW
|
27651f6f28
Merge pull request #5600 from ThomasWaldmann/fix-mp
|
4 年 前 |
Thomas Waldmann
|
d2fe303967
fix cythonize crash on macOS/py39, fixes #5599
|
4 年 前 |
Thomas Waldmann
|
37a7436ff9
detect sparse support by fs
|
4 年 前 |
Thomas Waldmann
|
c0c0da9c76
skip sparse tests if has_seek_hole is False
|
4 年 前 |