1. 16 Apr, 2002 3 commits
    • Justin Erenkrantz's avatar
      Merge in latest GNU config.guess and config.sub files. Synchronize all · 89933fa9
      Justin Erenkrantz authored
      config.guess/config.sub files to be identical.  Previously, we had three
      different versions of the guess files - now they are the same.
      
      I attempted to merge in ASF changes that were marked and still needed.
      Please verify that these work on your platform.  (Particular attention
      is required for the IBM platforms.)
      
      Part of PR 7818 stems from the fact that the bundled expat did not have an
      included config.guess/config.sub.  Therefore, it would take the config.guess
      from the system.  Icarus's autoconf/libtool is very old (2.13/1.3.5).  The
      machine that was used to roll 2.0.32 had a recent autoconf/libtool which
      explains the behavior that Sander saw in the PR.  Therefore, we now
      explicitly provide a config.guess/.sub for the bundled expat so that
      all of the versions are in sync.  This should minimize configuration
      problems.
      
      pcre was using a config.guess that was imported when Brian made the 3.9
      import.  It did not have the Apache modifications, but seems to have
      had the Darwin changes.  Go figure.  Sync it up as well.
      
      PR: 7818
      Obtained from: GNU FSF - ftp.gnu.org/gnu/config
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94671 13f79535-47bb-0310-9956-ffa450edef68
      89933fa9
    • Justin Erenkrantz's avatar
      Move 100 - Continue support to the HTTP_IN filter so that filters · 1aa37942
      Justin Erenkrantz authored
      are guaranteed to support 100 - Continue logic without any
      intervention.
      
      This requires some reshuffling of the code in http_protocol.c so
      that some static declarations are available early enough in the
      code so that ap_http_filter can access them.
      
      Note that we can not read the chunk until after (possibly) sending the
      100.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94668 13f79535-47bb-0310-9956-ffa450edef68
      1aa37942
    • Justin Erenkrantz's avatar
      Adds support for reading trailers on input by exporting get_mime_headers · db28bf04
      Justin Erenkrantz authored
      to ap_get_mime_headers and calling it in the appropriate place in
      ap_http_filter.
      
      showstoppers--;
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94667 13f79535-47bb-0310-9956-ffa450edef68
      db28bf04
  2. 15 Apr, 2002 2 commits
  3. 13 Apr, 2002 1 commit
  4. 12 Apr, 2002 3 commits
  5. 10 Apr, 2002 1 commit
  6. 09 Apr, 2002 4 commits
  7. 08 Apr, 2002 4 commits
  8. 07 Apr, 2002 4 commits
  9. 05 Apr, 2002 5 commits
  10. 04 Apr, 2002 2 commits
  11. 03 Apr, 2002 2 commits
  12. 01 Apr, 2002 5 commits
  13. 31 Mar, 2002 2 commits
  14. 30 Mar, 2002 1 commit
  15. 29 Mar, 2002 1 commit