]> arthur.barton.de Git - bup.git/history - lib
Handle mincore cross-platform differences
[bup.git] / lib /
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...
2013-11-01 Rob BrowningDon't expect an attr error when the metadata has no...
2013-11-01 Rob Browningtmetadata.py: don't look for attr and xattr errors...
2013-11-01 Rob BrowningFix xattr tests and bugs revealed (fully remove set...
2013-11-01 Rob BrowningFix ACL tests, and the bugs revealed thereby.
2013-10-31 Rob Browningmeta-cmd.py: actually respond to recursion options.
2013-10-30 Aidan Hobson SayersRemove misleading -1 from BUP_WINDOWSIZE definition.
2013-10-23 Rob BrowningDon't create ACL objects until they're needed.
2013-10-22 Rob Browningmetadata_file(): don't load metadata objects for all...
2013-10-08 Rob Browningbloom-cmd.py: close open file object for tfname before...
2013-10-08 Rob BrowningFall back from mknod() to socket()/bind() on EPERM...
2013-10-07 Rob BrowningHandle EOPNOTSUPP as an indicator that Linux attrs...
2013-09-23 Rob BrowningMove _helper.c's Python.h back up (now to the top)... 0.25-rc3
2013-09-20 Rob BrowningMove non-system includes after system includes in _help...
2013-09-18 Rob BrowningIgnore unimplemented metadata record during read (_rec_...
2013-09-18 Rob BrowningQuash stat(2) st_rdev unless we're going to need it...
2013-09-17 Rob Browningwrite_idx: make filename char* non-const (fixes python...
2013-09-16 Rob BrowningFix path ownership restoration problems on Cygwin.
2013-09-16 Rob BrowningTreat ENOSYS like EOPNOTSUPP in _add_posix1e_acl().
2013-09-16 Rob BrowningFix minor typo in Metadata.read() in metadata.py.
2013-09-16 Rob BrowningAlways fall back to socket()/bind() when os.mknod(...
2013-09-16 Rob BrowningDon't try to load POSIX1e ACLs when the library isn...
2013-09-07 Rob BrowningStop interleaving stream and mmap IO operations when...
2013-08-26 Kumar AppaiahAdd -l and --human-readable options to "bup ls".
2013-08-26 Kumar AppaiahAdd --human-readable option to "bup web".
2013-08-25 Rob Browningmain.py: forward SIGTSTP/SIGCONT so "C-z" will actually...
2013-08-17 Zoran Zaricgit.py: don't automatically initialize ~/.bup if it...
2013-08-11 Julien Cristau_helpers.c: be careful about memory alignment in bloom...
2013-08-10 Robert S. EdmondsSkip test_handling_of_incorrect_existing_linux_xattrs...
2013-07-31 Rob Browning_apply_linux_attr_rec: treat ENOSYS like EOPNOTSUPP... bup-0.25-rc2
2013-07-31 Rob Browning_create_via_common_rec: treat rmdir() EEXIST like ENOTE...
2013-07-30 Zoran ZaricCurrently bup only indexes physical parent paths; adjus...
2013-07-04 Rob BrowningCompletely disable ACL support on OS X for now.
2013-06-08 Rob Browninggit.py: flush idx_map before close so FILE* operations...
2013-05-27 Rob BrowningSkip the large bloom filter test if mmap fails on 32...
2013-05-27 Rob Browningmetadata.py: use socket() instead of mknod(...IF_SOCK...
2013-05-27 Rob BrowningUse sys.platform instead of platform.system().
2013-05-18 Yung-Chin OeiCatch errors when restoring Linux attrs into xfs or...
2013-04-14 Rob Browningtgit.py: set BUP_MAIN_EXE and BUP_DIR in testpacks().
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-18 Zak WilcoxAdd a --no-check-device option to bup index (cf. tar).
2013-03-17 Jakob Matthesbup drecurse/index: allow non-directory --exclude and...
2013-03-16 Rob Browningmetadata.py: ignore posix1e if platform.system() includ...
2013-03-16 Rob Browningtmetadata.py: skip test_apply_to_path_restricted_access...
2013-03-16 Rob Browningmetadata.py: always set xattr to None by default.
2013-03-16 Rob BrowningDon't even test for Linux xattrs if platform.system...
2013-03-16 Rob BrowningTake additional precautions with the Python/C conversio...
2013-03-16 Mark J HewittUse the correct C types when converting between C and...
2013-03-10 Rob BrowningNormalize stat(2) timespecs in _helpers.c.
2013-03-08 Rob BrowningFix use of Python assert() with respect to optimization.
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2013-03-01 Rob BrowningOfficially drop support for Python 2.4.
2013-02-12 Rob BrowningAdd the filename/fd and invalid value to stat_struc_to_...
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-09 Rob BrowningChange index; include atime; pack time as xstat timespe...
2013-02-03 Rob BrowningHandle nonexistent groups in Metadata._apply_common_rec().
2013-02-03 Rob BrowningCache all password (pwd) and group (grp) database lookups.
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2013-01-23 Yung-Chin OeiRemove dependency on linux/ext2_fs.h
2012-12-31 Martin ZimmermannCheck for a Node's parent before trying to print its...
2012-12-30 Rob BrowningAdd a metadata() method to Node, File, Symlink, and...
2012-12-25 Rob BrowningDefer errors when the restore target doesn't support...
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-11-23 Rob BrowningSince 'latest' is computed by revs[0], it must exist...
2012-11-23 Rob BrowningUse branch tip, not newest date to choose 'latest'...
2012-10-20 Rob BrowningAdd _open_noatime() and use it bup_get_linux_file_attr().
next