cvs commit: apache-apr/pthreads/src/main http_accept.c

1999-04-13 Thread manoj
manoj 99/04/12 16:47:27 Modified:pthreads/src/main http_accept.c Log: Ryan was right. We should only decrement requests_this_child after a connection is accepted; otherwise, we will accept too few connections (and once the child death code works properly, too few could mean

cvs commit: apache-site/mirrors mirrors.list index.html

1999-04-13 Thread brian
brian 99/04/13 03:43:59 Modified:mirrors mirrors.list index.html Log: Add lotsa new ones, remove one, change some others... Revision ChangesPath 1.75 +20 -8 apache-site/mirrors/mirrors.list Index: mirrors.list

cvs commit: apache-apr/apr/network_io/unix Makefile networkio.h sockets.c

1999-04-13 Thread rbb
rbb 99/04/13 04:49:54 Added: apr/network_io/unix Makefile networkio.h sockets.c Log: First pass at network I/O functions. Not tested yet. Test program for network is on the way. Revision ChangesPath 1.1 apache-apr/apr/network_io/unix/Makefile

cvs commit: apache-apr/include apr_network_io.h apr_general.h

1999-04-13 Thread rbb
rbb 99/04/13 04:51:48 Modified:include apr_general.h Added: include apr_network_io.h Log: First pass at network_io header file. Revision ChangesPath 1.8 +4 -0 apache-apr/include/apr_general.h Index: apr_general.h

cvs commit: apache-apr/docs networkio.txt

1999-04-13 Thread rbb
rbb 99/04/13 04:53:22 Modified:docs networkio.txt Log: Update to network API documentation Revision ChangesPath 1.2 +38 -11apache-apr/docs/networkio.txt Index: networkio.txt ===