summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Change owner+group before setting xattrs to avoid xattr loss.Wayne Davison2013-12-231-25/+25
* Avoid I/O via signal-handler thread.Wayne Davison2013-05-261-0/+15
* Improve iconvbufs() to do more buffer size checks.Wayne Davison2013-05-191-0/+7
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Add free_stat_x() inline function.Wayne Davison2013-01-191-10/+2
* Make daemon listener exit w/code 0 on SIGTERM.Wayne Davison2012-06-161-1/+6
* Some uid/gid fixes for (id_t)-1 and other large ID values.Wayne Davison2011-02-221-3/+7
* Some minor variable and flag cleanup.Wayne Davison2011-01-291-2/+0
* Fix issues with unchanged_attrs() for symlinks.Wayne Davison2010-12-181-1/+1
* Undo unintended mode-reference tweak.Wayne Davison2010-08-281-1/+1
* Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison2010-08-261-2/+4
* Avoid a non-writable-by-the-user file when copying xattrs.Wayne Davison2010-08-211-4/+2
* More --timeout improvements, especially for the receiving side:Wayne Davison2010-01-021-1/+1
* Improve --timeout method to take into account all I/O that is going on.Wayne Davison2009-12-191-4/+3
* Added an am_receiver variable.Wayne Davison2009-12-191-1/+5
* Fix a comment.Wayne Davison2009-11-231-1/+1
* Change the handling of circular buffers to not waste 4 bytesWayne Davison2009-11-231-46/+64
* Get rid of some unneeded externs.Wayne Davison2009-10-271-1/+0
* Give iconvbufs() an ICB_INIT flag.Wayne Davison2009-10-231-4/+4
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-15/+56
* Pass "new_mode" to set_acl() and change its return values.Wayne Davison2009-09-121-2/+4
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-1/+1
* Have the sender use dead time to pad out the file list.Wayne Davison2009-08-221-1/+10
* Improved the backup code:Wayne Davison2009-01-031-2/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-6/+1
* Fixed send_protected_args() to send "." in place of an empty arg.Wayne Davison2008-10-111-2/+5
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-14/+1
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-20/+37
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-1/+14
* Changed the iconv-related message that was being output as theWayne Davison2008-08-011-11/+10
* Added a debug-helping option, --msgs2stderr, than should help allWayne Davison2008-07-201-2/+5
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-12/+11
* A cuple more fixes for --xattrs combined with --backup, this time toWayne Davison2008-05-221-1/+2
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-2/+5
* Moved declaration of "int i" outside the ifdef in send_protected_args().Wayne Davison2008-03-161-1/+2
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-0/+35
* Fixed the 'T' itemized output for a symlink the right way this time.Wayne Davison2008-03-111-2/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Only set FLAG_TIME_FAILED if receiver_symlink_times is set.Wayne Davison2008-02-181-1/+2
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-0/+2
* Re-indent some code in set_file_attrs() to make the flow clearer.Wayne Davison2008-02-071-18/+18
* Fixed a case where the receiver indicates a successful update when theWayne Davison2007-12-311-16/+23
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-4/+5
* We now call set_stat_xattr() before set_xattr().Wayne Davison2007-11-251-2/+2
* Fixed a problem with --fake-super not getting the fully tweaked new_modeWayne Davison2007-11-241-4/+4
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-6/+6
* Avoid verbose output during the forwarding of flist data (for now,Wayne Davison2007-11-031-3/+5
* Avoid a crash if we read an index value without a valid first_flist.Wayne Davison2007-10-311-1/+2