]> arthur.barton.de Git - bup.git/shortlog
bup.git
2010-02-09 Avery PennarunREADME: bup now has more reasons it's cool and fewer...
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-09 Avery Pennarundrecurse.py: handle initial pathnames that aren't direc...
2010-02-09 Avery PennarunFix some list comprehensions that I thought were genera...
2010-02-08 Avery Pennaruntest.sh: don't try non-quick fsck on damaged repositories.
2010-02-06 Avery PennarunWrote man pages for bup(1) and all the subcommands.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-06 Avery Pennaruncmd-save: fix a potential divide by zero error.
2010-02-06 Avery Pennaruncmd-ls: a line got lost and it didn't work at all.
2010-02-06 Avery Pennaruncmd-margin: work correctly in python 2.4 when a midx...
2010-02-05 Avery PennarunInfrastructure for generating a markdown-based man...
2010-02-05 Avery Pennarunbup.py: list subcommands in alphabetical order.
2010-02-05 Avery Pennarunbup save: try to estimate the time remaining. bup-0.08a
2010-02-05 Avery PennarunWhen receiving an index from the server, print a handy...
2010-02-05 Avery Pennarunbup-server: revert to non-midx indexes when suggesting...
2010-02-05 Avery PennarunNarrow the exception handling in cmd-save.
2010-02-04 Avery Pennarunbup index: fix progress message printing when using -v.
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-02-02 Avery Pennaruncmd-save: add --smaller option.
2010-02-02 Avery Pennarunmidx: the fanout table entries can be 4 bytes, not 8.
2010-02-02 Avery Pennaruncmd-midx: correctly handle a tiny nonzero number of...
2010-02-02 Avery PennarunUse a heapq object to accelerate git.idxmerge().
2010-02-02 Avery Pennaruncmd-margin: a command to find out the max bits of overl...
2010-01-31 Avery PennarunUpdate README.md to reflect recent developments.
2010-01-31 Avery PennarunMove testfile[12] into t/
2010-01-31 Avery Pennarunfsck: add a -j# (run multiple threads) option. bup-0.07
2010-01-31 Avery PennarunBasic cmd-fsck for checking integrity of packfiles.
2010-01-31 Avery Pennaruncmd-damage: a program for randomly corrupting file...
2010-01-31 Avery PennarunUse mkstemp() when creating temporary packfiles.
2010-01-31 Avery Pennarunrewire a try/finally with a yield inside to be compatib...
2010-01-30 Avery Pennarunclient: fix a race condition when the server suggests...
2010-01-27 Avery Pennaruncmd-ls and cmd-fuse: toys for browsing your available...
2010-01-25 Avery Pennaruncmd-midx: some performance optimizations. bup-0.06
2010-01-25 Avery Pennaruncmd-midx: add --auto and --force options.
2010-01-25 Avery PennarunWhen there are multiple overlapping .midx files, discar...
2010-01-25 Avery PennarunMultiPackIndex: use .midx files if they exist.
2010-01-25 Avery Pennaruncmd-midx: a command for merging multiple .idx files...
2010-01-25 Avery PennarunRename chashsplit.so to _hashsplit.so.
2010-01-25 Dave CoombsMaking a warning in chashsplitmodule.c go away.
2010-01-24 Avery Pennaruntoplevel exit() doesn't work in python 2.4.
2010-01-24 Avery PennarunMinor changes to make bup work with git as far back...
2010-01-24 Avery PennarunIn some versions of python, comparing buffers with...
2010-01-24 Avery PennarunWrap mmap calls to help with portability.
2010-01-24 Avery PennarunMakefile: build module using python distutils instead...
2010-01-24 Avery Pennarunexecutable files: don't assume python2.5.
2010-01-24 Avery PennarunMakefile: oops, all the $^ and $< were backwards.
2010-01-24 Avery PennarunMake README a symlink to README.md
2010-01-24 Avery PennarunMinor README format changes to make it markdown-compliant.
2010-01-14 Dave CoombsChange t/tindex.py to pass on Mac OS. bup-0.05
2010-01-12 Avery PennarunUse a PackBitmap file as a quicker way to check .idx...
2010-01-12 Avery Pennarunmemtest.py: a standalone program for testing memory...
2010-01-12 Avery Pennarunoptions parser: automatically convert strings to ints...
2010-01-12 Avery Pennaruncmd-save: if verbose==1, don't bother printing unmodifi...
2010-01-12 Avery Pennarunclient-server: only retrieve index files when actually...
2010-01-12 Avery PennarunReduce default max objects per pack to 200,000 to save...
2010-01-12 Avery Pennarunsplit_to_blob_or_tree was accidentally not using the...
2010-01-11 Avery Pennaruncmd-server: receive-objects should return a relative...
2010-01-11 Avery PennarunUpdate the README to reflect recent changes. bup-0.04a
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-11 Avery PennarunMakefile: work with cygwin on different windows versions.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz Kosewski.gitignore sanity.
2010-01-10 Lukasz KosewskiMakefile: On Windows, executable files must end with...
2010-01-10 Lukasz Kosewskiclient.py: Windows files don't support ':', so rename...
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 Lukasz Kosewskihelpers.py: Cygwin doesn't support `hostname -f`,...
2010-01-10 Lukasz Kosewskicmd-index.py: Retry os.open without O_LARGEFILE if...
2010-01-10 Lukasz KosewskiMakefile: Build on Windows under Cygwin.
2010-01-10 Avery PennarunOops, 'bup save /' produced an invalid tree. bup-0.04
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...
2010-01-10 Avery PennarunA bunch of wvtests for the 'bup index' command.
2010-01-10 Avery PennarunStart using wvtest.sh for shell-based tests in test-sh.
2010-01-10 Avery Pennaruncmd-index: default indexfile path is ~/.bup/bupindex...
2010-01-10 Avery Pennaruncmd-index: skip merging the index if nothing was writte...
2010-01-10 Avery Pennaruncmd-index: only update if -u is given; print only given...
2010-01-10 Avery Pennaruncmd-index: correct reporting of deleted vs. added vs...
2010-01-09 Avery PennarunGeneralize the multi-index-walking code.
2010-01-09 Avery Pennaruncmd-index: indexfiles should start with a well-known...
2010-01-08 Avery Pennaruncmd-index: eliminate redundant paths from index update...
2010-01-08 Avery Pennaruncmd-index: some handy options.
2010-01-08 Avery Pennarunindex: add --xdev (--one-file-system) option.
2010-01-08 Avery PennarunFix some bugs with indexing '/'
2010-01-08 Avery Pennaruncmd-index: basic index reader/writer/merger.
2010-01-07 Avery PennarunOn MacOS X, "wc -l" returns extra whitespace.
2010-01-07 Avery PennarunMore compile options for MacOS X.
2010-01-06 Avery Pennarunsplitting to a remote server would cause "already busy... bup-0.03
2010-01-06 Avery Pennarunclient: enhance the PATH when searching for the 'bup...
next