cvs commit: apache-2.0/mpm/src/main http_connection.c

1999-07-23 Thread ben
ben 99/07/23 11:14:45 Modified:mpm/src/main http_connection.c Log: Actually, we should always close the connection when it is finished. Revision ChangesPath 1.12 +22 -22apache-2.0/mpm/src/main/http_connection.c Index: http_connection.c

cvs commit: apache-2.0/mpm/src/main http_connection.c http_core.c http_request.c

1999-07-22 Thread ben
ben 99/07/22 12:17:26 Modified:mpm/src/include ap_hooks.h http_connection.h mpm/src/main http_connection.c http_core.c http_request.c Log: And with one bound, he was free! This seemingly minor change allows modules to take over connection processing, thus making

cvs commit: apache-2.0/mpm/src/main http_connection.c http_log.c http_protocol.c http_request.c

1999-07-07 Thread martin
martin 99/07/07 08:32:00 Modified:mpm/src/main http_connection.c http_log.c http_protocol.c http_request.c Log: Sorry, but using C comments in place of C++ comments makes life for me and my compiler much easier. Revision ChangesPath 1.9 +3

cvs commit: apache-2.0/mpm/src/main http_connection.c mpm_prefork.c

1999-06-20 Thread dgaudet
dgaudet 99/06/20 16:09:54 Modified:mpm/src/include ap_mpm.h mpm/src/main http_connection.c mpm_prefork.c Log: ap_mpm_graceful_stop -> ap_graceful_stop_signalled Revision ChangesPath 1.4 +1 -1 apache-2.0/mpm/src/include/ap_mpm.h Index: ap_mpm

cvs commit: apache-2.0/mpm/src/main http_connection.c http_protocol.c iol_unix.c

1999-06-19 Thread ben
ben 99/06/19 13:23:38 Modified:mpm/src/main http_connection.c http_protocol.c iol_unix.c Log: Compile on FreeBSD. Revision ChangesPath 1.3 +0 -2 apache-2.0/mpm/src/main/http_connection.c Index: http_connection.c ==