summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-08- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.Wayne Davison1-8/+13
2007-07-08- Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.Wayne Davison1-1/+2
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-3/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Make option variables a little clearer by using separate FOO_ndxWayne Davison1-8/+8
2007-05-29- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.Wayne Davison1-2/+3
2007-05-21Changed SUBPROTOCOL_VERSION from 2 to 3 because of the ACL protocol changes.Wayne Davison1-1/+1
2007-05-20Moved GID_NONE define from rsync.h to uidlist.c.Wayne Davison1-2/+0
2007-05-20- Added FLAG_SKIP_GROUP define.Wayne Davison1-3/+1
2007-04-26Added FLAG_DUPLICATE for the sender to mark a duplicate flist entryWayne Davison1-0/+1
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+11
2007-04-26Changed F_ROOTDIR() to F_PATHNAME().Wayne Davison1-1/+1
2007-04-24Adding the --fake-super option.Wayne Davison1-0/+26
2007-04-23Improved the SUBPROTOCOL_VERSION code a little, and bumped the valueWayne Davison1-1/+1
2007-04-21Batch files need to be written with the new subprotocol valueWayne Davison1-1/+1
2007-04-21Added a way to exchange a protocol's sub-protocol value. This will beWayne Davison1-0/+5
2007-04-12The check for GCC <= 2 was in the wrong part of an #ifdef sequence.Wayne Davison1-0/+1
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-1/+7
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-4/+2
2007-03-12Changed the sending of device major/minor numbers in protocol 30 toWayne Davison1-9/+9
2007-03-11Moved the new static internal functions from rsync.h to io.h.Wayne Davison1-18/+1
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-1/+46
2007-02-16- Moved the second send_extr_file_list() call to a better spot.Wayne Davison1-0/+2
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-1/+1
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-1/+1
2006-12-28- Define F_OWNER() and F_GROUP() to be used for assigning the UID and GID.Wayne Davison1-2/+6
2006-12-28Some new defines for incremental-recursion mode.Wayne Davison1-1/+27
2006-12-18Renamed flist_extra_cnt to file_extra_cnt.Wayne Davison1-2/+2
2006-12-17- We now define int16 and uint16.Wayne Davison1-9/+38
2006-12-17- Got rid of "struct idev".Wayne Davison1-18/+12
2006-12-16Moved the file_extra union out of the file_struct.Wayne Davison1-10/+11
2006-12-16Added a basename var to file_struct at the end, making it clearerWayne Davison1-7/+6
2006-12-15- The XMIT_SAME_DEV define is now pre-protocol-30 specific.Wayne Davison1-2/+9
2006-12-14Renamed XMIT_HAS_IDEV_DATA to XMIT_HLINKED.Wayne Davison1-1/+1
2006-12-13Renamed the F_*HLINK* macros to make their purpose clearer.Wayne Davison1-2/+2
2006-12-12Added BITS_EQUAL() define.Wayne Davison1-0/+2
2006-12-12Removed last reference to "struct hlist".Wayne Davison1-1/+0
2006-12-12Provide alternate F_LENGTH() define for systems with no 64-bit type.Wayne Davison1-2/+6
2006-12-10Added MSG_CLIENT to the msgcode enum.Wayne Davison1-1/+1
2006-12-09- Added FLAG_HLINK_DONE.Wayne Davison1-16/+9
2006-12-07- Added a signed number to the flist_extras union.Wayne Davison1-8/+12
2006-12-06F_SUM() needed to use HLINK_BUMP().Wayne Davison1-1/+2
2006-12-05Saved 9 more bytes per file in a typical transfer by making the lengthWayne Davison1-36/+58
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-34/+45
2006-11-21Don't define NORETURN for older gcc versions.Wayne Davison1-0/+5
2006-11-21Make the file_list stats value an int64.Wayne Davison1-1/+1
2006-11-19Added "const" to appropriate char pointers.Wayne Davison1-4/+4
2006-11-13Turned the char *dir.root var in struct file_struct into a const char *.Wayne Davison1-1/+1
2006-11-11Added the MATCHFLAG_PERISHABLE flag.Wayne Davison1-1/+3