]> arthur.barton.de Git - bup.git/shortlog
bup.git
2012-08-17 Gabriel FilionChange --strip-prefix to --strip-path in the bup save...
2012-08-17 Rob BrowningMention DESIGN in the README.
2012-08-17 Daniel HahlerResolve bup argv[0] symlinks.
2012-08-17 Rob BrowningFix and regularize "<>-" escaping in Documentation...
2012-08-17 Rob BrowningAdd a bup "tick" before indexing to avoid timestamp...
2012-08-17 Rob Browninglib/bup/bloom.py: fix minor documentation typos.
2012-08-17 Jakob MatthesDocumentation/bup-save.md: change --strip-prefix to...
2012-08-17 Jakob MatthesDocumentation/bup-save.md: document --date option.
2012-08-17 Greg TroxelExtend README for NetBSD.
2012-08-17 Aneurin Pricecmd/drecurse: correctly pass excluded_paths to recursiv...
2012-08-17 Rob BrowningAdd "xstat" itself to the xstat optspec usage message.
2012-08-17 Rob BrowningSet python-mode python-indent to 4 in .dir-locals.el.
2012-08-17 Rob BrowningMention that option values will be converted to integer...
2012-08-17 Yung-Chin OeiAdd test for "child named after parent" bug.
2012-08-17 Gabriele SantilliAdjust Node.__cmp__() to compare full paths.
2012-08-14 Avery PennarunImport new wvtest.py.
2012-07-25 Avery Pennarunshquote: add docstrings and a new quotify_list() function.
2012-03-20 Avery Pennarunoptions.py: get rid of end-of-line whitespace.
2012-03-19 Avery Pennarunoptions.py: clean up handling of --no-* options.
2012-03-19 Avery Pennarunoptions.py: don't crash given semi-invalid optspecs.
2012-02-22 Avery Pennaruncmd/ftp: don't do MacOS readline bindings on non-MacOS.
2012-01-19 Avery Pennaruncmd/ftp: fix tab completion on MacOS.
2011-11-04 Avery Pennarunoptions.py: relicense to 2-clause BSD license.
2011-10-31 Avery Pennarunbupsplit.c: remove extra-large stack-allocated array...
2011-06-09 Avery PennarunDisable t/test-meta.sh in 'make test' unless TEST_META=1 bup-0.25-rc1
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningAdd utimes/lutimes implementations of _helpers utime...
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-06-09 Rob BrowningTest for available nanosecond stat timestamp members.
2011-06-09 Rob BrowningAdd config.h dependency to _helpers in csetup.py.
2011-06-09 Rob BrowningAdd -*-shell-script-*- to configure.inc.
2011-06-09 Rob BrowningUse FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the...
2011-06-09 Rob BrowningVerify the expected length of saved_errors in tmetadata.py.
2011-06-09 Rob BrowningDon't use xstat.lutime() in test-meta.sh when xstat...
2011-06-09 Rob BrowningAdd meta support for restoring filesystem sockets.
2011-06-09 Rob BrowningAdd _recognized_file_types(); defer error for unrecogni...
2011-06-09 Aneurin Pricemake clean: Remove dlls from child directories
2011-06-09 Aneurin Priceconfigure.inc: strip trailing characters from 'uname...
2011-06-07 Avery PennarunUpdate bupsplit.[ch] to have a less restrictive BSD...
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-31 Aaron M. Uckoindex.py: new format (V3), with inodes, link counts...
2011-05-31 Aaron M. UckoCap timestamps in index to avoid needing to worry about...
2011-05-31 Aaron M. Uckoindex.py: factor out an Entry._fixup_time method.
2011-05-31 Aaron M. UckoImprove formatting of error and warning messages.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery Pennarunt/test.sh: 'ls' on NetBSD sets -A by default as root...
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 Rob BrowningRely on options.parse() for more of the meta and xstat...
2011-05-08 Rob BrowningRemove vestigal clean target comment regarding pybuptes...
2011-05-08 Rob BrowningAdd initial timespec behavior tests.
2011-05-08 Rob BrowningReturn None from bup_set_linux_file_attr() and bup_utim...
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-05-08 Rob BrowningDrop xstat floating point timestamp support -- use...
2011-05-08 Rob Browningxstst-cmd.py: test for _have_utimensat rather than...
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.
next