]> arthur.barton.de Git - bup.git/shortlog
bup.git
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-29 Gabriel FilionREADME: add a list of binary packages
2011-05-29 Gabriel FilionREADME: rework the title hierarchy
2011-05-29 Avery PennarunClarify the message when the BUP_DIR doesn't exist.
2011-05-29 Gabriel FilionRefactor: unify ls/ftp-ls code
2011-05-29 Gabriel Filionftp/ls: Adjust documentation
2011-05-29 Gabriel Filionls: include hidden files when explicitly requested
2011-05-29 Gabriel Filionftp: implement ls -s (show hashes)
2011-05-29 Gabriel Filionftp/ls: columnate output attached to a tty, else don't
2011-05-29 Gabriel Filionftp: don't output trailing line for 'ls'
2011-05-15 Gabriel Filionftp: output a newline on EOF when on a tty
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennarunconfig: more config stuff to config/ subdir, call it...
2011-05-15 Avery Pennaruncmd/{split,save}: support any compression level using...
2011-05-15 Avery Pennarunoptions.py: add support for '-#' style compression...
2011-05-15 Zoran ZaricAdd documentation for compression levels
2011-05-15 Zoran ZaricAdd test case for compression level
2011-05-15 Zoran ZaricAdd compression level options to bup save and bup split
2011-05-15 Zoran ZaricMake zlib compression level a parameter for Client
2011-05-15 Zoran ZaricMake zlib compression level a parameter of git.PackWriter
2011-05-15 Aneurin PriceUse is_superuser() rather than checking euid directly
2011-05-15 Aneurin PriceAdd is_superuser() helper function
2011-05-15 mikMakefile: add a PREFIX variable for locations other...
2011-05-12 Jimmy TangInitial import of configure.sh
2011-05-09 Shane Geigerfixed cp problem in bup/t/test-meta.sh
2011-05-09 Zoran ZaricRemove a file created in a index test
2011-05-08 Avery PennarunEarlier "negative timestamp" patch had a 64-bit timesta...
2011-05-08 Zoran ZaricPrefix paths in grafting- and stripping-tests
2011-05-08 Avery PennarunMerge branch 'master' of git://github.com/thatch/bup
2011-05-08 Gabriel FilionDoc: add some precisions for --remote and dumb mode
2011-05-08 Avery PennarunDESIGN: mention bloom filters.
2011-04-30 Neil E. HodgesFix compile error using GCC 4.6.
2011-04-16 Tim HatchMissing space in optspec
2011-04-16 Tim HatchFix a bug where marginally old files couldn't be stored...
2011-04-16 Tim HatchShow better errors with out-of-range Entry values
2011-03-24 Dickon ReedDon't compile bup_get_Linux_file_attr on systems withou...
2011-03-21 Rob Browningtgit.py: provoke ENOTDIR rather than EACCES in test_che...
2011-03-21 Rob BrowningAdd initial .dir-locals.el to set emacs sh/python/c...
2011-03-21 Rob Browningtest-meta.sh: use cp -a instead of make install to...
2011-03-21 Rob Browningtest-meta.sh: change indentation to 4 spaces and fix...
2011-03-21 Rob Browningtest-meta.sh: use $foo rather than ${foo} where possible.
2011-03-21 Rob Browningtmetadata.py: call helpers.unlink() rather than unlink().
2011-03-20 Avery Pennaruncmd/xstat: don't report mtime/atime for symlinks if...
2011-03-20 Avery Pennaruntest-meta.sh: remove a bashism, and don't delete dirs...
2011-03-20 Avery Pennarunmetadata.py: be careful with the umask() when restoring...
2011-03-20 Avery PennarunGet rid of some python syntax not compatible with pytho...
2011-03-20 Avery Pennarunxstat: FSTime.from_stat_time() was completely wrong.
2011-03-20 Avery Pennaruntmetadata: the "non existent group name" test didn...
2011-03-20 Avery Pennarunmetadata.py: don't mknod regular files.
2011-03-20 Avery PennarunA bunch of IOError->OSError conversions.
2011-03-20 Avery Pennaruntmetadata.py: don't call subprocesses for trivial opera...
2011-03-20 Avery Pennarunmetadata: don't die if Linux attr (not xattr) support...
2011-03-20 Avery Pennarunmetadata: ignore old incompatible python-xattr module...
2011-03-20 Avery Pennarunmetadata: recover politely if xattr/acl support is...
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-20 Rob BrowningDon't accidentally pass atime/ctime/mtime through from_...
2011-03-20 Gabriel FilionMakefile: Fix 'clean' rule bup-0.24b
2011-03-20 Dickon ReedAllow chown to uid:0 to succeed.
2011-03-11 Avery PennarunFix more gcc type punning errors introduced by the...
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-11 Avery Pennarun_helpers.c: fix a "type punning" warning from gcc.
2011-03-10 Avery PennarunAdd a test for previous octal/string filemode fix.
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Aneurin PriceUse debug1() when reporting paths skipped bup-0.24a
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-10 Eduardo Bacchi... t/tmetadata.py: fix a typo st_uid -> st_gid.
2011-03-10 Zoran ZaricAdd python-pyxattr as a dependency to the README
2011-03-10 Aneurin PriceUse debug1() when reporting paths skipped
2011-03-10 Brandon LowSave was using a quoted instead of octal gitmode.
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-01 Rob BrowningAdd "import math" to xstat.py.
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-28 Avery Pennarunt/test-meta.sh: replace 'diff -u5' with 'diff -U5'.
2011-02-27 Rob BrowningDon't touch correct target xattrs; remove inappropriate...
2011-02-27 Rob BrowningRename test-fs.img to testfs.img and add it to the...
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-26 Gabriel Filionmidx/bloom: use progress() and debug1() for non-critica...
2011-02-20 Avery Pennarunhelpers: separately determine if stdout and stderr...
2011-02-20 Avery Pennaruncmd/newliner: restrict progress lines to the screen...
2011-02-20 Avery Pennarunhashsplit: use shorter offset-filenames inside trees.
2011-02-20 Avery PennarunReplace 040000 and 0100644 constants with GIT_MODE_...
2011-02-20 Avery Pennarungit.py: rename treeparse to tree_decode() and add tree_...
2011-02-20 Avery Pennarunhashsplit.py: remove PackWriter-specific knowledge.
2011-02-20 Avery Pennaruncmd/split: fixup progress message, and print -b output...
2011-02-20 Avery Pennarunhashsplit.py: convert from 'bits' to 'level' earlier...
2011-02-20 Avery Pennarunhashsplit.py: okay, *really* fix BLOB_MAX.
2011-02-20 Avery Pennarunhashsplit.py: simplify code and fix BLOB_MAX handling.
2011-02-20 Avery Pennarunoptions.py: o.fatal(): print error after, not before...
2011-02-20 Avery Pennarunoptions.py: make --usage just print the usage message.
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...
next