]> arthur.barton.de Git - bup.git/shortlog
bup.git
2016-06-12 Rob BrowningAdd note/0.28-from-0.28.1.md and mention in README 0.28.1
2016-06-11 Rob Browningtest-web: use path with unique unicode sequence
2016-06-11 Rob Browningtest-meta: loosen expected rsync diff pattern
2016-06-03 Rob BrowningFix release archives and add tests
2016-06-03 Rob Browningwvtest.sh: fix WVDIE
2016-06-03 Rob BrowningAdd config.vars.sh for bup_make and bup_python
2016-06-03 Gernot Schulzbup-python: respect umask when adding execute bit
2016-06-03 Karl Semichdrecurse.py: add missing resolve_parent import
2016-05-24 Rob BrowningUpdate HACKING and README for 0.28 0.28
2016-05-24 Rob BrowningCompute exact sizes via t/data-size in test-gc.sh
2016-05-21 Rob BrowningAdd xattr EACCES fix to release notes 0.28-rc3
2016-05-21 Rob BrowningDon't return const types from sparse find helpers
2016-05-21 Rob BrowningTreat EACCES like EPERM when removing xattrs
2016-05-21 Rob BrowningAdd thanks to 0.28 release notes 0.28-rc2
2016-05-20 Rob BrowningAdd note/0.27.1-from-0.27.md and mention in README
2016-05-20 Rob BrowningMerge restore --sparse corruption fix
2016-05-20 Rob Browningrestore: fix --sparse corruption
2016-05-20 Rob Browningtest-sparse-files: use bup-python in master
2016-05-20 Frank Gevaertsrestore: test --sparse with zeros at 64k boundary
2016-05-20 Rob Browningrestore: add generative --sparse testing
2016-05-20 Rob BrowningUse $RANDOM seed for --sparse random tests
2016-04-03 Rob BrowningAdd note/0.28-from-0.27.md and mention in README 0.28-rc1
2016-04-03 Rob BrowningREADME: update deps, platforms, related projects
2016-04-03 Rob Browningrm/gc: update README and mention testing in bup-gc(1)
2016-04-03 Rob BrowningReflect availability of experimental rm/gc in docs
2016-04-03 stevelrAdd add_error imports missed in import * removal
2016-04-02 Rob BrowningCheck saved_errors before and after every test
2016-03-26 Rob Browningtest_server_split_with_indexes: close packwriter
2016-03-26 Rob Browningtest-rm: replace pipefail with explicit tests
2016-03-22 Rob Browningsync-trees: drop -X and retry if -X fails
2016-03-19 Rob Browningcompare-trees: drop -X and retry if -X fails
2016-03-13 Rob Browningfuse: remove redundant custom Stat class
2016-03-13 Rob Browningfuse: add --verbose argument and use it
2016-03-12 Rob Browningweb: retrieve paths exactly as presented
2016-03-12 Rob BrowningMerge web GET fix and SIGTERM and unix:// support
2016-03-12 Rob Browningweb: fix broken GETs and test
2016-03-12 Rob Browningweb: add missing chunkyreader import
2016-03-12 Rob Browningweb: for unix://path, listen on filesystem socket
2016-03-12 Rob Browningweb: attempt orderly shut down on SIGTERM
2016-03-05 Rob Browningweb: remove unneeded __name__ == '__main__' guard
2016-03-05 Rob Browningbup-index.md: fix path ref; update description
2016-03-05 Rob BrowningNever omit explicitly named mounts during index -x
2016-03-05 Rob Browningindex: raise children_n limit to struct 'I' max
2016-02-22 Rob Browningindex: always return at least the root for filter prefixes
2016-02-14 Rob Browningtest-rm: match rsync output against rx, not string
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningMerge initial bup rm command
2016-02-14 Paul Kronenwettergc-cmd: add the bup-python #! preamble
2016-02-14 Paul Kronenwetterrm-cmd: add the bup-python #! preamble
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-02-14 Rob BrowningAdd "bup rm", but require --unsafe invocation
2016-02-14 Rob Browninggit.py: add walk_object
2016-02-13 Rob BrowningAdd author and committer arguments to new_commit()
2016-02-13 Rob BrowningAdd imports missed during helpers import * removal
2016-01-24 Rob Browningbup-index.md: elaborate on update path handling
2016-01-18 Rob BrowningPackWriter _end: fsync parent dir (not fdatasync)
2016-01-18 Rob BrowningSync pack data more carefully when writing
2016-01-18 Rob Browning_write_pack_idx_v2: close idx_map separately
2016-01-18 Rob BrowningPackWriter open: clean up fd if fdopen fails
2016-01-18 Rob BrowningPackWriter init: initialize file guard first
2016-01-18 Rob BrowningPackWriter _end: try to always close the file
2016-01-18 Rob BrowningPackWriter _abort: try to always close the file
2016-01-17 Rob Browningls: add missing sys and columnate imports
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-17 Rob BrowningAdd initial test-list-idx.sh
2016-01-09 Rob BrowningAdd trivial test-main.sh
2016-01-09 Rob Browninghelpers: rename realpath to resolve_parent
2016-01-05 Tadej JanežREADME: add info about Fedora package
2016-01-01 Rob Browningfdatasync: call F_FULLFSYNC fcntl on OS X
2016-01-01 Rob Browningtest-ls: add missing WVPASSes to report failures
2016-01-01 Rob BrowningUse BytesIO instead of StringIO
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2016-01-01 Rob BrowningUse Python 3 compatible octal notation
2016-01-01 Rob BrowningCapture and check top level wvtest watch messages
2015-12-30 Rob BrowningMakefile: don't conflate DESTDIR with MANDIR etc.
2015-12-29 Rob Browningwvtest.py: set wvtest to wvtest module if __main__
2015-12-29 Rob Browningwvtest.py: correct bup-python in #! preamble
2015-12-27 Rob BrowningHave clean depend on bup-python so tools can too
2015-12-27 Rob BrowningGuard posxi1e has_extended with HAS_EXTENDED_CHECK
2015-12-27 Rob Browningindex: mention Btrfs in --no-check-device docs
2015-12-24 Rob BrowningSet sort LC_ALL=C correctly in test-meta and test-xdev
2015-12-23 Rob BrowningMakefile: set default install PREFIX to /usr/local
2015-12-20 Rob Browningfmincore: treat mmap EINVAL as ENODEV (i.e. skip)
2015-12-19 Rob BrowningMakefile: pass MAKE to ./configure
2015-12-19 Rob Browninggitignore: add /sampledata/var; clean up
2015-12-19 Rob BrowningMove remainder of config/Makefile to Makefile
2015-12-19 Rob BrowningBuild docs via top Makefile
2015-12-19 Rob BrowningGenerate bup-python from Makefile not configure
2015-12-18 Rob Browning"Fix" tests with differing logical/physical paths
2015-12-18 Rob BrowningMakefile: check $(shell) exit statuses
2015-12-18 Rob BrowningChange remaining uses of python to bup-python
2015-12-18 Rob BrowningMakefile: fix tests with bash and pipefail
2015-12-18 Rob BrowningFix python-cmd.sh generation and cleanup
2015-12-18 Rob Browningconfigure-version: completely handle _version.py
2015-12-17 Rob Browninghashsplit: skip uncaching when mmap is unsupported
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-12-12 David Kettlertest-tz.sh: test save in a fractional time zone
2015-12-12 Rob BrowningFix utc_offset_str for fractional TZs
2015-12-12 Rob BrowningCall tzset before localtime_r as required by POSIX
2015-11-29 Rob Browningtest-fuse.sh: remove vestigial bash date expansion
next