Skip to content
  1. Aug 28, 2001
    • Ryan Bloom's avatar
      Fix a performance problem with the worker MPM. We now create · 4959b747
      Ryan Bloom authored
      transaction pools once, and re-use them for each connection.
      
      Submitted by:	Aaron Bannert <aaron@clove.org>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90771 13f79535-47bb-0310-9956-ffa450edef68
      4959b747
    • William A. Rowe Jr's avatar
      · 67c1a490
      William A. Rowe Jr authored
        Version 1.338 of mod_mime also tightened the mod_negotiation behavior.
        See changes for a complete description.  Because (in the example) the
        .Z extension doesn't affect negotiated behavior, the files index.html
        and index.Z.html couldn't be distinguished, and the user would get an
        error 406 NOT ACCEPTABLE, which is the _wrong_ answer.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90757 13f79535-47bb-0310-9956-ffa450edef68
      67c1a490
    • William A. Rowe Jr's avatar
      · 05487700
      William A. Rowe Jr authored
        Introduces mod_mime AddInputFilter and AddOutputFilter filter ext syntax.
      
        Significantly refactored the code to maintain single functions for the
        add_extension_info hash and remove_extension_info table processing.
      
        The AddInputFilter/AddOutputFilter could have been plural, as they accept
        a semicolon delimited list of filters (e.g. you need to stack two different
        filters based on a single extension.)  I expect that the plural could
        confuse users, though, as they might expect AddInputFilters foo bar var
        to add foo and bar to the extension var, which it definately doesn't do!
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90756 13f79535-47bb-0310-9956-ffa450edef68
      05487700
  2. Aug 27, 2001
  3. Aug 26, 2001
  4. Aug 25, 2001
    • William A. Rowe Jr's avatar
      · 12c80eba
      William A. Rowe Jr authored
        Introduce the map_to_storage hook, which allows modules to bypass
        the directory_walk and file_walk for non-file requests.  TRACE
        shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
        directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
      
        A seperate patch to mod_proxy is required to short circuit both the
        TRACE and directory_walk/file_walk stuff.  That patch is next.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90665 13f79535-47bb-0310-9956-ffa450edef68
      12c80eba
    • Ryan Bloom's avatar
      Add the ability for mod_include to add the INCLUDES filter · 50dc7fb6
      Ryan Bloom authored
      if the file is configured for the server-parsed handler.
      This makes the configuration for .shtml files much easier
      to understand, and allows mod_include to honor Apache 1.3
      config files.   Based on Doug MacEachern's patch to PHP
      to do the same thing.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90655 13f79535-47bb-0310-9956-ffa450edef68
      50dc7fb6
  5. Aug 24, 2001
  6. Aug 23, 2001
    • Paul J. Reder's avatar
      · f00c1e7f
      Paul J. Reder authored
      Fix for mod_include. Ryan's patch to check error
      codes put a return in the wrong place. Also, the
      include handler return code wasn't being checked.
      I don't like macros with returns, so I converted
      SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90554 13f79535-47bb-0310-9956-ffa450edef68
      f00c1e7f
  7. Aug 22, 2001
  8. Aug 21, 2001
  9. Aug 20, 2001
  10. Aug 19, 2001
  11. Aug 18, 2001
  12. Aug 17, 2001
  13. Aug 16, 2001