aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Some minor changes to some if statements.Wayne Davison2004-01-021-18/+17
* Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison2004-01-021-10/+38
* Undid previous change.Wayne Davison2003-12-261-2/+2
* A change that wasn't needed.Wayne Davison2003-12-261-2/+2
* Getting rid of an extra newline that accidentally crept into the code.Wayne Davison2003-12-241-1/+0
* Simplified the setting of the reading_remotely variable in functionWayne Davison2003-12-151-2/+1
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-1/+1
* Some superficial tweaks I made while reading through the io.c code.Wayne Davison2003-07-261-31/+30
* Made rprintf() of size_t value portable.Wayne Davison2003-07-041-2/+2
* versions prior to 1.7.0 (protcol version 17) cannot talk toJ.W. Schultz2003-04-101-7/+3
* Support the new --files-from and --from0 options.Wayne Davison2003-03-301-11/+168
* Warn if 64bit value sent or received on system that doesn'tJ.W. Schultz2003-03-251-0/+5
* Fix old typo.Martin Pool2002-04-111-1/+1
* Fix type error.Martin Pool2002-04-091-1/+1
* A bit more support for IO phase names.Martin Pool2002-04-091-3/+16
* OK, we can now get phase messages if we fail in send_file_entryMartin Pool2002-04-091-2/+6
* Fix typo.Martin Pool2002-04-091-3/+12
* Rather than a loop subtracting 1e6 to convert usecs to secs/usecs, justMartin Pool2002-04-091-5/+5
* Factor out bwlimit sleep code from writefd_unbuffered into its own function.Martin Pool2002-04-091-12/+28
* Clarify "error writing %d bytes" message.Martin Pool2002-04-091-2/+2
* Clean up docs.Martin Pool2002-04-091-49/+58
* Doc.Martin Pool2002-03-221-3/+9
* Clean up error messageMartin Pool2002-02-191-2/+2
* Fix for rsync server processes hanging around after the clientMartin Pool2002-02-181-0/+3
* Document multiplex stuff.Martin Pool2002-02-181-5/+17
* io_end_buffering doesn't need (or use) it's fd parameter: there's onlyMartin Pool2002-01-251-3/+2
* Fix more ints that ought to be size_t's.Martin Pool2002-01-231-6/+8
* Fix another int that ought to be a size_t.Martin Pool2002-01-231-1/+1
* indent -kr -i8Martin Pool2002-01-231-7/+9
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-13/+13
* fixed check for timeout in generatorAndrew Tridgell2001-09-091-3/+12
* Allow the server to terminate the module list by just closing theMartin Pool2001-08-221-48/+81
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* use %.0f instead of %ldAndrew Tridgell2001-04-131-3/+2
* new error handling systemAndrew Tridgell2001-03-221-12/+0
* I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell2001-03-211-8/+10
* Add comments.Martin Pool2001-02-221-5/+12
* Improved error message.Martin Pool2001-01-081-3/+6
* Doc.Martin Pool2000-11-151-3/+9
* Print a warning message in the version if the platform cannot support 32-bit ...Martin Pool2000-11-091-2/+8
* Add some comments.Martin Pool2000-11-021-0/+2
* make sure we don't chew too much CPU when the outgoing fd is fullAndrew Tridgell2000-08-291-0/+12
* got rid of some unused variablesAndrew Tridgell2000-08-191-16/+1
* Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.David Dykstra2000-06-061-0/+15
* don't pprint the IO timeout message if we are a server or daemon (canAndrew Tridgell2000-04-091-2/+5
* went back to non-blokcing IOAndrew Tridgell2000-03-301-1/+11
* another hang-at-end fix. It looks like we are more sensiitive toAndrew Tridgell2000-01-301-0/+1
* damn!Andrew Tridgell2000-01-291-3/+5
* don't need PIPE_BUF any moreAndrew Tridgell2000-01-291-2/+0
* fixed some logcode warningsAndrew Tridgell2000-01-291-1/+1