Skip to content
  1. Dec 10, 2006
  2. Dec 09, 2006
  3. Dec 08, 2006
  4. Dec 07, 2006
  5. Dec 03, 2006
  6. Dec 02, 2006
  7. Nov 28, 2006
  8. Nov 27, 2006
  9. Nov 25, 2006
    • Sander Temme's avatar
      * Make EXAMPLE_LOG_EACH compiler directive settable on command line · 121db910
      Sander Temme authored
      * 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
      121db910
  10. Nov 24, 2006
  11. Nov 22, 2006