summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-23/+50
* switch to using socketpair instead of pipe if possible. This fixes theAndrew Tridgell2000-01-281-82/+2
* reinstated the MAX_READ_BUFFER code. Its a nasty tradeoff - using lotsAndrew Tridgell2000-01-241-4/+2
* don't use stderr after we become a daemonAndrew Tridgell2000-01-241-1/+0
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-9/+85
* don't try to write errors to a dead socketAndrew Tridgell2000-01-231-0/+4
* don't write more than PIPE_BUF bytes in any one write() in io.cAndrew Tridgell1999-11-231-2/+5
* removed old non-blocking fd code (a hangover from a earlier version ofAndrew Tridgell1999-11-151-18/+1
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-1/+1
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-9/+9
* Jason told me that's its very important for his site to log exactlyAndrew Tridgell1998-11-021-2/+6
* final change needed to get rsync working on a CRAY J90Andrew Tridgell1998-10-291-1/+5
* changes to get rsync working on a CRAY J90. This machine doesn't haveAndrew Tridgell1998-10-291-2/+4
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-1/+1
* removed the limit on the read buffer size until I fully understand theAndrew Tridgell1998-08-271-2/+1
* I think I might havefinally fixed the rsync hanging bug. It was causedAndrew Tridgell1998-07-201-3/+10
* always use a timeout to select, even if --timeout is notAndrew Tridgell1998-07-191-5/+7
* changed wording of an error messageAndrew Tridgell1998-07-171-1/+1
* code style changeAndrew Tridgell1998-07-171-1/+1
* remove a redundent continue statementAndrew Tridgell1998-07-021-1/+0
* prioritise reading over writing in the select loop. (this is anotherAndrew Tridgell1998-07-021-6/+7
* fix the problem of --timeout waiting for twice the specified time.Andrew Tridgell1998-07-021-2/+2
* if we get EWOULDBLOCK on a write then reduce the amount of data we areAndrew Tridgell1998-06-191-5/+5
* handle non-blocking file descriptors for both read and write. Add aAndrew Tridgell1998-06-181-0/+18
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-20/+4
* make sure that io_flush() doesn't call writefd_unbuffered from withinAndrew Tridgell1998-05-301-1/+6
* fixed a bug in the flist sending code that caused the flist sending toAndrew Tridgell1998-05-291-1/+1
* use Realloc instead of reallocAndrew Tridgell1998-05-281-4/+1
* cosmetic fix. don't display a EOF error when displaying just the motdAndrew Tridgell1998-05-281-2/+12
* - always flush the IO write buffer when readingAndrew Tridgell1998-05-271-0/+2