summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some trailing whitespace.Wayne Davison2022-08-131-1/+1
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* A couple minor tweaks.Wayne Davison2021-10-131-7/+9
* We need stat memcpy.Wayne Davison2021-10-101-1/+1
* Improve --omit-dir-times & --omit-link-timesWayne Davison2021-10-101-7/+9
* Tweak atime/crtime code a bit more.Wayne Davison2021-10-101-20/+28
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-1/+1
* Add --crtimes option.Wayne Davison2020-07-221-2/+15
* Some fixes after compiling on cygwin.Wayne Davison2020-06-161-6/+6
* Some indentation fixes.Wayne Davison2020-06-131-6/+5
* Fix overzealous setting of mtime & tweak time comparisonsWayne Davison2020-06-131-9/+19
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-10/+43
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* A few file-data improvements.Wayne Davison2020-04-121-1/+1
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Make exit_cleanup() use _exit() if called from a signal handler.Wayne Davison2020-04-051-0/+4
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Don't force nanoseconds if a file wasn't transferred or checksummed.Wayne Davison2018-01-151-3/+3
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Sanitize xname in read_ndx_and_attrs.Jeriko One2017-12-031-0/+6
* If a backup fails (e.g. full disk) rsync should fail.Wayne Davison2016-04-171-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Brant Gurganus's autoconf updates.Wayne Davison2015-07-071-1/+1
* Complain if an inc-recursive path is not right for its dir.Wayne Davison2014-12-311-1/+1
* Call set_modtime even if only NSEC is different.Wayne Davison2014-12-311-1/+5
* 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