]> arthur.barton.de Git - bup.git/shortlog
bup.git
2015-02-01 Rob Browningtest-meta.sh: use a tmpdir, not ./bupmeta.tmp
2015-02-01 Rob Browningtest-meta.sh: move mount points to t/mnt
2015-01-31 Rob Browningsave: make save tree collisions a deferred error
2015-01-31 Rob Browningsave: always push parents when entering a subtree
2015-01-31 Rob Browningsave-cmd.py: remove redundant _push()
2015-01-31 Rob Browningtmetadata.py: print saved_errors in from_path test
2015-01-31 Rob Browningtest-fuse: unset BLOCK_SIZE, etc. for ls output
2015-01-26 Aidan Hobson... Don't fadvise we don't need data that we do need
2015-01-22 Rob Browningtest-meta.sh: handle BUP_DIR via wvmktempdir
2015-01-22 Rob Browningtgit.py: set git committer/author info
2015-01-14 Rob Browningon: always catch our exceptions
2015-01-14 Rob Browningon: only wait for a process if it might exist
2015-01-06 Thiago Barroso... add Arch Linux to list of known OSs with binary packages
2014-12-31 Rob BrowningSkip dependent tests if we can't load loop or fuse
2014-11-20 Gabriel FilionCall add_error() with one arg on readlink failure
2014-11-19 Gabriel Filionindex: Correct inconsitency in documentation of modes
2014-11-17 Gabriel FilionCorrect claim about number of packs per backup
2014-11-17 Gabriel Filiontag: remove docstring about unexistant feature
2014-11-16 Gabriel Filiontag-cmd.py: fix -f placement in delete synopsis
2014-11-16 Gabriel Filiontag-cmd.py: rephrase -f summary in optspec
2014-11-16 Gabriel Filiontag-cmd.py: use git update-ref to delete tags
2014-11-13 Rob Browningmux: support wrapping arbitrary commands
2014-11-12 Rob Browningtest-on.sh: exit only once on source failure
2014-11-10 Rob BrowningTest for load failures in t/test-*.sh
2014-10-17 Rob Browninggit.py: generalize update_ref() to support tags in...
2014-10-17 Rob Browninggit.py: allow the specification of a repo_dir to update...
2014-10-17 Rob BrowningAllow the specification of a repo_dir to some VFS and...
2014-10-17 Rob BrowningAllow per-instance specification of the repo_dir for...
2014-10-17 Rob Browningtest-meta.sh: add missing "$() || exit $?" tests
2014-10-17 Rob BrowningChange incorrect unknown-owners references
2014-10-17 Rob Browningtest-meta.sh: escape user/group expressions
2014-10-17 Rob Browningtest-meta.sh: finish renaming variables
2014-10-17 Rob Browningtest-cat-file.sh: handle hashsplit bupm files
2014-10-13 Rob BrowningAdd support for "restore --sparse"
2014-09-11 Gabriel Filionsave: catch and log SSH errors
2014-08-29 Rob BrowningFix typo in atomically_replaced_file docstring
2014-08-11 Mark J HewittAssume FS_IOC_GETFLAGS may trash output on error
2014-08-08 Rob BrowningHandle kernel/FUSE disagreement over Linux attrs
2014-08-08 Nathan BirdOnly silence ENOENT in helpers.unlink
2014-08-06 Rob Browningatomically_replaced_file: ensure error leaves original
2014-08-05 Rob BrowningMerge work on atomic writes
2014-08-05 Rob Browningthelpers.py: use t/tmp as the tmpdir parent
2014-08-05 Rob BrowningAdjust atomically_replaced_file documentation.
2014-08-05 Nathan BirdAdd atomically_replaced_file for safer output
2014-07-30 Tim Riemenschneidertest-fuse.sh: make ls output locale independent
2014-07-30 R. Andrew OhanaOmit htonll when already #defined
2014-07-20 Nick AlcockCorrect author for 497505901824dd7382d1d80e152f6b6d810a2844
2014-07-20 NixJust log when skipping a large file during save
2014-07-17 Will RouesnelFix HEAD request handling in bup-web
2014-07-15 Rob Browningtest-fuse.sh: use invariant test data
2014-07-08 Rob BrowningHACKING: update to reflect 0.26 release 0.26
2014-07-06 Rob Browningtest-fuse.sh: set TZ=UTC for ls dates
2014-07-03 Patrick RouleauAvoid uid/gid 0 metadata tests when ids don't exist 0.26-rc2
2014-07-03 Patrick Rouleautest-meta.sh: use user's uid/gid, not 0
2014-06-30 Rob Browningformat-subst.pl: check for subcommand failure
2014-06-30 Rob Browningparse_excludes: drop empty --exclude-from paths
2014-06-30 Rob BrowningIgnore empty lines in --exclude-rx-from files
2014-06-28 Rob Browningsave-cmd.py: don't test for meta index via access()
2014-06-28 Rob BrowningInitialize _file in MetaStoreReader before open
2014-06-10 Greg TroxelAvoid using incomplete utimensat implementations.
2014-06-06 Rob Browningweb-cmd.py: open browser from ioloop callback
2014-06-06 Holger Dellweb-cmd.py: add --browser option to open the site
2014-06-05 Rob Browningfuse-cmd.py: given --meta, report original metadata
2014-06-04 Holger DellMakefile: add missing t/test-save-creates-no-unrefs.sh
2014-06-04 Holger Dellmangle_path: verify chunked name refers to git dir
2014-06-04 Holger Dellgit.py: fix minor typos in comments
2014-06-02 Rob Browningimport-rdiff-backup-cmd: invoke mktemp more portably
2014-05-31 Brandon SmithUS/Central is not a common timezone, use America/Chicago
2014-05-31 Brandon Smitht/force-delete: bash is not always at /bin/bash
2014-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
2014-05-28 Rob BrowningKeep PackMidx pointers until finished with mmap
2014-05-28 Patrick Rouleaumidx: close the mmap before erasing an midx file
2014-05-23 Rob BrowningDon't call _mksubs() in VFS Node nlink()
2014-05-21 Rob BrowningUse CatPipe, not show, in git_commit_dates()
2014-05-21 Rob BrowningMove VFS cp() to git.py; handle repodir changes
2014-05-17 Rob BrowningFix git_commit_dates() to handle (obvious) duplicates
2014-05-14 Rob BrowningInitialize MetaStoreWriter self._file to None
2014-05-14 Rob BrowningRe-allow backup set names containing "/"
2014-05-13 Gabriel FilionMove unshared version code from helpers to version... 0.26-rc1
2014-05-12 Rob BrowningReturn integers, not strings from get_commit_dates()
2014-05-11 Simon PerssonAlways line-buffer bup restore stdout
2014-05-10 Rob BrowningFind SC_ARG_MAX via C sysconf().
2014-05-10 Rob BrowningRead ARG_MAX directly via os.sysconf('SC_ARG_MAX').
2014-05-10 Rob BrowningRevert "Write the system ARG_MAX to an autogenerated...
2014-05-08 Rob BrowningRetrieve the dates for all branches with one bulk git...
2014-05-08 Rob BrowningAdd a batchpipe() command to helpers that behaves somew...
2014-05-08 Rob BrowningWrite the system ARG_MAX to an autogenerated config...
2014-05-08 Rob BrowningMerge work to make helpers.next() match the newer Pytho...
2014-05-08 Rob BrowningOnly define helpers.next() if Python's isn't new enough.
2014-05-08 Aidan Hobson... Drop helpers.next() and just use Python's built-in.
2014-05-02 Rob Browninghelpers.py: use returncode to get the subprocess exit...
2014-05-02 Rob BrowningUse the author date, not committer date for the bup...
2014-05-02 Rob Browninghelpers.py: check subprocess exit status in readpipe().
2014-04-27 Patryck Rouleautest-ls.sh: handle Cygwin's coupling of timestamp/permi...
2014-04-24 Rob BrowningAdd VFS Node release() and release nodes during restore...
2014-04-10 Rob Browningsave-cmd.py: hashsplit .bupm metadata files.
2014-04-10 Rob BrowningMerge work to have "bup split" produce a top-level...
2014-04-10 Rob BrowningAlways name the top-level split file "data", instead...
2014-04-06 Yung-Chin OeiMake bup-split commits appear as files to the vfs layer.
2014-04-04 Rob Browningvfs.py: don't redundantly _populate_metadata for Dir()s.
next