aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Added the MATCHFLAG_PERISHABLE flag.Wayne Davison2006-11-111-1/+3
* Increased the PROTOCOL_VERSION to 30.Wayne Davison2006-11-111-1/+1
* Added flag ITEM_MATCHED.Wayne Davison2006-11-101-0/+1
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-0/+42
* The Mac version of GCC can now handle __attribute__ .Wayne Davison2006-11-091-4/+1
* Added a define for WIFEXITED() that is used if one is missing.Wayne Davison2006-10-241-0/+3
* - Added FNONE to the "enum logcode" values.Wayne Davison2006-10-131-1/+2
* Added link_dest_used unsigned short to struct hlink and made theWayne Davison2006-10-091-2/+3
* Try various long, long-long, etc. types for a 64-bit integerWayne Davison2006-09-091-4/+4
* Define MAKEDEV() based on the MAKEDEV_TAKES_3_ARGS define.Wayne Davison2006-07-101-0/+6
* Added FLAG_MISSING.Wayne Davison2006-06-051-0/+1
* Got rid of the FNAME logcode enum.Wayne Davison2006-06-011-3/+2
* Tweaked the comment about log-message categories.Wayne Davison2006-05-091-3/+4
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-19/+19
* Got rid of inet_ntoa -> rep_inet_ntoa tom-foolery because rsyncWayne Davison2006-04-131-4/+0
* Moved the include of netinet/ip.h into socket.c.Wayne Davison2006-04-111-1/+0
* Include netinet/ip.h .Wayne Davison2006-04-091-0/+1
* Changed where ITEM_REPORT_ATIME goes in the list.Wayne Davison2006-03-171-3/+3
* Go ahead and define upcoming ITEM_REPORT_* defines now.Wayne Davison2006-03-171-1/+3
* Added a "chain" item to the struct sum_buf.Wayne Davison2006-02-271-0/+1
* A slight tweak to the conditionalized definition of SIGACTION().Wayne Davison2006-02-031-1/+1
* Moved the potential disabling of __attribute__ above theWayne Davison2006-02-021-8/+7
* - Moved definition of UNUSED() above inclusion of proto.h.Wayne Davison2006-02-021-3/+8
* Added FSOCKERR and MSG_SOCKERR (a sibling-only message).Wayne Davison2006-02-011-2/+2
* - Got rid of the externs for io_read_phase and io_write_phase.Wayne Davison2006-01-301-2/+1
* Renamed the PERMS_* defines to ATTRS_* defines.Wayne Davison2006-01-291-2/+2
* Handle separated devices and special files.Wayne Davison2006-01-261-1/+2
* One more minor tweak.Wayne Davison2006-01-251-1/+1
* Decided to hold off on the potential memory savings of indexedWayne Davison2006-01-251-6/+2
* The uid & gid are now stored using an id_pair structure.Wayne Davison2006-01-241-2/+6