Age | Commit message (Expand) | Author | Files | Lines |
2004-08-03 | Decided that we don't need to limit the block size after all now | Wayne Davison | 1 | -2/+1 |
2004-08-03 | - Added define for MAX_BLOCK_SIZE. | Wayne Davison | 1 | -1/+2 |
2004-07-29 | Added the new --partial-dir option. | Wayne Davison | 1 | -0/+3 |
2004-07-22 | Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be | Wayne Davison | 1 | -1/+1 |
2004-07-20 | Added a def_window_size variable to struct map_struct. | Wayne Davison | 1 | -5/+3 |
2004-07-16 | My version of Mark Curtis's --inplace option. | Wayne Davison | 1 | -1/+3 |
2004-07-07 | Make the GID_NONE define a little safer. | Wayne Davison | 1 | -1/+1 |
2004-05-16 | - Save some memory in each exclude_struct item by dumping the "include" | Wayne Davison | 1 | -3/+4 |
2004-05-13 | Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME. | Wayne Davison | 1 | -2/+2 |
2004-05-13 | Added PERMS_REPORT and PERMS_SKIP_TIME. | Wayne Davison | 1 | -0/+3 |
2004-05-08 | Changed the order of the msgcode enum so that new items now get added | Wayne Davison | 1 | -3/+3 |
2004-05-02 | Got rid of trailing comma in an enum. | Wayne Davison | 1 | -1/+1 |
2004-04-27 | - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY. | Wayne Davison | 1 | -5/+1 |
2004-04-22 | Added "debug_type" to the exclude_list_struct. | Wayne Davison | 1 | -0/+1 |
2004-04-17 | The inode and dev values in the idev struct are now uint64. | Wayne Davison | 1 | -9/+7 |
2004-04-14 | Added a "next" pointer to "exclude_struct" and added a new structure | Wayne Davison | 1 | -0/+6 |
2004-04-12 | Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE with | Wayne Davison | 1 | -5/+4 |
2004-04-12 | - Got rid of DEV64_T and changed the internal device variables to dev_t. | Wayne Davison | 1 | -10/+5 |
2004-04-09 | UNUSED() misbehaves on HP-UX, not AIX. | Wayne Davison | 1 | -1/+1 |
2004-04-09 | AIX doesn't like our UNUSED() macro, so let's eliminate it for them. | Wayne Davison | 1 | -0/+4 |
2004-04-09 | Changed sysmacros.h to sys/sysmacros.h. | Wayne Davison | 1 | -1/+1 |
2004-04-09 | Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS. | Wayne Davison | 1 | -1/+3 |
2004-04-09 | Include <sys/mkdev.h> if it exists. | Wayne Davison | 1 | -0/+4 |
2004-03-06 | Define S_IRUSR if it doesn't already exist. | Wayne Davison | 1 | -0/+4 |
2004-02-23 | Allow the default (system) rsyncd.conf file to be specified via configure. | Wayne Davison | 1 | -1/+1 |
2004-02-11 | Reordered the items inside the file_struct so that alignment padding | Wayne Davison | 1 | -6/+6 |
2004-02-10 | Empty-line tweaks. | Wayne Davison | 1 | -1/+1 |
2004-02-10 | Dropped support for protocol versions less than 20 (2.3.0 | J.W. Schultz | 1 | -2/+2 |
2004-02-10 | Make idev, hlink and file_struct + strings use allocation | J.W. Schultz | 1 | -2/+18 |
2004-02-06 | Got rid of unused string_area struct. | Wayne Davison | 1 | -8/+0 |
2004-02-06 | Start flist with a more reasonable size, grow it linearly | J.W. Schultz | 1 | -1/+6 |
2004-02-04 | Added two defines: MY_UID() and MY_GID(). | Wayne Davison | 1 | -0/+11 |
2004-02-02 | Added comment about the position of file_list's "flags" var. | Wayne Davison | 1 | -1/+1 |
2004-02-02 | Added CLEAR_STRUCT and FREE_STRUCT defines. | Wayne Davison | 1 | -0/+3 |
2004-01-27 | Added FLAG_MOUNT_POINT. | Wayne Davison | 1 | -0/+1 |
2004-01-27 | Improved the differentiation of the transmit flags from the live flags | Wayne Davison | 1 | -24/+20 |
2004-01-25 | Added defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and HL_SKIP) and changed | Wayne Davison | 1 | -2/+10 |
2004-01-22 | A couple comment tweaks. | Wayne Davison | 1 | -1/+2 |
2004-01-15 | - Define FULL_FLUSH and NORMAL_FLUSH. | Wayne Davison | 1 | -4/+15 |
2004-01-15 | The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define. | Wayne Davison | 1 | -1/+1 |
2004-01-13 | Added current_file_index. | Wayne Davison | 1 | -0/+1 |
2004-01-12 | Added F_HEAD and F_NEXT defines. | Wayne Davison | 1 | -0/+3 |
2004-01-11 | Moved the inode & dev items out of the flist_struct. Based on a | Wayne Davison | 1 | -5/+19 |
2004-01-11 | Put 3 flist_struct items into a union: rdev, sum, and link (all | Wayne Davison | 1 | -7/+5 |
2004-01-10 | Added LIVE_FLAGS define. | Wayne Davison | 1 | -0/+3 |
2004-01-08 | Changed the OLD_SAME_RDEV define to SAME_RDEV_pre28. | Wayne Davison | 1 | -1/+1 |
2004-01-08 | - Added flags HAS_INODE_DATA and SAME_DEV. | Wayne Davison | 1 | -1/+3 |
2004-01-08 | Added EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_RDEV to OLD_SAME_RDEV. | Wayne Davison | 1 | -1/+3 |
2004-01-08 | Made the flags in the file_struct a little smaller. | Wayne Davison | 1 | -1/+1 |
2004-01-08 | Got rid of support for protocols 17 and 18. | Wayne Davison | 1 | -1/+1 |