Mention the output change for a mount-dir when -x is used.
[rsync.git] / rsync.h
2005-05-03 Wayne DavisonAdded MAX_SERVER_ARGS.
2005-04-14 Wayne DavisonGot rid of ITEM_DUMMY_BIT.
2005-04-10 Wayne Davison- Don't define HAVE_READLINK unless HAVE_READLINK is...
2005-03-28 Wayne DavisonChaging ITEM_UNUSED back to ITEM_DUMMY_BIT for now...
2005-03-27 Wayne DavisonChanged ITEM_DUMMY_BIT to ITEM_UNUSED.
2005-03-15 Wayne DavisonAdded ITEM_DUMMY_BIT and moved a few other 'ITEM_*...
2005-03-09 Wayne DavisonChanged some of the ITEM_* defines.
2005-03-06 Wayne DavisonBacked out the hack that reversed ITEM_REPORT_XATTRS...
2005-03-05 Wayne DavisonAdded IOERR_DEL_LIMIT.
2005-03-05 Wayne DavisonSwapped the bit-values for ITEM_TRANSFER and ITEM_REPOR...
2005-03-05 Wayne Davison- Changed ITEM_UPDATING to ITEM_TRANSFER.
2005-03-03 Wayne DavisonAdded ITEM_NO_DEST_AND_NO_UPDATE for use by the generator's
2005-02-22 Wayne DavisonTrying to fix bug #2357.
2005-02-22 Wayne DavisonAdded ITEM_USING_ALT_BASIS.
2005-02-19 Wayne DavisonChanged some of the values of the MSG_* defines.
2005-02-19 Wayne Davison- Got rid of DEL_DIR define.
2005-02-16 Wayne DavisonTweaked ITEM_MISSING_DATA.
2005-02-16 Wayne Davison- Added the new ITEM_* flags for the itemized-changes...
2005-02-14 Wayne DavisonHad a report that the __attribute__ code needs to check for
2005-02-14 Wayne DavisonThe count of chunks should really be an int32, not...
2005-02-14 Wayne DavisonDon't check defined-ness of SIZEOF_OFF64_T.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-12 Wayne Davison- Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.
2005-02-07 Wayne DavisonMade NS define make use of safe_fname().
2005-02-04 Wayne Davison- Added MATCHFLG_CVS_IGNORE.
2005-02-03 Wayne Davison- Got rid of a bunch of XFLG_* options.
2005-02-03 Wayne DavisonAdded MATCHFLG_NEGATE.
2005-02-03 Wayne Davison- Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG...
2005-02-01 Wayne Davison- Put "basedir" into a union "dir" and named it "root...
2005-01-29 Wayne DavisonRenamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.
2005-01-28 Wayne Davison- Use off_t if SIZEOF_OFF_T is 8.
2005-01-28 Wayne DavisonMake use of new HAVE_STRUCT_STAT64 define.
2005-01-28 Wayne DavisonDo a better job defining an int32. Also define SIZEOF_...
2005-01-28 Wayne Davison- Changed the main core of system include files to...
2005-01-28 Wayne DavisonChanged HAVE_OFF64_T to SIZEOF_OFF64_T.
2005-01-28 Wayne Davison- Switched the int64 code over to using the improved...
2005-01-28 Wayne DavisonUse SIGNED_CHAR_OK instead of HAVE_UNSIGNED_CHAR.
2005-01-27 Wayne Davison- Added a caveat to the definition of the int64 type.
2005-01-25 Wayne DavisonAdded DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FOR...
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25 Wayne DavisonSome changes to support the new --filter option:
2005-01-21 Wayne Davison- Changed XMIT_TOP_DIR to XMIT_DEL_START.
2005-01-20 Wayne DavisonChanged DEL_NO_RECURSE to DEL_RECURSE.
2005-01-20 Wayne Davison- Got rid of the uint64 typedef.
2005-01-19 Wayne DavisonDefine the new DEL_* flags.
2005-01-17 Wayne Davison- Incremented the PROTOCOL_VERSION to 29.
2005-01-15 Wayne DavisonDefine FNAMECMP_BASIS_DIR_LOW and FNAMECMP_BASIS_DIR_HI...
2005-01-03 Wayne DavisonMoved kluged (conditional) define of lchown from h...
2005-01-01 Wayne DavisonUse an int32 for the each block-size variable.
2004-11-27 Wayne Davison- Define MAX_BASIS_DIRS.
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-10-08 Wayne DavisonHandle systems where the makedev() macro is named mkdev().
2004-09-22 Wayne DavisonAdded XFLG_DIRECTORY define.
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
2004-08-03 Wayne Davison- Added define for MAX_BLOCK_SIZE.
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-22 Wayne DavisonChanged NO_INT64 to INT64_IS_OFF_T because off_t might...
2004-07-20 Wayne DavisonAdded a def_window_size variable to struct map_struct.
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-07 Wayne DavisonMake the GID_NONE define a little safer.
2004-05-16 Wayne Davison- Save some memory in each exclude_struct item by dumpi...
2004-05-13 Wayne DavisonChanged PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
2004-05-13 Wayne DavisonAdded PERMS_REPORT and PERMS_SKIP_TIME.
2004-05-08 Wayne DavisonChanged the order of the msgcode enum so that new items...
2004-05-02 Wayne DavisonGot rid of trailing comma in an enum.
2004-04-27 Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-22 Wayne DavisonAdded "debug_type" to the exclude_list_struct.
2004-04-17 Wayne DavisonThe inode and dev values in the idev struct are now...
2004-04-14 Wayne DavisonAdded a "next" pointer to "exclude_struct" and added...
2004-04-12 Wayne DavisonReplaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and...
2004-04-12 Wayne Davison- Got rid of DEV64_T and changed the internal device...
2004-04-09 Wayne DavisonUNUSED() misbehaves on HP-UX, not AIX.
2004-04-09 Wayne DavisonAIX doesn't like our UNUSED() macro, so let's eliminate...
2004-04-09 Wayne DavisonChanged sysmacros.h to sys/sysmacros.h.
2004-04-09 Wayne DavisonUse MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.
2004-04-09 Wayne DavisonInclude <sys/mkdev.h> if it exists.
2004-03-06 Wayne DavisonDefine S_IRUSR if it doesn't already exist.
2004-02-23 Wayne DavisonAllow the default (system) rsyncd.conf file to be speci...
2004-02-11 Wayne DavisonReordered the items inside the file_struct so that...
2004-02-10 Wayne DavisonEmpty-line tweaks.
2004-02-10 J.W. SchultzDropped support for protocol versions less than 20...
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 Wayne DavisonGot rid of unused string_area struct.
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-04 Wayne DavisonAdded two defines: MY_UID() and MY_GID().
2004-02-02 Wayne DavisonAdded comment about the position of file_list's "flags...
2004-02-02 Wayne DavisonAdded CLEAR_STRUCT and FREE_STRUCT defines.
2004-01-27 Wayne DavisonAdded FLAG_MOUNT_POINT.
2004-01-27 Wayne DavisonImproved the differentiation of the transmit flags...
2004-01-25 Wayne DavisonAdded defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and...
2004-01-22 Wayne DavisonA couple comment tweaks.
2004-01-15 Wayne Davison- Define FULL_FLUSH and NORMAL_FLUSH.
2004-01-15 Wayne DavisonThe HAS_INODE_DATA flag is no longer a part of the...
2004-01-13 Wayne DavisonAdded current_file_index.
2004-01-12 Wayne DavisonAdded F_HEAD and F_NEXT defines.
2004-01-11 Wayne DavisonMoved the inode & dev items out of the flist_struct...
2004-01-11 Wayne DavisonPut 3 flist_struct items into a union: rdev, sum, and...
2004-01-10 Wayne DavisonAdded LIVE_FLAGS define.
2004-01-08 Wayne DavisonChanged the OLD_SAME_RDEV define to SAME_RDEV_pre28.
2004-01-08 Wayne Davison- Added flags HAS_INODE_DATA and SAME_DEV.
next