Changed verbosity back from -vvvv to -vv.
[rsync/rsync.git] / rsync.h
2007-05-21 Wayne DavisonChanged SUBPROTOCOL_VERSION from 2 to 3 because of...
2007-05-20 Wayne DavisonMoved GID_NONE define from rsync.h to uidlist.c.
2007-05-20 Wayne Davison- Added FLAG_SKIP_GROUP define.
2007-04-26 Wayne DavisonAdded FLAG_DUPLICATE for the sender to mark a duplicate...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-26 Wayne DavisonChanged F_ROOTDIR() to F_PATHNAME().
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-23 Wayne DavisonImproved the SUBPROTOCOL_VERSION code a little, and...
2007-04-21 Wayne DavisonBatch files need to be written with the new subprotocol...
2007-04-21 Wayne DavisonAdded a way to exchange a protocol's sub-protocol value...
2007-04-12 Wayne DavisonThe check for GCC <= 2 was in the wrong part of an...
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-12 Wayne DavisonChanged the sending of device major/minor numbers in...
2007-03-11 Wayne DavisonMoved the new static internal functions from h to io.h.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-16 Wayne Davison- Moved the second send_extr_file_list() call to a...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2006-12-28 Wayne Davison- Define F_OWNER() and F_GROUP() to be used for assigni...
2006-12-28 Wayne DavisonSome new defines for incremental-recursion mode.
2006-12-18 Wayne DavisonRenamed flist_extra_cnt to file_extra_cnt.
2006-12-17 Wayne Davison- We now define int16 and uint16.
2006-12-17 Wayne Davison- Got rid of "struct idev".
2006-12-16 Wayne DavisonMoved the file_extra union out of the file_struct.
2006-12-16 Wayne DavisonAdded a basename var to file_struct at the end, making...
2006-12-15 Wayne Davison- The XMIT_SAME_DEV define is now pre-protocol-30 specific.
2006-12-14 Wayne DavisonRenamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.
2006-12-13 Wayne DavisonRenamed the F_*HLINK* macros to make their purpose...
2006-12-12 Wayne DavisonAdded BITS_EQUAL() define.
2006-12-12 Wayne DavisonRemoved last reference to "struct hlist".
2006-12-12 Wayne DavisonProvide alternate F_LENGTH() define for systems with...
2006-12-10 Wayne DavisonAdded MSG_CLIENT to the msgcode enum.
2006-12-09 Wayne Davison- Added FLAG_HLINK_DONE.
2006-12-07 Wayne Davison- Added a signed number to the flist_extras union.
2006-12-06 Wayne DavisonF_SUM() needed to use HLINK_BUMP().
2006-12-05 Wayne DavisonSaved 9 more bytes per file in a typical transfer by...
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-11-21 Wayne DavisonDon't define NORETURN for older gcc versions.
2006-11-21 Wayne DavisonMake the file_list stats value an int64.
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-13 Wayne DavisonTurned the char *dir.root var in struct file_struct...
2006-11-11 Wayne DavisonAdded the MATCHFLAG_PERISHABLE flag.
2006-11-11 Wayne DavisonIncreased the PROTOCOL_VERSION to 30.
2006-11-10 Wayne DavisonAdded flag ITEM_MATCHED.
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-11-09 Wayne DavisonThe Mac version of GCC can now handle __attribute__ .
2006-10-24 Wayne DavisonAdded a define for WIFEXITED() that is used if one...
2006-10-13 Wayne Davison- Added FNONE to the "enum logcode" values.
2006-10-09 Wayne DavisonAdded link_dest_used unsigned short to struct hlink...
2006-09-09 Wayne DavisonTry various long, long-long, etc. types for a 64-bit...
2006-07-10 Wayne DavisonDefine MAKEDEV() based on the MAKEDEV_TAKES_3_ARGS...
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.
next