]> arthur.barton.de Git - bup.git/history - lib/bup/hashsplit.py
Update base_version to 0.34~ for 0.34 development
[bup.git] / lib / bup / hashsplit.py
2021-09-17 Johannes Bergpylint: check for trailing whitespace
2021-09-11 Johannes Bergtest: add pylint and test imports
2021-06-13 Johannes Berghashsplit: increase READ_SIZE to 8 MB
2020-06-21 Johannes Berghashsplit: avoid cat_bytes() if possible
2020-02-02 Rob Browninghashsplit: replace join_bytes with cat_bytes
2020-01-18 Rob Browninghashsplit: adapt for python 3
2019-11-29 Rob BrowningRemove inefficient (or will be) uses of buffer
2019-11-29 Rob Browninghashsplit: join buffers more efficiently
2019-10-13 Rob BrowningFix hashsplit for python 3; add compat.buffer
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-06-18 Rob BrowningSwitch to py2/3 compatible octal notation
2016-01-01 Rob BrowningUse BytesIO instead of StringIO
2015-12-17 Rob Browninghashsplit: skip uncaching when mmap is unsupported
2015-08-24 Rob Browningthashsplit: don't assume MINCORE_INCORE is defined
2015-07-14 Rob BrowningHandle mincore cross-platform differences
2015-06-28 Rob BrowningMove _page_size to helpers.sc_page_size
2015-06-27 Rob Browninghashsplit: don't import * from bup.helpers
2015-06-20 Rob BrowningEject pages after save more selectively
2015-06-20 Rob BrowningEject our pages after save via fmincore
2015-06-20 Rob BrowningRevert "Avoid fadvise (since it doesn't work as expected)"
2015-06-20 Rob BrowningAdd offset argument to fadvise_done
2015-05-23 Rob BrowningAvoid fadvise (since it doesn't work as expected)
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-01-26 Aidan Hobson SayersDon't fadvise we don't need data that we do need
2014-04-10 Rob BrowningMerge work to have "bup split" produce a top-level...
2014-04-06 Yung-Chin OeiMake bup-split commits appear as files to the vfs layer.
2014-02-15 Aidan Hobson SayersAlways return a level 0 blob from _splitbuf() for BLOB_...
2013-11-23 Rob BrowningFix off-by-one in MAX_PER_TREE guard in _squish().
2013-11-23 Rob BrowningEnforce MAX_PER_TREE by always _squish()ing in spit_to_...
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhashsplit: use shorter offset-filenames inside trees.
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-20 Avery Pennaruncmd/split: fixup progress message, and print -b output...
2011-02-20 Avery Pennarunhashsplit.py: convert from 'bits' to 'level' earlier...
2011-02-20 Avery Pennarunhashsplit.py: okay, *really* fix BLOB_MAX.
2011-02-20 Avery Pennarunhashsplit.py: simplify code and fix BLOB_MAX handling.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-09-22 Avery Pennaruncmd/split: print a progress counter.
2010-09-22 Avery Pennaruncmd/split: add a --git-ids option.
2010-09-22 Avery Pennaruncmd/split: add a new --keep-boundaries option.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-08-22 Gabriel Filionimport cleanup
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
2010-03-14 Avery Pennarunhashsplit: no need to import bup.git.
2010-03-13 Avery Pennarunhashsplit: use posix_fadvise(DONTNEED) when available.
2010-03-13 Avery Pennarunsave-cmd: open files with O_NOATIME on OSes that suppor...
2010-02-28 Avery PennarunMove python library files to lib/bup/