]> arthur.barton.de Git - bup.git/history - lib/bup/_helpers.c
hashsplit: replace join_bytes with cat_bytes
[bup.git] / lib / bup / _helpers.c
2020-02-02 Rob Browninghashsplit: replace join_bytes with cat_bytes
2020-02-02 Rob BrowningAdjust memtest and random_sha for python 3 and enable...
2020-02-02 Rob BrowningINTEGRAL_ASSIGNMENT_FITS: actually provide return value...
2020-02-02 Rob Browningwrite_sparsely bitmatch set_linux_file_attr: accommodat...
2020-02-02 Rob Browningset_linux_file_attr: accommodate python 3
2020-01-20 Rob Browningmerge_into: accommodate python 3
2020-01-20 Rob Browningfirstword extract_bits: accommodate python 3
2020-01-20 Rob Browningopen_noatime bup_get_linux_file_attr: accommodate python 3
2020-01-20 Rob Browningwrite_idx: switch to buffer to accommodate python 3
2020-01-12 Aidan Hobson SayersFix memory leak in *stat calls in _helpers.c
2020-01-12 Greg Troxelbloom_add: avoid declaration inside for statemnet
2019-12-15 Rob BrowningMake adjustments to fix tbloom for python 3
2019-11-30 Rob Browning_helpers: fix -Wsign-compare warnings
2019-10-13 Rob BrowningFix hashsplit for python 3; add compat.buffer
2019-10-13 Rob Browningtxstat: fix for python 3
2019-09-29 Rob Browningbup_stat bup_lstat: always treat path as binary
2019-08-18 Jamie WyrickInclude <sys/time.h> for lutimes, if available.
2018-03-25 Rob Browning_cmp_sha: Replace manual sha comparison with memcmp
2018-02-25 Rob BrowningSwitch mincore to Py_buffer for py3
2018-01-27 Rob Browning_helpers: fix module init, and get it at least building...
2018-01-27 Rob BrowningDon't use cmp()
2016-09-07 Rob BrowningCheck attr value *after* ensuring call succeeded
2016-05-21 Rob BrowningDon't return const types from sparse find helpers
2016-05-20 Rob BrowningMerge restore --sparse corruption fix
2016-05-20 Rob Browningrestore: fix --sparse corruption
2016-03-05 Rob Browningindex: raise children_n limit to struct 'I' max
2015-12-12 Rob BrowningCall tzset before localtime_r as required by POSIX
2015-07-14 Rob BrowningHandle mincore cross-platform differences
2015-07-14 Rob BrowningHandle sysconf results more carefully
2015-06-28 Rob BrowningGet SC_ARG_MAX from os.sysconf(), not C
2015-06-20 Rob BrowningEject pages after save more selectively
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-05-23 Rob BrowningAvoid fadvise (since it doesn't work as expected)
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-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2014-10-13 Rob BrowningAdd support for "restore --sparse"
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-07-30 R. Andrew OhanaOmit htonll when already #defined
2014-06-10 Greg TroxelAvoid using incomplete utimensat implementations.
2014-05-10 Rob BrowningFind SC_ARG_MAX via C sysconf().
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-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 BrowningAlways publish (l)utimes in helpers when available...
2013-12-28 Rob BrowningRemove vestigial and inappropriate isnan()/isinf()...
2013-12-21 Rob BrowningAlways publish utimensat in helpers when available...
2013-12-18 Rob BrowningRequire utimensat or utimes/lutimes.
2013-11-29 Aurelien JarnoUse the correct types when calling FS_IOC_GETFLAGS...
2013-11-10 Rob Browning_helpers.c: be smarter when converting unknown integer...
2013-11-07 Rob BrowningTreat stat fields correctly as signed, unsigned, or...
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-17 Rob Browningwrite_idx: make filename char* non-const (fixes python...
2013-09-07 Rob BrowningStop interleaving stream and mmap IO operations when...
2013-08-11 Julien Cristau_helpers.c: be careful about memory alignment in bloom...
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-02-12 Rob BrowningAdd the filename/fd and invalid value to stat_struc_to_...
2013-01-23 Yung-Chin OeiRemove dependency on linux/ext2_fs.h
2012-10-20 Rob BrowningAdd _open_noatime() and use it bup_get_linux_file_attr().
2012-10-20 Rob BrowningDepend on the kernel headers, not the ext2 headers...
2012-10-18 Rob BrowningDon't attempt to remove the Linux attr extents flag...
2012-10-14 Rob BrowningDon't try to restore read-only chattr(1) attributes.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningAdd utimes/lutimes implementations of _helpers utime...
2011-06-09 Rob BrowningReplace _helpers.utimensat() with utime() and lutime().
2011-06-09 Rob BrowningTest for available nanosecond stat timestamp members.
2011-06-09 Rob BrowningUse FS_IOC_GETFLAGS/FS_IOC_SETFLAGS directly as the...
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'config'
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennarunconfig: more config stuff to config/ subdir, call it...
2011-05-12 Jimmy TangInitial import of configure.sh
2011-05-08 Rob BrowningReturn None from bup_set_linux_file_attr() and bup_utim...
2011-05-08 Rob BrowningDrop xstat floating point timestamp support -- use...
2011-05-08 Avery PennarunMerge branch 'master' of git://github.com/thatch/bup
2011-04-30 Neil E. HodgesFix compile error using GCC 4.6.
2011-03-24 Dickon ReedDon't compile bup_get_Linux_file_attr on systems withou...
2011-03-20 Avery PennarunA bunch of IOError->OSError conversions.
2011-03-20 Avery Pennarunmetadata/xstat: fix a bunch of CodingStyle issues.
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunFix more gcc type punning errors introduced by the...
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-11 Avery Pennarun_helpers.c: fix a "type punning" warning from gcc.
2011-03-10 Avery PennarunMerge branch 'maint'
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunhelpers: separately determine if stdout and stderr...
2011-02-20 Avery Pennarunhashsplit.py: convert from 'bits' to 'level' earlier...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-18 Avery Pennarun_helpers.c: midx4 didn't handle multiple index with...
next