]> arthur.barton.de Git - bup.git/history - lib/bup/gc.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / gc.py
2020-01-19 Rob Browningbup.gc: accommodate python 3
2020-01-18 Rob Browninggit: shun buffers in packidxes
2020-01-11 Rob Browningcompat.hexstr: add and use
2019-10-13 Rob BrowningMinimize use of preexec_fn
2019-01-13 Rob Browningwalk_object: accept a get function instead of catpipe
2018-09-02 Julien Goodwinlib/gc: update lambda syntax for py3
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningRemove circular dep between git and midx
2017-09-21 Rob BrowningChange WalkItem hex id to binary oid
2017-09-21 Rob BrowningChange name of MissingObject id to oid
2017-09-21 Rob BrowningCatPipe.get: always return (oidx, type, size) for obj...
2017-09-10 Rob BrowningUse next(it), not it.next() and drop the helpers fallback
2017-03-26 Tim RiemenschneiderSaveguard against deleting new pack-file (f.e. with...
2016-12-17 Rob Browninggc: restart catpipe after each new pack
2016-12-17 Rob Browninggc: immediately unlink tmp bloom filter file
2016-12-07 Rob BrowningAdd bup prune-older command
2016-11-06 Rob BrowningPackWriter: rename write() to just_write()
2016-10-30 Rob Browninggc: move core code to bup.gc module