]> arthur.barton.de Git - bup.git/history - lib
Guard posxi1e has_extended with HAS_EXTENDED_CHECK
[bup.git] / lib /
2015-12-27 Rob BrowningGuard posxi1e has_extended with HAS_EXTENDED_CHECK
2015-12-20 Rob Browningfmincore: treat mmap EINVAL as ENODEV (i.e. skip)
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 BrowningFix utc_offset_str for fractional TZs
2015-12-12 Rob BrowningCall tzset before localtime_r as required by POSIX
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-14 Rob BrowningHandle mincore cross-platform differences
2015-07-14 Rob BrowningHandle sysconf results more carefully
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-14 Rob BrowningTagDir._mksubs: remove duplicate FakeSymlink arg
2015-05-23 Rob BrowningAvoid fadvise (since it doesn't work as expected)
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...
next