summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-03Added ITEM_NO_DEST_AND_NO_UPDATE for use by the generator'sWayne Davison1-2/+4
2005-02-22Trying to fix bug #2357.Wayne Davison1-1/+1
2005-02-22Added ITEM_USING_ALT_BASIS.Wayne Davison1-0/+1
2005-02-19Changed some of the values of the MSG_* defines.Wayne Davison1-9/+10
2005-02-19- Got rid of DEL_DIR define.Wayne Davison1-2/+3
2005-02-16Tweaked ITEM_MISSING_DATA.Wayne Davison1-1/+1
2005-02-16- Added the new ITEM_* flags for the itemized-changes flag passing.Wayne Davison1-0/+13
2005-02-14Had a report that the __attribute__ code needs to check forWayne Davison1-1/+1
2005-02-14The count of chunks should really be an int32, not a size_t,Wayne Davison1-1/+1
2005-02-14Don't check defined-ness of SIZEOF_OFF64_T.Wayne Davison1-1/+3
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-51/+51
2005-02-12- Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.Wayne Davison1-1/+4
2005-02-07Made NS define make use of safe_fname().Wayne Davison1-1/+1
2005-02-04- Added MATCHFLG_CVS_IGNORE.Wayne Davison1-2/+3
2005-02-03- Got rid of a bunch of XFLG_* options.Wayne Davison1-6/+5
2005-02-03Added MATCHFLG_NEGATE.Wayne Davison1-0/+2
2005-02-03- Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG}_TOP_DIR.Wayne Davison1-2/+3
2005-02-01- Put "basedir" into a union "dir" and named it "root". The otherWayne Davison1-12/+7
2005-01-29Renamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.Wayne Davison1-1/+1
2005-01-28- Use off_t if SIZEOF_OFF_T is 8.Wayne Davison1-4/+5
2005-01-28Make use of new HAVE_STRUCT_STAT64 define.Wayne Davison1-8/+1
2005-01-28Do a better job defining an int32. Also define SIZEOF_INT32Wayne Davison1-9/+21
2005-01-28- Changed the main core of system include files to use the same "#if"Wayne Davison1-46/+63
2005-01-28Changed HAVE_OFF64_T to SIZEOF_OFF64_T.Wayne Davison1-1/+1
2005-01-28- Switched the int64 code over to using the improved SIZEOF_*Wayne Davison1-19/+34
2005-01-28Use SIGNED_CHAR_OK instead of HAVE_UNSIGNED_CHAR.Wayne Davison1-1/+1
2005-01-27- Added a caveat to the definition of the int64 type.Wayne Davison1-0/+8
2005-01-25Added DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FORCE_RECURSE.Wayne Davison1-2/+3
2005-01-25Renamed several exclude-related functions/variables using newWayne Davison1-9/+9
2005-01-25Some changes to support the new --filter option:Wayne Davison1-2/+14
2005-01-21- Changed XMIT_TOP_DIR to XMIT_DEL_START.Wayne Davison1-2/+2
2005-01-20Changed DEL_NO_RECURSE to DEL_RECURSE.Wayne Davison1-2/+2
2005-01-20- Got rid of the uint64 typedef.Wayne Davison1-13/+2
2005-01-19Define the new DEL_* flags.Wayne Davison1-0/+5
2005-01-17- Incremented the PROTOCOL_VERSION to 29.Wayne Davison1-12/+13
2005-01-15Define FNAMECMP_BASIS_DIR_LOW and FNAMECMP_BASIS_DIR_HIGH instead ofWayne Davison1-1/+3
2005-01-03Moved kluged (conditional) define of lchown from rsync.h to syscall.c.Wayne Davison1-7/+0
2005-01-01Use an int32 for the each block-size variable.Wayne Davison1-3/+3
2004-11-27- Define MAX_BASIS_DIRS.Wayne Davison1-1/+3
2004-11-03Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison1-0/+5
2004-10-08Handle systems where the makedev() macro is named mkdev().Wayne Davison1-0/+3
2004-09-22Added XFLG_DIRECTORY define.Wayne Davison1-0/+1
2004-08-03Decided that we don't need to limit the block size after all nowWayne Davison1-2/+1
2004-08-03- Added define for MAX_BLOCK_SIZE.Wayne Davison1-1/+2
2004-07-29Added the new --partial-dir option.Wayne Davison1-0/+3
2004-07-22Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually beWayne Davison1-1/+1
2004-07-20Added a def_window_size variable to struct map_struct.Wayne Davison1-5/+3
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-1/+3
2004-07-07Make the GID_NONE define a little safer.Wayne Davison1-1/+1
2004-05-16- Save some memory in each exclude_struct item by dumping the "include"Wayne Davison1-3/+4