]> arthur.barton.de Git - bup.git/shortlog
bup.git
2016-10-30 Rob Browningbup_rm: take opts as individual arguments
2016-10-30 Rob Browningrm: move core code to bup.rm module
2016-10-22 Rob Browningwalk_object: rewrite as nonrecursive
2016-10-12 Rob BrowningINDEX_SIG: widen children_ofs to 64-bit
2016-10-10 Rob BrowningMake INDEX_SIG a bit easier to understand
2016-09-10 Rob BrowningReport unknown root status if getwindowsversion > 5
2016-09-10 Rob BrowningDetect root-status failures
2016-09-10 Rob Browningbup-gc(1): correct default compression level
2016-09-10 Rob BrowningRequire Python 2.6 or newer
2016-09-10 Rob Browningwvtest: chdir to start dir before extracting stack
2016-09-10 Rob Browningwvtest: precompile _code() regex
2016-09-07 Rob BrowningHandle ntfs-3g EINVAL for attr save/restore
2016-09-07 Rob BrowningCheck attr value *after* ensuring call succeeded
2016-07-23 Rob Browningwvtest_main: use immutable arg default value
2016-07-17 Rob Browninggc: actually allow --threshold arg
2016-07-17 Rob Browningcleanup-mounts-under: skip if no /proc/mounts
2016-07-16 Rob BrowningDon't use multiple with context clauses
2016-07-09 Rob Browningimport-duplicity: use readpipe, not check_output
2016-07-09 Rob Browningtest-fuse: skip tests if no fuse module
2016-07-09 Rob Browningtest-web: s/python/bup-python/
2016-07-03 Rob Browning_encode_packobj: raise ValueError for bad level
2016-07-03 Jacob Edelman_encode_packobj: raise BaseException for bad level
2016-07-02 Bruno BigrasREADME: git clone with https
2016-07-02 Rob Browningtest-web: silence curl during socket test
2016-07-02 Rob Browningtest-web: skip tests if no tornado
2016-07-02 Rob Browninggc: explicitly handle missing objects
2016-07-01 Jonathan WrightFix fsyncing on OSX on SMB file-systems
2016-06-12 Rob BrowningCheck save/split names early via valid_save_name
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
next