Skip to content
  1. Aug 30, 2001
    • William A. Rowe Jr's avatar
      · f38b5bf2
      William A. Rowe Jr authored
        * configure.in: added Cygwin specific APR_SETVARs.
      
        * os/config.m4: added Cygwin specific values for $OS and $OS_DIR.
          $OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things
          clean as with 1.3.20.
      
        * support/logresolve.c: added OS specific #ifdef statement to define
          h_errno as extern __declspec(dllimport); it's imported from the
          cygwin1.dll itself.
      
      Submitted by: Stipe Tolj <tolj@wapme-systems.de>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90805 13f79535-47bb-0310-9956-ffa450edef68
      f38b5bf2
    • William A. Rowe Jr's avatar
      · e28e60f1
      William A. Rowe Jr authored
           Changed syntax of Set{Input|Output}Filter.  The list of filters
           must be semicolon delimited (if more than one filter is given.)
           The Set{Input|Output}Filter directive now overrides a parent
           container's directive (e.g. SetInputFilter in <Directory /web/foo>
           will override any SetInputFilter directive in <Directory /web>.)
           This new syntax is more consistent with Add{Input|Output}Filter
           directives defined in mod_mime.  Also cures a bug in prior releases
           where the Set{Input|Output}Filter directive would corrupt the
           global configuration if the multiple directives were nested.
           [William Rowe]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90799 13f79535-47bb-0310-9956-ffa450edef68
      e28e60f1
    • William A. Rowe Jr's avatar
      · faaad2e2
      William A. Rowe Jr authored
        Fix mod_mime skipping over mime.types when some _other_ field was set
        with mod_mime, but not AddType.
      
        Why is everybody always breaking my local CHANGES file ;-?
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90796 13f79535-47bb-0310-9956-ffa450edef68
      faaad2e2
    • Graham Leggett's avatar
      Added some bulletproofing to memory allocation in the LDAP cache · 4c21eb57
      Graham Leggett authored
      code.
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90789 13f79535-47bb-0310-9956-ffa450edef68
      4c21eb57
  2. Aug 29, 2001
  3. Aug 28, 2001
  4. Aug 27, 2001
  5. Aug 26, 2001
  6. 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
  7. Aug 24, 2001
  8. 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
  9. Aug 22, 2001
  10. Aug 21, 2001
  11. Aug 20, 2001
  12. Aug 19, 2001
  13. Aug 18, 2001