aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Added IOERR_DEL_LIMIT.Wayne Davison2005-03-051-0/+1
* Swapped the bit-values for ITEM_TRANSFER and ITEM_REPORT_XATTRS.Wayne Davison2005-03-051-2/+2
* - Changed ITEM_UPDATING to ITEM_TRANSFER.Wayne Davison2005-03-051-6/+14
* Added ITEM_NO_DEST_AND_NO_UPDATE for use by the generator'sWayne Davison2005-03-031-2/+4
* Trying to fix bug #2357.Wayne Davison2005-02-221-1/+1
* Added ITEM_USING_ALT_BASIS.Wayne Davison2005-02-221-0/+1
* Changed some of the values of the MSG_* defines.Wayne Davison2005-02-191-9/+10
* - Got rid of DEL_DIR define.Wayne Davison2005-02-191-2/+3
* Tweaked ITEM_MISSING_DATA.Wayne Davison2005-02-161-1/+1
* - Added the new ITEM_* flags for the itemized-changes flag passing.Wayne Davison2005-02-161-0/+13
* Had a report that the __attribute__ code needs to check forWayne Davison2005-02-141-1/+1
* The count of chunks should really be an int32, not a size_t,Wayne Davison2005-02-141-1/+1
* Don't check defined-ness of SIZEOF_OFF64_T.Wayne Davison2005-02-141-1/+3
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-51/+51
* - Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.Wayne Davison2005-02-121-1/+4
* Made NS define make use of safe_fname().Wayne Davison2005-02-071-1/+1
* - Added MATCHFLG_CVS_IGNORE.Wayne Davison2005-02-041-2/+3
* - Got rid of a bunch of XFLG_* options.Wayne Davison2005-02-031-6/+5
* Added MATCHFLG_NEGATE.Wayne Davison2005-02-031-0/+2
* - Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG}_TOP_DIR.Wayne Davison2005-02-031-2/+3
* - Put "basedir" into a union "dir" and named it "root". The otherWayne Davison2005-02-011-12/+7
* Renamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.Wayne Davison2005-01-291-1/+1
* - Use off_t if SIZEOF_OFF_T is 8.Wayne Davison2005-01-281-4/+5
* Make use of new HAVE_STRUCT_STAT64 define.Wayne Davison2005-01-281-8/+1
* Do a better job defining an int32. Also define SIZEOF_INT32Wayne Davison2005-01-281-9/+21
* - Changed the main core of system include files to use the same "#if"Wayne Davison2005-01-281-46/+63
* Changed HAVE_OFF64_T to SIZEOF_OFF64_T.Wayne Davison2005-01-281-1/+1