heaps of cleanup in the io code.
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 May 1998 12:37:22 +0000 (12:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 27 May 1998 12:37:22 +0000 (12:37 +0000)
commit4c36ddbeecdde407c870109d70527640ca127ace
tree40c6f7c9e288d48045d2b2959943cf976a584c22
parent2b6b4d539b0aab98b1cbb9d8c639cb12473aae94
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
Makefile.in
compat.c
fileio.c [new file with mode: 0644]
flist.c
io.c
main.c
match.c
rsync.c
rsync.h
util.c