summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-27Added a "chain" item to the struct sum_buf.Wayne Davison1-0/+1
2006-02-03A slight tweak to the conditionalized definition of SIGACTION().Wayne Davison1-1/+1
2006-02-02Moved the potential disabling of __attribute__ above theWayne Davison1-8/+7
2006-02-02- Moved definition of UNUSED() above inclusion of proto.h.Wayne Davison1-3/+8
2006-02-01Added FSOCKERR and MSG_SOCKERR (a sibling-only message).Wayne Davison1-2/+2
2006-01-30- Got rid of the externs for io_read_phase and io_write_phase.Wayne Davison1-2/+1
2006-01-29Renamed the PERMS_* defines to ATTRS_* defines.Wayne Davison1-2/+2
2006-01-26Handle separated devices and special files.Wayne Davison1-1/+2
2006-01-25One more minor tweak.Wayne Davison1-1/+1
2006-01-25Decided to hold off on the potential memory savings of indexedWayne Davison1-6/+2
2006-01-24The uid & gid are now stored using an id_pair structure.Wayne Davison1-2/+6
2006-01-21Fixed a problem with the FLAG_* defines.Wayne Davison1-3/+3
2006-01-14Defined new FNAME logcode enum (only used on the client side whenWayne Davison1-4/+5
2006-01-13Got rid of calls to the (soon to vanish) safe_fname() function.Wayne Davison1-1/+1
2006-01-02Added MATCHFLG_WILD3_SUFFIX define, shuffling a few others to putWayne Davison1-5/+6
2005-12-15The ITEM_NO_DEST_AND_NO_UPDATE define is no longer needed.Wayne Davison1-1/+0
2005-11-12Moved the DEL_* flags into generator.c.Wayne Davison1-5/+0
2005-10-07Added XFLG_ABS_IF_SLASH.Wayne Davison1-0/+1
2005-09-21Include limits.h (if it exists), which defines NAME_MAX on someWayne Davison1-0/+4
2005-07-29Define BIGPATHBUFLEN -- a roomy line-buffer that can hold aWayne Davison1-0/+8
2005-05-03Added MAX_SERVER_ARGS.Wayne Davison1-1/+1
2005-04-14Got rid of ITEM_DUMMY_BIT.Wayne Davison1-1/+0
2005-04-10- Don't define HAVE_READLINK unless HAVE_READLINK is defined.Wayne Davison1-2/+6
2005-03-28Chaging ITEM_UNUSED back to ITEM_DUMMY_BIT for now -- we'll needWayne Davison1-1/+1
2005-03-27Changed ITEM_DUMMY_BIT to ITEM_UNUSED.Wayne Davison1-1/+1
2005-03-15Added ITEM_DUMMY_BIT and moved a few other 'ITEM_*'s around.Wayne Davison1-4/+5
2005-03-09Changed some of the ITEM_* defines.Wayne Davison1-8/+6
2005-03-06Backed out the hack that reversed ITEM_REPORT_XATTRS withWayne Davison1-3/+4
2005-03-05Added IOERR_DEL_LIMIT.Wayne Davison1-0/+1
2005-03-05Swapped the bit-values for ITEM_TRANSFER and ITEM_REPORT_XATTRS.Wayne Davison1-2/+2
2005-03-05- Changed ITEM_UPDATING to ITEM_TRANSFER.Wayne Davison1-6/+14
2005-03-03Added ITEM_NO_DEST_AND_NO_UPDATE for use by the generator'sWayne Davison1-2/+4
2005-02-22Trying to fix bug #2357.Wayne Davison1-1/+1
2005-02-22Added ITEM_USING_ALT_BASIS.Wayne Davison1-0/+1
2005-02-19Changed some of the values of the MSG_* defines.Wayne Davison1-9/+10
2005-02-19- Got rid of DEL_DIR define.Wayne Davison1-2/+3
2005-02-16Tweaked ITEM_MISSING_DATA.Wayne Davison1-1/+1
2005-02-16- Added the new ITEM_* flags for the itemized-changes flag passing.Wayne Davison1-0/+13
2005-02-14Had a report that the __attribute__ code needs to check forWayne Davison1-1/+1
2005-02-14The count of chunks should really be an int32, not a size_t,Wayne Davison1-1/+1
2005-02-14Don't check defined-ness of SIZEOF_OFF64_T.Wayne Davison1-1/+3
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-51/+51
2005-02-12- Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.Wayne Davison1-1/+4
2005-02-07Made NS define make use of safe_fname().Wayne Davison1-1/+1
2005-02-04- Added MATCHFLG_CVS_IGNORE.Wayne Davison1-2/+3
2005-02-03- Got rid of a bunch of XFLG_* options.Wayne Davison1-6/+5
2005-02-03Added MATCHFLG_NEGATE.Wayne Davison1-0/+2
2005-02-03- Changed {XMIT,FLAG}_DEL_START back to {XMIT,FLAG}_TOP_DIR.Wayne Davison1-2/+3
2005-02-01- Put "basedir" into a union "dir" and named it "root". The otherWayne Davison1-12/+7
2005-01-29Renamed XFLG_ABS_PATH XFLG_ANCHORED2ABS.Wayne Davison1-1/+1