cvs commit: apache-1.3 KEYS

1999-04-15 Thread jim
jim 99/04/14 16:20:40 Modified:.KEYS Log: Add my [EMAIL PROTECTED] key Revision ChangesPath 1.21 +33 -0 apache-1.3/KEYS Index: KEYS === RCS file:

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

1999-04-15 Thread rbb
rbb 99/04/15 07:57:32 Modified:docs networkio.txt include apr_network_io.h apr/network_io/unix sockets.c Log: Add apr_accept function. Revision ChangesPath 1.8 +4 -5 apache-apr/docs/networkio.txt Index: networkio.txt

cvs commit: apache-apr/include apr_network_io.h

1999-04-15 Thread rbb
rbb 99/04/15 08:41:20 Modified:apr/network_io/unix networkio.h sockets.c docs networkio.txt include apr_network_io.h Log: Cleaned up some memory leaks in network code. And made the sockets know their own hostname. Revision Changes

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

1999-04-15 Thread manoj
manoj 99/04/15 13:01:43 Modified:pthreads/src/main http_main.c http_accept.c Log: Enable graceful restart and MaxRequestsPerChild for the multiaccept model, using a pipe watched by poll() to wake up the server at the child's graceful shutdown time. Revision Changes

cvs commit: apache-apr/docs networkio.txt

1999-04-15 Thread rbb
rbb 99/04/15 13:08:22 Modified:apr/network_io/unix networkio.h sockets.c sockopt.c include apr_network_io.h docs networkio.txt Log: Fixed hostname stuff in apr. Also, we are now saving the remote hostname in the apr structure. Revision