Skip to content
  1. Jul 06, 2002
    • 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
  2. Jul 04, 2002
  3. Jul 02, 2002
  4. Jul 01, 2002
  5. Jun 28, 2002
    • 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
  6. Jun 27, 2002
  7. Jun 26, 2002
  8. Jun 24, 2002
  9. Jun 23, 2002
    • Brian Pane's avatar
      Convert the hostname to all-lowercase in fix_hostname() so that · b8b4571d
      Brian Pane authored
      the implementation matches the comments.  (Note: The current virtual
      hosting code does case-insensitive host matching, so this fix is useful
      mostly to help ensure that custom modules and any future vhosting code
      don't get tripped up by case-sensitivity issues.)
      Submitted by:	Perry Harrington <pedward@webcom.com>
      Reviewed by:	Brian Pane
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95866 13f79535-47bb-0310-9956-ffa450edef68
      b8b4571d
    • William A. Rowe Jr's avatar
      · 3e90bd6b
      William A. Rowe Jr authored
        Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include
        extended characters (non US-ASCII) in non-utf8 format.  This brings
        Win32 back into CGI/1.1 compliance, and leaves charset decoding up
        to the cgi application itself.
      
        Accomplished this by utf-8 encoding of plain octets for user and header
        data, so that the apr_proc_create() translates back to single unicode
        characters.  This won't necessarily translate into the correct octet
        depending on the codepage used by the cgi app.  That's the next task.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95865 13f79535-47bb-0310-9956-ffa450edef68
      3e90bd6b
  10. Jun 22, 2002
  11. Jun 21, 2002
  12. Jun 19, 2002
  13. Jun 17, 2002
  14. Jun 16, 2002
  15. Jun 15, 2002
  16. Jun 14, 2002
  17. Jun 13, 2002
  18. Jun 12, 2002
  19. Jun 11, 2002