]> arthur.barton.de Git - bup.git/history - lib
Makefile: fix test pattern to include t/test.sh
[bup.git] / lib /
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-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 BrowningRework write_sparsely() to fix in-buffer zero runs
2015-03-28 Rob BrowningCreate t/sampledata/var/ and version it
2015-03-15 Rob BrowningUse *native* type sizes in file attr guard
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-03-08 Rob Browningtindex.py: move test file foo to t/tmp
2015-03-08 Rob Browningsampledata: use a local absolute symlink, not /etc
2015-03-01 Holger Dellvfs.py: remove redundant assignment
2015-02-16 Rob Browningweb: URL escape link components 0.27-rc1
2015-02-16 Rob Browningweb: don't double-escape title path
2015-02-16 Rob Browningsave: make --strip-path=/ a no-op
2015-02-07 Rob Browninghlinkdb.py: clean up temp file more carefully
2015-02-01 Rob Browningon: handle remote stdout and stderr via mux
2015-01-31 Rob Browningtmetadata.py: print saved_errors in from_path test
2015-01-26 Aidan Hobson SayersDon't fadvise we don't need data that we do need
2015-01-22 Rob Browningtgit.py: set git committer/author info
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-16 Gabriel Filiontag-cmd.py: use git update-ref to delete tags
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-13 Rob BrowningAdd support for "restore --sparse"
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 R. Andrew OhanaOmit htonll when already #defined
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 BrowningInitialize _file in MetaStoreReader before open
2014-06-10 Greg TroxelAvoid using incomplete utimensat implementations.
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-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
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-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-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 SayersDrop 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-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-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-03-29 Mark J Hewittt/tmetadata.py: accommodate changes to xattr.set error...
2014-03-23 Rob BrowningPass any VFS Dir() constructor keywords on to Node().
2014-03-23 Rob Browningmetadata.py: xattr exception strings don't have path...
2014-03-21 Rob Browning_helpers.c: use "unsigned long long" in ASSIGN_PYLONG_T...
2014-03-18 Rob BrowningDisable -Wtautological-compare for INTEGER_TO_PY()...
2014-02-15 Aidan Hobson SayersAlways return a level 0 blob from _splitbuf() for BLOB_...
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-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 BrowningFix drecurse relative --excludes, quash duplicates...
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 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-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-07 Rob BrowningCheck for overflow when converting from Python to unsig...
2013-12-28 Rob BrowningDon't require non-negative timespec ns; fix stat timest...
2013-12-28 Rob BrowningRemove ancient lib/tornado in favor of an external...
2013-12-28 Rob BrowningAlways publish (l)utimes in helpers when available...
2013-12-28 Rob BrowningRemove vestigial and inappropriate isnan()/isinf()...
2013-12-24 Rob BrowningAdd -n, -A, -F, --file-type, --numeric-ids and detailed...
2013-12-21 Rob BrowningAlways publish utimensat in helpers when available...
next