]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Start to implement module-defined hooks that are a) fast and b) typesafe.
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 14:18:40 +0000 (14:18 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 14:18:40 +0000 (14:18 +0000)
commite3978962f93ce24ab63c0634c306b0a98faa7965
treefe1d2f7f0b4e0d8450599dbb619d2c03011bd057
parenta8203308d9a7285e324382e9c013da50f4fda790
Start to implement module-defined hooks that are a) fast and b) typesafe.
Replace pre_connection module call with a register_hook call and
implement pre_connection as a hook. The intent is that these hooks will
be extended to allow Apache to be multi-protocol, and also to allow the
calling order to be specified on a per-hook/per-module basis.  [Ben Laurie]

Port a bunch of modules to the new module structure.
["Michael H. Voase" <mvoase@midcoast.com.au>]

Submitted by: Ben Laurie

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83770 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
include/http_config.h
include/http_protocol.h
include/http_request.h
modules/aaa/mod_access.c
modules/aaa/mod_auth.c
modules/generators/mod_asis.c
modules/generators/mod_cgi.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/http/mod_mime.c
modules/loggers/mod_log_config.c
modules/mappers/mod_actions.c
modules/mappers/mod_alias.c
modules/mappers/mod_dir.c
modules/mappers/mod_imap.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_userdir.c
modules/metadata/mod_env.c
modules/metadata/mod_setenvif.c
server/config.c