1. 30 Aug, 2010 1 commit
  2. 27 Aug, 2010 1 commit
  3. 25 Aug, 2010 1 commit
  4. 24 Aug, 2010 1 commit
  5. 22 Aug, 2010 1 commit
  6. 21 Aug, 2010 1 commit
  7. 20 Aug, 2010 3 commits
  8. 19 Aug, 2010 1 commit
  9. 18 Aug, 2010 2 commits
  10. 16 Aug, 2010 1 commit
  11. 25 Jul, 2010 2 commits
  12. 24 Jul, 2010 1 commit
  13. 22 Jul, 2010 1 commit
  14. 21 Jul, 2010 2 commits
  15. 20 Jul, 2010 2 commits
  16. 19 Jul, 2010 2 commits
  17. 14 Jul, 2010 1 commit
  18. 04 Jul, 2010 1 commit
  19. 03 Jul, 2010 2 commits
  20. 23 Jun, 2010 1 commit
  21. 22 Jun, 2010 1 commit
  22. 21 Jun, 2010 1 commit
  23. 20 Jun, 2010 1 commit
  24. 19 Jun, 2010 2 commits
  25. 18 Jun, 2010 2 commits
  26. 15 Jun, 2010 3 commits
  27. 11 Jun, 2010 1 commit
  28. 10 Jun, 2010 1 commit
    • Joe Orton's avatar
      Run filter "init" functions exactly once per request. No longer run · e1690458
      Joe Orton authored
      init functions for connection filters (doing an "init" once per
      handler invocation makes no sense for a connection filter).  No longer 
      run init functions multiple times per request if a subrequest is used.
      
      * include/util_filter.h (ap_filter_rec_t): Clarify use of the init
        function pointer.
      
      * server/config.c (invoke_filter_init): Drop ap_ prefix for private
        function; take a request_rec pointer and only invoke filters with
        matching request.
        (ap_invoke_handler): Adjust accordingly.
      
      PR: 49328
      Reviewed by: rpluem
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@953311 13f79535-47bb-0310-9956-ffa450edef68
      e1690458