]> arthur.barton.de Git - bup.git/history - index.py
cmd-join: don't restart git cat-file so frequently.
[bup.git] / index.py
2010-02-09 Avery Pennarunindex: if files were already deleted, don't dirty the... bup-0.09
2010-02-09 Avery Pennaruncmd-save: don't recurse into already-valid subdirs.
2010-02-09 Avery Pennaruncmd-index/cmd-save: correctly mark directories as dirty...
2010-02-04 Avery PennarunOn python 2.4 on MacOS X, __len__() must return an...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
2010-02-04 Avery PennarunGreatly improved progress reporting during index/save.
2010-02-04 Avery PennarunFix bugs in new indexing code.
2010-02-03 Avery PennarunSpeed up cmd-drecurse by 40%.
2010-02-03 Avery PennarunSplit directory recursion stuff from cmd-index.py into...
2010-02-02 Avery PennarunMassive speedups to bupindex code.
2010-01-24 Avery PennarunWrap mmap calls to help with portability.
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz Kosewskiindex.py: os.rename() fails on Windows if dstfile...
2010-01-10 Lukasz KosewskiDon't try to rename tmpfiles into existing open files.
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
2010-01-10 Avery PennarunMinor fix for python 2.4.4 compatibility.
2010-01-10 Avery Pennaruncmd-save: completely reimplement using the indexfile.
2010-01-10 Avery PennarunMoved some reusable index-handling code from cmd-index...