]> arthur.barton.de Git - bup.git/shortlog
bup.git
2012-10-20 Rob BrowningDefault to stdin/stdout in bup meta when -f is not...
2012-10-20 Rob BrowningChange metadata "owner" to "user" everywhere to match...
2012-10-20 Rob BrowningFix metadata._set_up_path() to allow restoration of...
2012-10-18 Rob BrowningDon't attempt to remove the Linux attr extents flag...
2012-10-15 Rob BrowningMake "bup meta -tv" output look somewhat like "ls ...
2012-10-15 Rob BrowningMake "bup meta -tvv" output identical to "bup xstat".
2012-10-15 Rob BrowningAdd symbolic mode information to xstat output, i.e...
2012-10-14 Rob BrowningDon't try to restore read-only chattr(1) attributes.
2012-10-14 Rob BrowningFix typo in _create_via_common_rec() exception message.
2012-10-14 Rob BrowningRecord the file size as Metadata.size when possible.
2012-10-14 Rob BrowningFix types and add missing elements to Entry.__repr__...
2012-10-14 Rob BrowningOn ENOTTY or ENOSYS, assume filesystem doesn't support...
2012-10-09 Gabriel FilionRectify bup-split documentation for the fanout option.
2012-10-06 Gabriel FilionDocumentation: Protect file extensions from start of...
2012-10-06 Zoran ZaricMake import-rdiff-backup's output more verbose
2012-10-06 Zoran ZaricCatch ^C in import-rdiff-backup
2012-10-06 Zoran ZaricAdd a testcase for the import-rdiff-backup command
2012-10-06 Zoran ZaricAdd documentation for import-rdiff-backup
2012-10-06 Zoran ZaricImplement a import-rdiff-backup command
2012-09-28 Yung-Chin Oeigit.py: avoid repeated string-copying in tree_decode()
2012-09-27 Zoran ZaricEnable the reflog when initializing the repository.
2012-09-26 Rob BrowningChange a few Makefile vars using ${} to use $() to...
2012-09-26 Thomas KlausnerFix GNU make detection and usage.
2012-09-24 Oei, Yung-ChinCalling bup-server with "-r host:" fails to activate...
2012-09-24 Rob BrowningChange userfullname() default back to "user%d" for...
2012-09-22 Michael WittenFallbacks for missing GECOS data; this solves a test...
2012-09-08 Yung-Chin Oeit/test.sh: add "-a" to ls invocation when testing for...
2012-08-17 Gabriel FilionAdd BUP_DIR to the subprocess environment during set...
2012-08-17 Gabriel FilionRemove useless code in main.py around the -d option
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
next