1. 21 Aug, 2002 1 commit
  2. 20 Aug, 2002 1 commit
  3. 19 Aug, 2002 1 commit
  4. 18 Aug, 2002 3 commits
  5. 09 Aug, 2002 3 commits
  6. 08 Aug, 2002 1 commit
  7. 07 Aug, 2002 1 commit
  8. 06 Aug, 2002 3 commits
  9. 01 Aug, 2002 1 commit
  10. 31 Jul, 2002 1 commit
    • Jeff Trawick's avatar
      Restore the ability to specify host names on Listen directives. · 86e02241
      Jeff Trawick authored
      We needed to compare on the value we pass to apr_sockaddr_info_get(),
      not the IP address string.  Sometimes this is an IP address string
      and sometimes it is a host name.  Otherwise, on the second pass
      through this code we won't find the existing listen_rec for a Listen
      directive which had a host name, and we'll create a new listen_rec
      and try to bind again to the same addr/port.
      
      PR:                  11030
      Helped immensely by: David Shane Holden <dpejesh@yahoo.com>,
                           who debugged it and submitted a patch which
                           showed the problem; a much simpler change was
                           committed though
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96258 13f79535-47bb-0310-9956-ffa450edef68
      86e02241
  11. 30 Jul, 2002 2 commits
  12. 24 Jul, 2002 1 commit
  13. 19 Jul, 2002 1 commit
  14. 18 Jul, 2002 2 commits
  15. 17 Jul, 2002 2 commits
  16. 16 Jul, 2002 2 commits
  17. 15 Jul, 2002 1 commit
  18. 14 Jul, 2002 1 commit
  19. 13 Jul, 2002 1 commit
  20. 12 Jul, 2002 1 commit
  21. 10 Jul, 2002 1 commit
  22. 08 Jul, 2002 1 commit
  23. 06 Jul, 2002 1 commit
    • Ian Holsman's avatar
      Renames Pending: · 5ab19d5a
      Ian Holsman authored
       This clears the list of renames pending in apr-util.
       Parts of this list was alreadu done, but the pending list hadn't been updated.
      
       apr_hook_debug_current     from apr_current_hooking_module
       apr_hook_debug_show        from apr_show_hook
      
       apr_hook_global_pool       from apr_global_hook_pool
       apr_hook_sort_all          from apr_sort_hooks
      
       apr_uri_port_of_scheme     from apr_uri_default_port_for_scheme
       apr_uri_unparse            from apr_uri_unparse_components
       apr_uri_parse              from apr_uri_parse_components
       apr_uri_parse_hostinfo     from apr_uri_parse_hostinfo_components
      
       apr_uri_t                  from apr_uri_components
      
       All APR_URI_*              from all APU_URI_* symbols
       All APR_UNP_*              from all UNP_* symbols
      
      PR:
      Obtained from:
      Submitted by:	 Thom May
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95966 13f79535-47bb-0310-9956-ffa450edef68
      5ab19d5a
  24. 04 Jul, 2002 2 commits
  25. 02 Jul, 2002 1 commit
  26. 01 Jul, 2002 1 commit
  27. 28 Jun, 2002 1 commit
    • Justin Erenkrantz's avatar
      Add a filter_init function to the filters so that a filter can execute · a65043db
      Justin Erenkrantz authored
      arbitrary code before the handlers are invoked.
      
      This resolves an issue with incorrect 304s on If-Modified-Since mod_include
      requests since ap_meets_conditions() is not aware that this is a dynamic
      request and it is not possible to satisfy 304 for these requests (unless
      xbithack full is on, of course).  When mod_include runs as a filter, it is
      too late to set any flag since the handler is responsible for calling
      ap_meets_conditions(), which it should do before generating any data.
      
      If a module doesn't need to run such arbitrary code, it can just pass NULL
      as the argument and all is well.
      
      PR:	9673
      Reviewed by:	Ryan Bloom and others
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95906 13f79535-47bb-0310-9956-ffa450edef68
      a65043db
  28. 27 Jun, 2002 2 commits