]> arthur.barton.de Git - bup.git/shortlog
bup.git
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.
2014-04-03 Rob BrowningAdd initial support for ls(1) style "-d" argument to...
2014-04-03 Rob Browningindex.py: fix typo in Writer._add.
2014-04-02 Patryck Rouleauindex-cmd: prevent a division by zero while computing...
2014-03-29 Mark J Hewittt/tmetadata.py: accommodate changes to xattr.set error...
2014-03-27 Rob Browningt/test-meta.sh: fix xattr.set test broken by path outpu...
2014-03-23 Rob BrowningPass any VFS Dir() constructor keywords on to Node().
2014-03-23 Rob Browningwvtest.sh: add WVDIE().
2014-03-23 Rob Browningmetadata.py: xattr exception strings don't have path...
2014-03-23 Rob Browningtest-ls.sh: don't check the symlink file size on NetBSD...
2014-03-22 Rob Browningtest-ls.sh: get the group and gid from the filesystem.
2014-03-21 Rob Browning_helpers.c: use "unsigned long long" in ASSIGN_PYLONG_T...
2014-03-20 Rob Browningwvtest.sh: print a backtrace on failure when running...
2014-03-20 Rob Browningwvtest.sh: declare non-global variables to be local.
2014-03-20 Rob BrowningReport paths/s in index progress information.
2014-03-20 Rob BrowningUse "EXAMPLES" consistently in the manpages.
2014-03-20 Rob Browningwvtest.sh: add "Local Variables" for file's current...
2014-03-20 Rob Browningwvtest.sh: remove unused LVL variable.
2014-03-18 Rob BrowningDisable -Wtautological-compare for INTEGER_TO_PY()...
2014-03-17 Rob Browningtest-on.sh: add some simple "bup on" tests.
2014-02-18 Rob Browningtest-ls.sh: take only the first 10 chars from ls -l...
2014-02-17 Rob Browningtest-compression.sh: use "tar ... | wc -c" instead...
2014-02-17 Rob Browningtest-ls.sh: get the symlink mode from the host ls;...
2014-02-17 Dmitry PolushkinAdd acl and attr to Debian/Ubuntu build deps and defaul...
2014-02-15 Aidan Hobson... Always return a level 0 blob from _splitbuf() for BLOB_...
2014-02-14 Rob Browningsave-cmd.py, split-cmd.py: end the commit message with...
2014-02-14 Rob Browningsplit-cmd.py: respect --compress for remote repos too.
2014-02-14 Rob BrowningMove Client compression spec from constructor to new_pa...
2014-02-06 Rob Browningmetadata.summary_str(): don't ignore a size of 0 (i...
2014-02-06 Rob Browningtest-ls.sh: eliminate timezone dependencies; test dates...
2014-02-05 Rob BrowningRestore ls -l item sizes, and add initial tests for...
2014-02-04 Rob BrowningFix the ls -laAF options with respect to the VFS synthe...
2014-01-31 Rob Browningmetadata.py: add a more meaningful repr() to Metadata.
2014-01-31 Rob BrowningAdd --exclude-rx and --exclude-rx-from support to ...
2014-01-31 Rob BrowningFix drecurse relative --excludes, quash duplicates...
2014-01-31 Rob Browningbup-index.md: remove misleading --exclude expansion...
2014-01-29 Rob Browningvfs.py: replace "X" placeholder with the instance id...
2014-01-29 Rob Browninggit.py: remove unused home_repodir variable.
2014-01-29 Rob Browningt/test.sh: use a tmpdir in t/tmp instead of working...
2014-01-29 Rob Browningtmetadata.py, txstat.py: don't remove tmpdirs when...
2014-01-29 Rob Browningtmetadata.py, txstat.py: use t/tmp as the tmpdir parent.
2014-01-29 Rob Browningtindex.py: use a tmpdir in t/tmp instead of working...
2014-01-29 Rob Browningtclient.py: use a tmpdir in t/tmp instead of working...
2014-01-27 Rob Browningsave-cmd.py: disallow backup set names containing "/".
2014-01-25 Rob Browningtbloom.py: use a tmpdir in t/tmp instead of working...
2014-01-25 Rob BrowningChange -x/--xdev/--one-filesystem to include the mount...
2014-01-25 Rob Browningtgit.py: use a tmpdir in t/tmp instead of working direc...
2014-01-24 Rob Browningmetadata.py: remove obsolete comments.
2014-01-17 Rob BrowningMention par2 as one of the reasons you might want to...
2014-01-14 itxx00bup-restore.md: always initialize root_meta in do_root.
2014-01-12 Rob Browningbup-join.md bup-save.md: note that even with "-r" a...
2014-01-07 Rob BrowningCheck for overflow when converting from Python to unsig...
2013-12-31 Rob BrowningMove the main fsck tests from test.sh to test-fsck.sh.
next