cvs commit: apache-2.0/src/lib/apr/network_io/unix sendrecv.c

2000-02-14 Thread rbb
rbb 00/02/14 05:43:39 Modified:src/lib/apr/network_io/unix sendrecv.c Log: Fix some bugs in ap_send and ap_recv. We used to return APR_SUCCESS even when it didn't succeed. The other problem this is solving, is that we never set the length to -1 anymore. The length is the

cvs commit: apache-2.0/src/lib/apr/network_io/unix sendrecv.c

2000-01-26 Thread stoddard
stoddard00/01/25 21:01:19 Modified:src/os/unix iol_socket.c src/lib/apr/network_io/unix sendrecv.c Log: Fix a couple of bugs in the Unix side of the house. Not tested (no machine available). First bug: Use ap_sendv to implement iol_writev. The previous

cvs commit: apache-2.0/src/lib/apr/network_io/unix sendrecv.c sockopt.c

1999-11-10 Thread rbb
rbb 99/11/10 07:49:57 Modified:src/lib/apr/file_io/unix fileio.h open.c pipe.c readwrite.c src/lib/apr/include apr_file_io.h src/lib/apr/network_io/unix sendrecv.c sockopt.c Log: Add timeouts to pipes. I also fixed a minor bug in timeout code for

cvs commit: apache-2.0/src/lib/apr/network_io/unix sendrecv.c sockets.c

1999-09-02 Thread rbb
rbb 99/09/02 13:33:43 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix sendrecv.c sockets.c Log: Add some network API's to APR. Revision ChangesPath 1.2 +2 -0 apache-2.0/src/lib/apr/include/apr_network_io.h