summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-10Dropped support for protocol versions less than 20 (2.3.0J.W. Schultz1-2/+2
2004-02-10Make idev, hlink and file_struct + strings use allocationJ.W. Schultz1-2/+18
2004-02-06Got rid of unused string_area struct.Wayne Davison1-8/+0
2004-02-06Start flist with a more reasonable size, grow it linearlyJ.W. Schultz1-1/+6
2004-02-04Added two defines: MY_UID() and MY_GID().Wayne Davison1-0/+11
2004-02-02Added comment about the position of file_list's "flags" var.Wayne Davison1-1/+1
2004-02-02Added CLEAR_STRUCT and FREE_STRUCT defines.Wayne Davison1-0/+3
2004-01-27Added FLAG_MOUNT_POINT.Wayne Davison1-0/+1
2004-01-27Improved the differentiation of the transmit flags from the live flagsWayne Davison1-24/+20
2004-01-25Added defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and HL_SKIP) and changedWayne Davison1-2/+10
2004-01-22A couple comment tweaks.Wayne Davison1-1/+2
2004-01-15- Define FULL_FLUSH and NORMAL_FLUSH.Wayne Davison1-4/+15
2004-01-15The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define.Wayne Davison1-1/+1
2004-01-13Added current_file_index.Wayne Davison1-0/+1
2004-01-12Added F_HEAD and F_NEXT defines.Wayne Davison1-0/+3
2004-01-11Moved the inode & dev items out of the flist_struct. Based on aWayne Davison1-5/+19
2004-01-11Put 3 flist_struct items into a union: rdev, sum, and link (allWayne Davison1-7/+5
2004-01-10Added LIVE_FLAGS define.Wayne Davison1-0/+3
2004-01-08Changed the OLD_SAME_RDEV define to SAME_RDEV_pre28.Wayne Davison1-1/+1
2004-01-08- Added flags HAS_INODE_DATA and SAME_DEV.Wayne Davison1-1/+3
2004-01-08Added EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_RDEV to OLD_SAME_RDEV.Wayne Davison1-1/+3
2004-01-08Made the flags in the file_struct a little smaller.Wayne Davison1-1/+1
2004-01-08Got rid of support for protocols 17 and 18.Wayne Davison1-1/+1