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