aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* A few more --files-from fixes, and an enhanced testsuite for it.Wayne Davison2009-10-241-17/+24
* Fixed some backward-compatibility issues with --files-from.Wayne Davison2009-10-241-35/+34
* Fixed a couple iconv loops to properly handle incomplete charsWayne Davison2009-10-241-34/+77
* Move free_xbuf() into ifuncs.h.Wayne Davison2009-10-231-7/+0
* Give iconvbufs() an ICB_INIT flag.Wayne Davison2009-10-231-5/+6
* Silence some rprintf() size_t warnings.Wayne Davison2009-10-191-4/+4
* Fix check for an empty output buffer and limit to flist_eof.Wayne Davison2009-10-171-1/+2
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-873/+1072
* Avoid calling send_extra_file_list() when we shouldn't.Wayne Davison2009-10-131-7/+14
* Avoid stopping multiplexed out over the message fd.Wayne Davison2009-10-121-5/+5
* Change the msg pipe to use a real multiplexed IO modeWayne Davison2009-10-021-274/+219
* Have the sender use dead time to pad out the file list.Wayne Davison2009-08-221-2/+12
* Give a meaningful error message when we fail to write to a batch file.Matt McCutchen2009-03-131-6/+20
* Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison2009-01-171-0/+7
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Avoid a potential hang when --remove-*-files is active.Wayne Davison2008-11-091-2/+7
* More batch-mode fixes to handle redos properly (and without hanging).Wayne Davison2008-09-261-0/+5
* Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison2008-09-261-43/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-0/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+1
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-8/+0
* Some minor improvements to the flushing code to try to make itWayne Davison2008-08-241-40/+48
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-141-3/+1
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-0/+1
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-0/+8
* Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison2008-07-211-2/+2
* Got rid of a variable that was set but not used.Wayne Davison2008-07-211-2/+0
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-3/+2
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-2/+2
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-1/+1
* Fixed the sending of large files with older rsync versions byWayne Davison2008-06-231-1/+2
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-2/+1
* A couple improvements to the new arg-globbing code:Wayne Davison2008-03-211-0/+2
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-6/+5
* Generate a helpful message when we get an option-error from a daemonWayne Davison2008-03-151-0/+43
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-3/+7
* Fix two iconv problems that Lennart Lövstrand pointed out in bug 5075.Wayne Davison2007-11-221-27/+24
* In mplex_write(), make extra sure something unexpected doesn't getWayne Davison2007-11-031-11/+10
* We can't decrement the in_progress value for a hard-linked file untilWayne Davison2007-10-181-2/+3
* Write out the inc_recurse flag into a protocol-30 batch file.Wayne Davison2007-10-161-0/+2
* Forward MSG_IO_ERROR to the generator so that it can disable deletions.Wayne Davison2007-10-131-0/+7
* Got rid of some unneeded externs.Wayne Davison2007-09-231-1/+1
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Added missing "#ifdef ICONV_OPTION" conditionals.Wayne Davison2007-09-181-2/+15
* - Make use of new iconvbufs() function.Wayne Davison2007-09-181-73/+104
* - Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison2007-09-151-0/+4
* The server should not wait around for an extra end-of-run message.Wayne Davison2007-09-151-1/+1
* - Renamed read_line() to be read_line_old().Wayne Davison2007-09-091-25/+64
* Disabled the debug messages relating to the e_fds vars.Wayne Davison2007-09-031-8/+4