summaryrefslogtreecommitdiff
path: root/rsync.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-30/+42
2022-02-16Imported Upstream version 3.2.3upstream/3.2.3DongHun Kwak1-2/+15
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-20/+66
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-5/+11
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-4/+8
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-12-23Change owner+group before setting xattrs to avoid xattr loss.Wayne Davison1-25/+25
2013-05-26Avoid I/O via signal-handler thread.Wayne Davison1-0/+15
2013-05-19Improve iconvbufs() to do more buffer size checks.Wayne Davison1-0/+7
2013-01-19Update copyright year.Wayne Davison1-1/+1
2013-01-19Add free_stat_x() inline function.Wayne Davison1-10/+2
2012-06-16Make daemon listener exit w/code 0 on SIGTERM.Wayne Davison1-1/+6
2011-02-22Some uid/gid fixes for (id_t)-1 and other large ID values.Wayne Davison1-3/+7
2011-01-29Some minor variable and flag cleanup.Wayne Davison1-2/+0
2010-12-18Fix issues with unchanged_attrs() for symlinks.Wayne Davison1-1/+1
2010-08-28Undo unintended mode-reference tweak.Wayne Davison1-1/+1
2010-08-26Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison1-2/+4
2010-08-21Avoid a non-writable-by-the-user file when copying xattrs.Wayne Davison1-4/+2
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-1/+1
2009-12-19Improve --timeout method to take into account all I/O that is going on.Wayne Davison1-4/+3
2009-12-19Added an am_receiver variable.Wayne Davison1-1/+5
2009-11-23Fix a comment.Wayne Davison1-1/+1
2009-11-23Change the handling of circular buffers to not waste 4 bytesWayne Davison1-46/+64
2009-10-27Get rid of some unneeded externs.Wayne Davison1-1/+0
2009-10-23Give iconvbufs() an ICB_INIT flag.Wayne Davison1-4/+4
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-15/+56
2009-09-12Pass "new_mode" to set_acl() and change its return values.Wayne Davison1-2/+4
2009-09-07Add support for transferring & setting nsec time values.Wayne Davison1-1/+1
2009-08-22Have the sender use dead time to pad out the file list.Wayne Davison1-1/+10
2009-01-03Improved the backup code:Wayne Davison1-2/+3
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2009-01-03Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison1-6/+1
2008-10-11Fixed send_protected_args() to send "." in place of an empty arg.Wayne Davison1-2/+5
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-14/+1
2008-08-14Changed flist_for_ndx() to optionally die with an errorWayne Davison1-20/+37
2008-08-02Added logic to the receiving side to ensure that the --delete-duringWayne Davison1-1/+14
2008-08-01Changed the iconv-related message that was being output as theWayne Davison1-11/+10
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison1-2/+5
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-12/+11
2008-05-22A cuple more fixes for --xattrs combined with --backup, this time toWayne Davison1-1/+2
2008-05-17Fixed several issues with preserving xattrs when using --backup.Wayne Davison1-2/+5
2008-03-16Moved declaration of "int i" outside the ifdef in send_protected_args().Wayne Davison1-1/+2
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison1-0/+35
2008-03-11Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison1-2/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Only set FLAG_TIME_FAILED if receiver_symlink_times is set.Wayne Davison1-1/+2
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-0/+2
2008-02-07Re-indent some code in set_file_attrs() to make the flow clearer.Wayne Davison1-18/+18
2007-12-31Fixed a case where the receiver indicates a successful update when theWayne Davison1-16/+23
2007-12-08Updated indexing for accurate progress and improved raw ndx values.Wayne Davison1-4/+5