More tweaks for Actions.
[rsync.git] / rsync.h
2022-10-16 Wayne DavisonSilence autoconf warnings.
2022-09-15 Wayne DavisonPre-compute FILE_SUM_EXTRA_CNT.
2022-09-13 Wayne DavisonFix bug with validing remote filter rules.
2022-09-10 Wayne DavisonImprove various things in the checksum code
2022-08-19 Wayne DavisonChange name_num_obj struct to use a name_num_item pointer.
2022-06-19 Wayne DavisonInclude bsd/strings.h if it exists
2022-04-11 Wayne DavisonHandle linking with a zlib with external read_buf.
2022-03-04 Wayne DavisonMake asm use more selectable
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-12-26 Wayne DavisonUse mallinfo2, when available, and use %zd for size_t...
2021-11-03 Wayne DavisonAdd the --info=NONREG setting.
2021-10-10 Wayne DavisonImprove --omit-dir-times & --omit-link-times
2021-10-02 Wayne DavisonEnable --atimes on macOS.
2021-10-01 Jindřich MakovičkaReduce memory usage (#235)
2021-09-27 Shark64x86-64 AVX2 assemby implemenation of get_checksum1...
2021-09-26 a1346054Minor cleanup (#214)
2021-09-26 Wayne DavisonRemove duplicate include.
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2020-09-29 Wayne DavisonExpand the max name_num_item list size.
2020-09-22 Wayne DavisonVarious file comparison improvements
2020-08-07 Wayne DavisonAdd some comments about protocol versions.
2020-08-07 Wayne DavisonSimplify where version.h is included.
2020-08-03 Wayne DavisonMake my_alloc(NULL) use malloc instead of calloc.
2020-08-03 Wayne DavisonMove SUPPORT_ATIMES to rsync.h.
2020-07-22 Wayne DavisonAdd --crtimes option.
2020-07-13 Wayne DavisonMention file & line on OOM and overflow errors.
2020-07-13 Wayne DavisonCheck for overflow the right way.
2020-07-08 Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-06 Wayne DavisonMore TANDEM changes
2020-07-06 Wayne DavisonSome configure tweaks for TANDEM.
2020-07-06 Wayne DavisonSome C99 flexible array changes
2020-07-04 Wayne DavisonDon't turn off the user's open-noatime unless the modul...
2020-06-30 Wayne DavisonAvoid strdup redefinition warning.
2020-06-28 Wayne DavisonMove the version string out of configure.ac.
2020-06-28 Wayne DavisonImprove the NSTR differentiation idiom.
2020-06-26 Wayne DavisonA few more simple changes & fixes.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-25 Wayne DavisonTweak alloc args to size_t w/proper realloc order.
2020-06-13 Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-13 Wayne DavisonFix overzealous setting of mtime & tweak time comparisons
2020-06-13 Wayne DavisonTweak the hashtable routines to be a little clearer...
2020-05-28 Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28 Wayne DavisonMerge pull request #2 from benrubson/flush
2020-05-26 benrubsonCorrectly send last error to sender
2020-05-25 Wayne DavisonMake compression-level handling generic.
2020-05-25 Wayne DavisonA few more compression tweaks.
2020-05-24 Wayne DavisonAdd support for negotiated checksum names.
2020-05-23 Wayne DavisonSome checksum improvements
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-04-30 Wayne DavisonA few superficial tweaks.
2020-04-30 Wayne DavisonUse a varint to send the file-list flags
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-05 Wayne DavisonDon't throw an error if a potential fuzzy dir isn't...
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonDon't force nanoseconds if a file wasn't transferred...
2018-01-15 Wayne DavisonTweak copyright date.
2017-08-31 Wayne DavisonAdd nanosecond mtime support for Mac OS X.
2017-01-23 Wayne DavisonAdd a way to specify xattr name filtering.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-13 Wayne DavisonImprove mergedir filter handling internals.
2014-04-13 Wayne DavisonReceiver now rejects invalid filenames in filelist.
2014-01-26 Wayne DavisonBump the year to 2014.
2014-01-19 Wayne DavisonAdd IS_MISSING_FILE(statbuf) macro.
2013-09-28 Wayne DavisonPreparing for release of 3.1.0 v3.1.0
2013-05-19 Wayne DavisonAdd an implementation of getpass for systems that lack...
2013-01-19 Wayne DavisonUpdate copyright year.
2011-11-21 Wayne DavisonFix --compress data-duplication bug.
2011-06-18 Wayne DavisonFix reading side of fake-symlink bug 7109.
2011-06-18 Wayne DavisonCheck if sender file changed before allowing a remove.
2011-05-16 Wayne DavisonCheck for linux/falloc.h header file.
2011-04-05 Wayne DavisonApplying the preallocate patch.
2011-03-26 Wayne DavisonAvoid re-setting (and sending) xattrs on a hard-linked...
2011-01-30 Wayne DavisonUpdated a comment to match a 3.0.x change.
2011-01-30 Matt McCutchenAvoid changing file_extra_cnt during deletion.
2011-01-30 Wayne DavisonSome minor variable and flag cleanup.
2010-12-18 Wayne DavisonFix issues with unchanged_attrs() for symlinks.
2010-09-06 Wayne DavisonIf we create an off_t type, define SIZEOF_OFF_T.
2010-08-26 Wayne DavisonAdd --omit-link-times and use CAN_SET_SYMLINK_TIMES...
2010-06-26 Wayne DavisonFix accessors F_LENGTH() and F_MOD_NSEC().
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-11-23 Wayne DavisonChange the handling of circular buffers to not waste...
2009-11-08 Wayne DavisonMore improvements for abnormal exits.
2009-11-07 Wayne DavisonAdded notifications about error-exit values:
2009-10-27 Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-20 Wayne DavisonA protocol 31 daemon will inform the client about its...
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-05-23 Matt McCutchenRefactorings to the filter code, most notably:
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-05-23 Wayne DavisonChange filter MATCHFLGs to FILTRULEs.
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
next