summaryrefslogtreecommitdiff
path: root/rsync.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-13Receiver now rejects invalid filenames in filelist.Wayne Davison1-0/+1
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2014-01-19Add IS_MISSING_FILE(statbuf) macro.Wayne Davison1-0/+2
2013-09-28Preparing for release of 3.1.0v3.1.0Wayne Davison1-1/+1
2013-05-19Add an implementation of getpass for systems that lack one.Wayne Davison1-0/+4
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-11-21Fix --compress data-duplication bug.Wayne Davison1-1/+1
2011-06-18Fix reading side of fake-symlink bug 7109.Wayne Davison1-1/+1
2011-06-18Check if sender file changed before allowing a remove.Wayne Davison1-0/+8
2011-05-16Check for linux/falloc.h header file.Wayne Davison1-0/+2
2011-04-04Applying the preallocate patch.Wayne Davison1-0/+15
2011-03-26Avoid re-setting (and sending) xattrs on a hard-linked file w/the same xattrs.Wayne Davison1-1/+1
2011-01-29Updated a comment to match a 3.0.x change.Wayne Davison1-1/+1
2011-01-29Avoid changing file_extra_cnt during deletion.Matt McCutchen1-0/+1
2011-01-29Some minor variable and flag cleanup.Wayne Davison1-1/+5
2010-12-18Fix issues with unchanged_attrs() for symlinks.Wayne Davison1-0/+8
2010-09-06If we create an off_t type, define SIZEOF_OFF_T.Wayne Davison1-0/+2
2010-08-26Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison1-0/+4
2010-06-26Fix accessors F_LENGTH() and F_MOD_NSEC().Wayne Davison1-2/+2
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-1/+5
2009-12-19Improve --timeout method to take into account all I/O that is going on.Wayne Davison1-1/+1
2009-11-23Change the handling of circular buffers to not waste 4 bytesWayne Davison1-0/+2
2009-11-08More improvements for abnormal exits.Wayne Davison1-1/+1
2009-11-07Added notifications about error-exit values:Wayne Davison1-1/+2
2009-10-27Change the daemon-timeout conveyance into a protocol-31 message.Wayne Davison1-1/+2
2009-10-24Fixed some backward-compatibility issues with --files-from.Wayne Davison1-0/+7
2009-10-23Give iconvbufs() an ICB_INIT flag.Wayne Davison1-0/+1
2009-10-20A protocol 31 daemon will inform the client about its timeout settingWayne Davison1-1/+1
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-8/+7
2009-09-07Add support for transferring & setting nsec time values.Wayne Davison1-12/+17
2009-09-07Always use lutimes() if it is available.Wayne Davison1-0/+4
2009-09-02Have --fake-super turn a symlink into a file whenWayne Davison1-0/+3
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-1/+2
2009-05-23Refactorings to the filter code, most notably:Matt McCutchen1-4/+1
2009-05-23Use typedefs for the filter structures.Wayne Davison1-7/+7
2009-05-23Change filter MATCHFLGs to FILTRULEs.Wayne Davison1-26/+26
2009-04-26Change sending/receiving/storing of the rdev value for special files.Wayne Davison1-1/+1
2009-04-11More backup improvements:Wayne Davison1-0/+4
2009-02-14Added --disable-iconv-open option for configure to turn off all useWayne Davison1-1/+1
2009-01-17Use a varint when sending the error_code.Wayne Davison1-1/+1
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-1/+3
2009-01-14Send the --stats option for proper del-stats operation.Wayne Davison1-1/+1
2009-01-03Improved the backup code:Wayne Davison1-0/+1
2009-01-03Make delete_item() public, moving it into delete.c.Wayne Davison1-0/+16
2008-10-15Adding hashtable debugging output (--debug=hash).Wayne Davison1-1/+2
2008-09-26Enhanced the --stats output:Wayne Davison1-3/+5
2008-09-26Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison1-0/+9
2008-09-01Several fixes for merge file handling:Matt McCutchen1-0/+1
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-3/+4
2008-08-02When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison1-0/+2