ben 99/08/14 17:03:53
Modified:mpm/src/main http_config.c
Log:
Remove code that is now dead as a result of hooks.
Revision ChangesPath
1.21 +0 -104apache-2.0/mpm/src/main/http_config.c
Index: http_config.c
==
ben 99/07/31 02:31:28
Modified:mpm/src/include ap_hooks.h
mpm/src/main http_config.c http_connection.c http_protocol.c
http_request.c
Log:
Break out the hook implementations into three kinds, thus avoiding null macro
arguments. Gates made
ben 99/07/11 09:42:25
Modified:mpm/src/include ap_hooks.h
mpm/src/main http_config.c http_connection.c http_protocol.c
http_request.c
Log:
Make run_all symbolic.
Revision ChangesPath
1.6 +3 -0 apache-2.0/mpm/src/includ
ben 99/07/10 06:32:48
Modified:mpm/src/include ap_hooks.h
mpm/src/main http_config.c http_main.c
Log:
Rudimentary debugging for hooks.
Revision ChangesPath
1.3 +4 -0 apache-2.0/mpm/src/include/ap_hooks.h
Index: ap_hooks.h
=
ben 99/07/05 06:00:47
Modified:mpm/src CHANGES
mpm/src/include http_config.h http_connection.h
mpm/src/main http_config.c http_connection.c http_main.c
Added: mpm/src/include ap_hooks.h
Log:
Strawman hooks implementation (beginning of).