aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a problem with the FLAG_* defines.Wayne Davison2006-01-211-3/+3
* Defined new FNAME logcode enum (only used on the client side whenWayne Davison2006-01-141-4/+5
* Got rid of calls to the (soon to vanish) safe_fname() function.Wayne Davison2006-01-131-1/+1
* Added MATCHFLG_WILD3_SUFFIX define, shuffling a few others to putWayne Davison2006-01-021-5/+6
* The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed.Wayne Davison2005-12-151-1/+0
* Moved the DEL_* flags into generator.c.Wayne Davison2005-11-121-5/+0
* Added XFLG_ABS_IF_SLASH.Wayne Davison2005-10-071-0/+1
* Include limits.h (if it exists), which defines NAME_MAX on someWayne Davison2005-09-211-0/+4
* Define BIGPATHBUFLEN -- a roomy line-buffer that can hold aWayne Davison2005-07-291-0/+8
* Added MAX_SERVER_ARGS.Wayne Davison2005-05-031-1/+1
* Got rid of ITEM_DUMMY_BIT.Wayne Davison2005-04-141-1/+0
* - Don't define HAVE_READLINK unless HAVE_READLINK is defined.Wayne Davison2005-04-101-2/+6
* Chaging ITEM_UNUSED back to ITEM_DUMMY_BIT for now -- we'll needWayne Davison2005-03-281-1/+1
* Changed ITEM_DUMMY_BIT to ITEM_UNUSED.Wayne Davison2005-03-271-1/+1
* Added ITEM_DUMMY_BIT and moved a few other 'ITEM_*'s around.Wayne Davison2005-03-151-4/+5
* Changed some of the ITEM_* defines.Wayne Davison2005-03-091-8/+6
* Backed out the hack that reversed ITEM_REPORT_XATTRS withWayne Davison2005-03-061-3/+4