summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-05-13Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.Wayne Davison1-2/+2
2004-05-13Added PERMS_REPORT and PERMS_SKIP_TIME.Wayne Davison1-0/+3
2004-05-08Changed the order of the msgcode enum so that new items now get addedWayne Davison1-3/+3
2004-05-02Got rid of trailing comma in an enum.Wayne Davison1-1/+1
2004-04-27- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison1-5/+1
2004-04-22Added "debug_type" to the exclude_list_struct.Wayne Davison1-0/+1
2004-04-17The inode and dev values in the idev struct are now uint64.Wayne Davison1-9/+7
2004-04-14Added a "next" pointer to "exclude_struct" and added a new structureWayne Davison1-0/+6
2004-04-12Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE withWayne Davison1-5/+4
2004-04-12- Got rid of DEV64_T and changed the internal device variables to dev_t.Wayne Davison1-10/+5
2004-04-09UNUSED() misbehaves on HP-UX, not AIX.Wayne Davison1-1/+1
2004-04-09AIX doesn't like our UNUSED() macro, so let's eliminate it for them.Wayne Davison1-0/+4
2004-04-09Changed sysmacros.h to sys/sysmacros.h.Wayne Davison1-1/+1
2004-04-09Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.Wayne Davison1-1/+3
2004-04-09Include <sys/mkdev.h> if it exists.Wayne Davison1-0/+4
2004-03-06Define S_IRUSR if it doesn't already exist.Wayne Davison1-0/+4
2004-02-23Allow the default (system) rsyncd.conf file to be specified via configure.Wayne Davison1-1/+1
2004-02-11Reordered the items inside the file_struct so that alignment paddingWayne Davison1-6/+6
2004-02-10Empty-line tweaks.Wayne Davison1-1/+1