If makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.
[rsync/rsync.git] / rsync.h
2006-06-05 Wayne DavisonAdded FLAG_MISSING.
2006-06-01 Wayne DavisonGot rid of the FNAME logcode enum.
2006-05-09 Wayne DavisonTweaked the comment about log-message categories.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-13 Wayne DavisonGot rid of inet_ntoa -> rep_inet_ntoa tom-foolery becau...
2006-04-11 Wayne DavisonMoved the include of netinet/ip.h into socket.c.
2006-04-09 Wayne DavisonInclude netinet/ip.h .
2006-03-17 Wayne DavisonChanged where ITEM_REPORT_ATIME goes in the list.
2006-03-17 Wayne DavisonGo ahead and define upcoming ITEM_REPORT_* defines...
2006-02-27 Wayne DavisonAdded a "chain" item to the struct sum_buf.
2006-02-03 Wayne DavisonA slight tweak to the conditionalized definition of...
2006-02-02 Wayne DavisonMoved the potential disabling of __attribute__ above the
2006-02-02 Wayne Davison- Moved definition of UNUSED() above inclusion of proto.h.
2006-02-01 Wayne DavisonAdded FSOCKERR and MSG_SOCKERR (a sibling-only message).
2006-01-30 Wayne Davison- Got rid of the externs for io_read_phase and io_write...
2006-01-29 Wayne DavisonRenamed the PERMS_* defines to ATTRS_* defines.
2006-01-26 Wayne DavisonHandle separated devices and special files.
2006-01-25 Wayne DavisonOne more minor tweak.
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2006-01-21 Wayne DavisonFixed a problem with the FLAG_* defines.
2006-01-14 Wayne DavisonDefined new FNAME logcode enum (only used on the client...
2006-01-13 Wayne DavisonGot rid of calls to the (soon to vanish) safe_fname...
2006-01-02 Wayne DavisonAdded MATCHFLG_WILD3_SUFFIX define, shuffling a few...
2005-12-15 Wayne DavisonThe ITEM_NO_DEST_AND_NO_UPDATE define is no longer...
2005-11-12 Wayne DavisonMoved the DEL_* flags into generator.c.
2005-10-07 Wayne DavisonAdded XFLG_ABS_IF_SLASH.
2005-09-21 Wayne DavisonInclude limits.h (if it exists), which defines NAME_MAX...
2005-07-29 Wayne DavisonDefine BIGPATHBUFLEN -- a roomy line-buffer that can...
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...
next