Use "#if" (not "#ifdef") for configure-defined macros.
[rsync/rsync.git] / rsync.h
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.
2004-01-08 Wayne DavisonAdded EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_R...
2004-01-08 Wayne DavisonMade the flags in the file_struct a little smaller.
2004-01-08 Wayne DavisonGot rid of support for protocols 17 and 18.
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2003-12-16 Wayne DavisonAdded RSYNC_RSH_IO_ENV.
2003-12-16 Wayne DavisonTweaked an obsolete comment.
2003-12-15 Wayne DavisonAdded new IOERR_* defines.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-08-21 Wayne DavisonGot rid of a duplicate include for malloc.h and improve...
2003-08-21 Wayne DavisonLet's try only including malloc.h if stdlib.h isn't...
2003-07-30 Wayne DavisonInclude "lib/wildmatch.h", not "lib/fnmatch.h" or ...
2003-07-04 Wayne DavisonAttempting to fix the snprintf() conflict on a gcc...
2003-07-01 Wayne DavisonAdded some defines for the various exclude-function...
2003-05-01 Wayne DavisonTweaked the exclude_struct for our improved matching...
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-04-10 J.W. Schultzversions prior to 1.7.0 (protcol version 17) cannot...
2003-03-30 Wayne DavisonDefine O_BINARY as "0" if it isn't defined.
2003-03-26 J.W. SchultzPrevent tempfile names from overflowing.
2003-03-25 J.W. SchultzSeperate the uint64_t macros from int64_t
2003-03-25 J.W. SchultzFrustration mounting. I'll get it right eventually.
2003-03-25 J.W. Schultzearlier problem was a typo.
2003-03-25 J.W. SchultzAnother stab at uint64 because some platforms seem...
2003-03-25 J.W. SchultzCreate uint64 for INO64_T and DEV64_T eliminating type...
2003-03-24 J.W. SchultzIncreased maximum protocol version.
2003-02-18 Paul GreenPatch from Roderick Schertler (roderick at argon.org...
2003-01-26 Wayne DavisonGot rid of recent O_TEXT* and O_BINARY* changes.
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-19 Wayne DavisonAdded "extern" to io_{read,write}_phase line (they...
2003-01-10 Wayne Davison+ The prototype for isc_net_pton() should have been...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-11 Martin PoolDoxygen
next