]> arthur.barton.de Git - bup.git/shortlog
bup.git
2011-02-27 Rob BrowningRename test-fs.img to testfs.img and add it to the...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-19 Gabriel Filiondoc/import-rsnapshot: small corrections and clarification bup-0.23a
2011-02-18 Avery Pennaruncmd/midx, git.py: all else being equal, delete older...
2011-02-18 Avery Pennarunt/test.sh: a test for the recently-uncovered midx4...
2011-02-18 Avery Pennarun_helpers.c: midx4 didn't handle multiple index with...
2011-02-18 Avery Pennaruncmd/midx: add a --check option.
2011-02-18 Avery PennarunAdd git.shorten_hash(), printing only the first few...
2011-02-18 Avery Pennaruntclient.py: add some additional tests that objcache...
2011-02-17 Avery Pennaruncmd/server: add a debug message saying which object...
2011-02-17 Avery Pennaruncmd/list-idx: a quick tool for searching the contents...
2011-02-17 Brandon LowAdd tests around the bloom ruin and check options
2011-02-17 Brandon LowAdd a bloom --ruin for testing failure cases
2011-02-17 Brandon LowOne more constant for header lengths
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.
2011-02-17 Avery Pennarunbloom.py: move bloom.ShaBloom.create to just bloom...
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunMove bloom-related stuff from git.py to a new bloom.py.
2011-02-17 Avery Pennaruncmd/bloom: add a --force option to forget regenerating...
2011-02-17 Avery PennarunUse the new qprogress() function in more places.
2011-02-17 Brandon LowBail out immediately instead of redownloading .idx
2011-02-17 Brandon LowAdd a --check behavior to verify bloom
2011-02-17 Brandon LowDefines/preprocessor lengths > magic numbers
2011-02-17 Avery Pennaruncmd/{bloom,midx}: clean up progress messages.
2011-02-17 Avery Pennaruncmd/bloom: by default generate bloom filters in *all...
2011-02-16 Avery Pennaruncmd/newliner: avoid printing a blank line if the final...
2011-02-16 Avery Pennaruncmd/index: make the default mode '-u'.
2011-02-16 Avery Pennarun_helpers.c: don't cygwin doesn't set any win32 defines.
2011-02-16 Avery Pennarun_helpers.c: don'g unpythonize_argv() on win32.
2011-02-15 Brandon LowRemove .c and .o rules, apply flags to csetup.py
2011-02-15 Brandon LowFix a valid warning that some compilers warned
2011-02-14 Brandon LowMove .idx file writing to C bup-0.23
2011-02-13 Avery Pennarunmain.py: fix whitespace in the usage string.
2011-02-13 Avery Pennaruncmd/daemon: FD_CLOEXEC the listener socket and don...
2011-02-13 Avery Pennaruncmd/daemon: close file descriptors correctly in parent...
2011-02-13 Avery Pennaruncmd/daemon: use SO_REUSEADDR.
2011-02-13 Avery Pennaruncmd/daemon: pass extra options along to 'bup server'.
2011-02-13 Avery Pennaruncmd/daemon: correctly report socket binding/listening...
2011-02-13 Avery Pennarunmain.py: use execvp() instead of subprocess.Popen(...
2011-02-13 Avery Pennarun_helpers.c: Remove ugly 'python' junk from argv[0]...
2011-02-13 Avery Pennaruncmd/bloom: fix a message pluralization.
2011-02-13 Avery Pennaruncmd/join: add a new -o (output filename) option.
2011-02-13 Avery Pennaruncmd/ls: fix a typo causing 'bup ls foo/latest' to not...
2011-02-13 Avery Pennaruncmd/server: add a new 'help' command.
2011-02-12 Brandon Lowmidx4: Fix the other side of my previous nasty bug
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-08 Brandon Lowmidx4: Fix name offsets when generated from idx
2011-02-08 Avery PennarunFix a couple of python 2.4 incompatibilities.
2011-02-08 Brandon LowRemove incorrect comment
2011-02-08 Avery PennarunMerge branch 'bloom'
2011-02-08 Avery Pennarunbloom: avoid kernel disk flushes when we dirty a lot...
2011-02-08 Brandon Lowmidx4: Properly decide whether to do progress in C
2011-02-08 Brandon Lowmidx4: Don't use Py_ssize_t, it's not in python2.4
2011-02-08 Avery Pennaruncmd/bloom: map only one .idx file at a time.
2011-02-08 Brandon Lowbloom: Use truncate not writing zeros in create
2011-02-08 Brandon Lowbloom: Don't use function pointers in tight loops
2011-02-08 Brandon LowFix updating of bloom with additional files
2011-02-07 Avery PennarunShaBloom.init(): initialize members before the assert().
2011-02-07 Avery Pennaruncmd/bloom: actually, always use the same temp filename.
2011-02-07 Avery Pennaruncmd/bloom: use mkstemp() instead of NamedTemporaryFile().
2011-02-07 Brandon Lowmidx: Write midx4 in C rather than python
2011-02-07 Brandon Lowmidx4: midx2 with idx backreferences
2011-02-07 Brandon LowShaBloom: Add k=4 support for large repositories
2011-02-07 Brandon LowShaBloom prefilter to detect nonexistant objects
2011-02-07 Brandon Lowmmap: Make closing source file optional
2011-02-07 Avery PennarunMerge branch 'daemon_msg' of git://github.com/leto/bup bup-0.22a
2011-02-06 Gabriel Filionoptions.py: update docstrings and detail optspec
2011-02-05 Avery Pennaruncmd/memtest: don't die if /proc/self/status is the...
2011-02-05 Jonathan "Duke... Make 'bup daemon' print a message at startup regardless...
2011-02-04 Avery Pennarunclient.py: replace a never-used GitError with a ClientE...
2011-02-03 Avery PennarunDemuxConn.__init__: you can't assume the *last* 6 bytes...
2011-02-03 Avery PennarunDemuxConn.__init__: abort the loop if read() returns...
2011-02-03 Avery Pennarunhelpers.py: always use two blank lines between function...
2011-02-03 Avery Pennarunclient.py: avoid an exception when no new remote packs...
2011-02-03 Brandon LowFix documentation for `bup daemon`
2011-02-01 Avery Pennarunruntests: Apparently $(wildcard) in make doesn't always... bup-0.22
2011-02-01 Avery Pennaruncmd/help: earlier path.exedir() change made it not...
2011-02-01 Avery PennarunMerge branch 'mux'
2011-02-01 Avery PennarunIf you specified the port number on the command line...
2011-02-01 Brandon LowAdd `bup daemon` command for simple socket server
2011-02-01 Brandon LowAdd DemuxConn and `bup mux` for client-server
2011-02-01 Gabriel Filiont/test.sh: Fix a test for 'split' on solaris
2011-01-28 Rob Browningt/test-meta.sh: detect and handle fakeroot.
2011-01-26 Brandon LowGive main.py the a --profile option
2011-01-26 Avery Pennarunoptions.py: generate usage string correctly for no...
2011-01-26 Avery Pennarunoptions.py: don't die if tty width is set to 0.
2011-01-26 Brandon LowCombine and speed up idx->midx and bupindex merge
2011-01-26 Brandon LowMinorly fix outbytes calculation in client
2011-01-26 Brandon LowUse os.path rather than '/' logic in wvtest
2011-01-26 Avery PennarunHandle $BUP_MAIN_EXE more carefully.
2011-01-26 Avery Pennarunauto_midx(): report args when failing to call a subprocess.
2011-01-26 Avery PennarunHenning Mueller reports that bup works on Solaris now.
2011-01-26 Rob BrowningAdd atime tests and fix atime capture in metadata.from_...
2011-01-26 Avery Pennarunlib/bup/drecurse.py: work even if O_NOFOLLOW is missing.
2011-01-26 Rob BrowningImprove test-meta.sh status messages.
2011-01-26 Rob BrowningHandle missing files more gracefully in "bup xstat".
2011-01-25 Rob BrowningAdd initial (trivial) root-only ACL metadata tests...
2011-01-25 Rob BrowningAdd initial (trivial) root-only metadata tests for...
2011-01-24 Rob BrowningDon't specify 0700 permissions when creating initial...
2011-01-24 Rob BrowningFix "meta extract -v" directory output.
next