From: Andrew Tridgell Date: Wed, 27 May 1998 12:37:22 +0000 (+0000) Subject: heaps of cleanup in the io code. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4c36ddbeecdde407c870109d70527640ca127ace?hp=4c36ddbeecdde407c870109d70527640ca127ace heaps of cleanup in the io code. we no longer use non-blocking IO, instead it uses select a lot more, being careful to always allow for reading whenever a valid read fd is available and chcking timeouts. also split the file io calls into fileio.c ---