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