Skip to content
  1. Nov 27, 2006
    • Sander Temme's avatar
      * Further clarify hook callback return convention · 003b8a4d
      Sander Temme authored
      * Place some trace calls into context
      * Every hook callback implementation now has the same comment format
      * Document hitherto undocumented hook callbacks
      * Always trace the handler, whether it gets to write its content or not
      * Clean up stale 1.3 comments in handler callback
      * Document quick_handler callback according to a conversation Googled up from
        new-httpd in 2002
      * Change callback names so all follow the same format: the hook name with a 
        prefix
      * Add a callback handler for the enigmatic ap_hook_monitor
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479471 13f79535-47bb-0310-9956-ffa450edef68
      003b8a4d
  2. 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
  3. Nov 24, 2006
  4. Nov 22, 2006
  5. Nov 19, 2006
  6. Nov 18, 2006
  7. Nov 16, 2006
  8. Nov 15, 2006
  9. Nov 14, 2006
  10. Nov 10, 2006
  11. Nov 09, 2006
  12. Nov 08, 2006
  13. Nov 07, 2006
  14. Nov 02, 2006
  15. Nov 01, 2006
  16. Oct 29, 2006
  17. Oct 27, 2006
  18. Oct 26, 2006
  19. Oct 25, 2006