cvs commit: apache-apr/apr/network_io/unix poll.c sendrecv.c sockets.c

1999-07-29 Thread rbb
rbb 99/07/29 12:23:31 Modified:apr/file_io/unix dir.c pipe.c apr/network_io/unix poll.c sendrecv.c sockets.c Log: More docs changes. Revision ChangesPath 1.18 +1 -0 apache-apr/apr/file_io/unix/dir.c Index: dir.c

cvs commit: apache-apr/apr/network_io/unix poll.c sockopt.c

1999-05-27 Thread rbb
rbb 99/05/27 06:09:51 Modified:apr/network_io/unix poll.c sockopt.c Log: Cleanup some warning on more stringent compilers. Revision ChangesPath 1.10 +1 -0 apache-apr/apr/network_io/unix/poll.c Index: poll.c

cvs commit: apache-apr/apr/network_io/unix poll.c

1999-05-24 Thread rbb
rbb 99/05/23 19:23:43 Modified:apr/network_io/unix poll.c Log: Argh! There is a bug in the linux libc routines. We have to pass -1 exactly into poll if we want to wait indefinitely, instead of any negative number as Revision ChangesPath 1.8 +5 -1

cvs commit: apache-apr/apr/network_io/unix poll.c

1999-05-19 Thread rbb
rbb 99/05/19 08:17:18 Modified:include apr_network_io.h apr/network_io/unix poll.c Log: Fixed some msitakes in ap_poll logic and added some more accessor functions. Revision ChangesPath 1.19 +2 -0 apache-apr/include/apr_network_io.h