]> arthur.barton.de Git - bup.git/shortlog
bup.git
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.
2011-01-23 Rob BrowningFix _apply_common_rec() symlink chown/chmod guard.
2011-01-20 Rob BrowningChange os.geteuid to os.geteuid() in tmetadata.py.
2011-01-19 Rob BrowningRemove redundant call to get_linux_file_attr() in _add_...
2011-01-19 Rob BrowningIn _add_linux_attr(), catch IOError, not EnvironmentErr...
2011-01-19 Rob BrowningImprove some metadata error messages.
2011-01-19 Rob BrowningOnly print secs for bup xstat times when ns == 0.
2011-01-19 Rob BrowningUse oct() rather than hex() when printing mode from...
2011-01-19 Rob BrowningRemove bup: prefix from metadata error messages.
2011-01-19 Rob BrowningDon't "chmod 000" paths during restore.
2011-01-19 Rob BrowningRemove MetadataError and make apply error handling...
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2011-01-18 Brandon Lowsave: handle backup write errors properly
2011-01-18 Brandon LowFix test by forcing order
2011-01-18 Avery PennarunRemove seemingly unnecessary abspath() call from the...
2011-01-18 Brandon LowFreeBSD + os.mknod => broken, open().close()
2011-01-18 Gabriel Filioncmd/init: don't spit out a traceback on init error
2011-01-18 Gabriel Filiongit.py: error when repo's parent dir absent
2011-01-10 Zoran ZaricFix typo in documentation for strip_base_path
2011-01-10 Gabriel FilionAdd some notes on how to install bup on FreeBSD
2011-01-10 Gabriel FilionUpdate ls man page for new -a option
2011-01-10 Brandon Lowmove auto_midx calls to callers of sync_index
2011-01-10 Brandon Lowclient/server:Handle multiple suggestions and misc
2011-01-10 Brandon LowDumb server doesn't need objcache
2011-01-08 Avery PennarunMerge branch 'next' into 'master'
2011-01-08 Avery PennarunMerge branch 'zz/strip_path_fix' bup-0.21
2011-01-08 Zoran ZaricFix a bug in strip_path when prefix is a symlink
2011-01-08 Zoran ZaricAdd a testcase for strip_path
2011-01-06 Avery PennarunMerge branch 'bl/dumbserver' into next
2011-01-06 Avery PennarunChange server_mode=='dumb' to just a dumb_server_mode...
2011-01-06 Brandon LowTeach bup about URLs and non-ssh remotes
2011-01-06 Brandon LowDon't generate midx files in dumb server mode
2011-01-06 Brandon LowAdd optional dumb-server mode
2011-01-06 Carsten Bormanngit.CatPipe: set a buffer size on the subprocess to...
2011-01-05 Rob BrowningRemove MetadataAcquireError and make error handling...
2011-01-05 Rob BrowningAccommodate missing owner or group name during metadata...
2011-01-04 Brandon LowImprove test pass condition
2011-01-04 Zoran ZaricAdds examples for strip, strip-prefix and graft to...
2011-01-04 Zoran ZaricAdds --graft option to bup save.
2011-01-04 Avery Pennaruncmd/import-rsnapshot: eliminate use of readlink and...
2011-01-04 Avery Pennaruncmd/import-rsnapshot: fix some sh stylistic stuff.
2011-01-04 Avery PennarunFix some 'print' to stdout that snuck in somehow.
2011-01-03 Avery Pennaruncmd/import-rsnapshot: fix a bashism (== instead of =).
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricAdds a testcase for import-rsnapshot.
2011-01-03 Zoran ZaricMakes import-rsnapshot use save's -f option.
next