]> arthur.barton.de Git - bup.git/history - lib
do_bloom(): remove unused "count" variable
[bup.git] / lib /
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...
2013-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
2013-12-21 Thomas KlausnerAdd index option "--exclude-rx-from FILE".
2013-12-19 Rob BrowningStop testing negative timestamps -- they're not necessa...
2013-12-18 Rob BrowningRequire utimensat or utimes/lutimes.
2013-12-06 Thomas Klausnertmetadata.py: chmod tree before deletion to fix NetBSD...
2013-12-05 Rob BrowningAdd helpers.fdatasync(); fix interleaved mmap/read...
2013-11-29 Aurelien JarnoUse the correct types when calling FS_IOC_GETFLAGS...
2013-11-23 Rob BrowningFix off-by-one in MAX_PER_TREE guard in _squish().
2013-11-23 Rob BrowningEnforce MAX_PER_TREE by always _squish()ing in spit_to_...
2013-11-20 Rob BrowningRemove redundant *bits assignment in bupsplit_find_ofs().
2013-11-19 Thomas KlausnerCompletely disable ACL support on NetBSD for now.
2013-11-19 Rob Browningmetadata.py: fix incorrectly indented line in Writer...
2013-11-19 Rob Browningmetadata.py: fix variable access in Writer.add(); tmax...
2013-11-10 Rob Browning_helpers.c: be smarter when converting unknown integer...
2013-11-09 Rob Browningxstat.py: include "s" for socket in mode strings, i...
2013-11-08 Rob Browningindex.py: compute the index metadata offset more carefully.
2013-11-07 Rob BrowningTreat stat fields correctly as signed, unsigned, or...
2013-11-06 Rob BrowningDon't include atime when determining hardlink compatibi...
2013-11-05 Rob BrowningInclude the chattr value in the ApplyError.
2013-11-05 Rob Browning_apply_linux_xattr_rec(): do nothing if no rec; fix...
next