]> granicus.if.org Git - apache/commit
* Make EXAMPLE_LOG_EACH compiler directive settable on command line
authorSander Temme <sctemme@apache.org>
Sat, 25 Nov 2006 07:40:13 +0000 (07:40 +0000)
committerSander Temme <sctemme@apache.org>
Sat, 25 Nov 2006 07:40:13 +0000 (07:40 +0000)
commitdc0f1d3678494b611e6611e84c41b0ac9493c6f3
treeec43f81c3515146c74cfa7417db8fa59329f4d62
parent371646d9d2bbba96501ee096f89f7768b8cd5292
* Make EXAMPLE_LOG_EACH compiler directive settable on command line
* Clean up introductory comments for hook handler declarations, explain about
  RUN_ALL, RUN_FIRST in one single place, remove leftover comments from 1.3
* Place trace entry for quick_handler in request context
* Found every hook declaration in the source by running

  find . -name \*.[ch] | xargs grep -E -A 3  \
    "AP_IMPLEMENT_(OPTIONAL_|)HOOK_(VOID|RUN_ALL|RUN_FIRST)"

  from top of source tree; implemented handler for everything that turned
  up.

Next up: bring comments in line with introduction, clean up existing comments;
re-design trace mechanism to stop messing with globals after server may
start threads.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479099 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_example.c