]> arthur.barton.de Git - bup.git/shortlog
bup.git
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
2015-11-29 Rob BrowningChoose 2M when SC_ARG_MAX is -1 (unspecified)
2015-09-05 Rob Browningdemangle_name: handle .bupm files
2015-08-24 Rob Browningthashsplit: don't assume MINCORE_INCORE is defined
2015-08-01 Rob Browningvfs: remove support for /foo/TAG (keep /.tag/TAG)
2015-07-26 Rob Browningindex: drop uid/gid from the index
2015-07-26 Rob BrowningMove Cygwin uid/gid fixup from index to xstat
2015-07-18 Rob Browningconfig/configure: find bash via env (as we should)
2015-07-14 Rob BrowningHandle mincore cross-platform differences
2015-07-14 Rob BrowningHandle sysconf results more carefully
2015-07-05 Tadej JanežLICENSE: update to the current GNU LGPLv2 text
2015-07-04 Rob BrowningHACKING: explain running single and parallel tests
2015-07-04 Gabriel Filionimport-rsnapshot: exit with 1, not -1
2015-06-28 Rob BrowningMove _page_size to helpers.sc_page_size
2015-06-28 Rob BrowningGet SC_ARG_MAX from os.sysconf(), not C
2015-06-27 Rob Browninghashsplit: don't import * from bup.helpers
2015-06-21 Rob Browninglist_refs: add limit_to_heads and limit_to_tags
2015-06-20 Rob BrowningEject pages after save more selectively
2015-06-20 Rob BrowningEject our pages after save via fmincore
2015-06-20 Rob BrowningAdd fmincore to return an fd's mincore data
2015-06-20 Rob BrowningRevert "Avoid fadvise (since it doesn't work as expected)"
2015-06-20 Rob BrowningAdd offset argument to fadvise_done
2015-06-20 Rob Browningtest.sh: separate index and split/join tests
2015-06-14 Rob BrowningTagDir._mksubs: remove duplicate FakeSymlink arg
2015-06-13 Rob Browningtest-fuse: format save name with python, not bash
2015-06-13 Ben WiederhakeHACKING: fix format-patch example dir mismatch
2015-06-07 Ben Kellybup midx: fix --output when used with --auto or --force
2015-06-06 Rob Browningdo_midx_group: don't rely on global path variable
2015-05-23 Rob BrowningUpdate definition lists for pandoc 1.13
2015-05-23 Rob Browningwvtest: add watch/report subcmds for parallel runs
2015-05-23 Rob Browningwvtest: move top-level code to a run() function
2015-05-23 Rob Browningwvtestrun: move to wvtest and add "run" argument
2015-05-23 Rob BrowningAvoid fadvise (since it doesn't work as expected)
2015-05-09 Tadej JanežREADME: prefer "init -r" to "ssh ... bup init"
2015-04-26 Rob BrowningSign off on d612d9a599590cb53a76711754f9e031f66a330a
2015-04-26 Rob BrowningREADME.md: consistently refer to "make test"
2015-04-26 Rob BrowningHACKING: update for 0.27 release 0.27
2015-04-25 Rob BrowningMakefile: no really, run test.sh (fix subst too) 0.27-rc7
2015-04-25 Rob BrowningREADME.md: mention workaround for pwd test issue 0.27-rc6
2015-04-25 Rob BrowningMakefile: fix test pattern to include t/test.sh
2015-04-25 Rob Browningtest-xdev: show test skip messages via WVSTART
2015-04-24 Johannes BergReject invalid string in --date argument
2015-04-11 Rob BrowningIgnore lchmod() ENOSYS (i.e. function not implemented) 0.27-rc5
2015-04-11 Rob Browningconfigure-sampledata: remove vestigial etc too
2015-03-29 Rob BrowningDon't use "cp -a"
2015-03-28 Rob BrowningGet TZ offset from C localtime, given tm_gmtoff 0.27-rc4
2015-03-28 Rob BrowningMerge --sparse restore fix and test improvements
2015-03-28 Rob BrowningAdjust sparse restore tests for test fs block size
2015-03-28 Rob BrowningRework write_sparsely() to fix in-buffer zero runs
2015-03-28 Rob BrowningTest sparse restore of short in-buffer zero run
2015-03-28 Rob BrowningUse t/sampledata, not make install, for tests
next