]> arthur.barton.de Git - bup.git/history - lib/bup/gc.py
CatPipe.get: always return (oidx, type, size) for obj info
[bup.git] / lib / bup / gc.py
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