summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* Added the new --partial-dir option.Wayne Davison2004-07-291-0/+3
* Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually beWayne Davison2004-07-221-1/+1
* Added a def_window_size variable to struct map_struct.Wayne Davison2004-07-201-5/+3
* My version of Mark Curtis's --inplace option.Wayne Davison2004-07-161-1/+3
* Make the GID_NONE define a little safer.Wayne Davison2004-07-071-1/+1
* - Save some memory in each exclude_struct item by dumping the "include"Wayne Davison2004-05-161-3/+4
* Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.Wayne Davison2004-05-131-2/+2
* Added PERMS_REPORT and PERMS_SKIP_TIME.Wayne Davison2004-05-131-0/+3
* Changed the order of the msgcode enum so that new items now get addedWayne Davison2004-05-081-3/+3
* Got rid of trailing comma in an enum.Wayne Davison2004-05-021-1/+1
* - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.Wayne Davison2004-04-271-5/+1
* Added "debug_type" to the exclude_list_struct.Wayne Davison2004-04-221-0/+1
* The inode and dev values in the idev struct are now uint64.Wayne Davison2004-04-171-9/+7
* Added a "next" pointer to "exclude_struct" and added a new structureWayne Davison2004-04-141-0/+6
* Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE withWayne Davison2004-04-121-5/+4
* - Got rid of DEV64_T and changed the internal device variables to dev_t.Wayne Davison2004-04-121-10/+5
* UNUSED() misbehaves on HP-UX, not AIX.Wayne Davison2004-04-091-1/+1
* AIX doesn't like our UNUSED() macro, so let's eliminate it for them.Wayne Davison2004-04-091-0/+4
* Changed sysmacros.h to sys/sysmacros.h.Wayne Davison2004-04-091-1/+1
* Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.Wayne Davison2004-04-091-1/+3
* Include <sys/mkdev.h> if it exists.Wayne Davison2004-04-091-0/+4
* Define S_IRUSR if it doesn't already exist.Wayne Davison2004-03-061-0/+4
* Allow the default (system) rsyncd.conf file to be specified via configure.Wayne Davison2004-02-231-1/+1
* Reordered the items inside the file_struct so that alignment paddingWayne Davison2004-02-111-6/+6
* Empty-line tweaks.Wayne Davison2004-02-101-1/+1
* Dropped support for protocol versions less than 20 (2.3.0J.W. Schultz2004-02-101-2/+2
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-2/+18
* Got rid of unused string_area struct.Wayne Davison2004-02-061-8/+0
* Start flist with a more reasonable size, grow it linearlyJ.W. Schultz2004-02-061-1/+6
* Added two defines: MY_UID() and MY_GID().Wayne Davison2004-02-041-0/+11
* Added comment about the position of file_list's "flags" var.Wayne Davison2004-02-021-1/+1
* Added CLEAR_STRUCT and FREE_STRUCT defines.Wayne Davison2004-02-021-0/+3
* Added FLAG_MOUNT_POINT.Wayne Davison2004-01-271-0/+1
* Improved the differentiation of the transmit flags from the live flagsWayne Davison2004-01-271-24/+20
* Added defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and HL_SKIP) and changedWayne Davison2004-01-251-2/+10
* A couple comment tweaks.Wayne Davison2004-01-221-1/+2
* - Define FULL_FLUSH and NORMAL_FLUSH.Wayne Davison2004-01-151-4/+15
* The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define.Wayne Davison2004-01-151-1/+1
* Added current_file_index.Wayne Davison2004-01-131-0/+1
* Added F_HEAD and F_NEXT defines.Wayne Davison2004-01-121-0/+3
* Moved the inode & dev items out of the flist_struct. Based on aWayne Davison2004-01-111-5/+19
* Put 3 flist_struct items into a union: rdev, sum, and link (allWayne Davison2004-01-111-7/+5
* Added LIVE_FLAGS define.Wayne Davison2004-01-101-0/+3
* Changed the OLD_SAME_RDEV define to SAME_RDEV_pre28.Wayne Davison2004-01-081-1/+1
* - Added flags HAS_INODE_DATA and SAME_DEV.Wayne Davison2004-01-081-1/+3
* Added EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_RDEV to OLD_SAME_RDEV.Wayne Davison2004-01-081-1/+3
* Made the flags in the file_struct a little smaller.Wayne Davison2004-01-081-1/+1
* Got rid of support for protocols 17 and 18.Wayne Davison2004-01-081-1/+1
* Made the types used in the sum_buf and sum_struct structures consistentWayne Davison2004-01-031-4/+4
* Create GID_NONE for use gid test readability.J.W. Schultz2004-01-031-0/+2