1. 19 Jan, 2001 3 commits
  2. 18 Jan, 2001 2 commits
  3. 15 Jan, 2001 3 commits
  4. 12 Jan, 2001 3 commits
  5. 07 Jan, 2001 1 commit
  6. 05 Jan, 2001 1 commit
  7. 03 Jan, 2001 2 commits
  8. 02 Jan, 2001 1 commit
  9. 31 Dec, 2000 1 commit
  10. 29 Dec, 2000 2 commits
  11. 28 Dec, 2000 1 commit
    • Ryan Bloom's avatar
      Ignore CRLF (or LF) when PEEK'ing at data on the socket. The general · de9c9a7c
      Ryan Bloom authored
      problem is that some browsers send an extra line at the end of a POST
      request.  We use the PEEK method to determine if there is any data left
      on the socket, if there is then we delay sending the response until we
      have enough data to make it worthwhile.  If the browser sends an extra
      blank line, we don't want to delay the response at all.  The only time
      we use the PEEK method is to check for a second request, so this is safe
      to do.
      
      This also solves Joe Orton's problem of specifying a Content- Length
      of 1 for a blank line, and having the server wait to send back a response.
      The problem is that Linux (all Unix really) sends two characters \r\n for
      a blank line, so specifying a C-L of 1 means that the server still sees
      a \n when it PEEKs that the socket data.  That \n can be safely ignored
      however.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87540 13f79535-47bb-0310-9956-ffa450edef68
      de9c9a7c
  12. 27 Dec, 2000 1 commit
  13. 26 Dec, 2000 1 commit
    • Ryan Bloom's avatar
      Allow buildconf to find the config.m4 files in the correct order. This · ceeb431b
      Ryan Bloom authored
      allows the decisions made in one config.m4 file to be based on decisions
      made in previous config.m4 files.  For example, the config.m4 in the
      generators config.m4 can choose the correc cgi module based on which MPM
      is chosen.
      
      To do this, we find all filenames config*.m4, and then we re-order the
      filename so that it looks like:  *config.m4/path/to/file.  Once all files
      are in this format, we sort the files, and then re-arrange the file names
      again to put them in the correct order.  There may be better ways to do
      this, but I couldn't find a portable way to call sort so that this would
      work.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87526 13f79535-47bb-0310-9956-ffa450edef68
      ceeb431b
  14. 23 Dec, 2000 3 commits
  15. 22 Dec, 2000 2 commits
  16. 21 Dec, 2000 1 commit
    • William A. Rowe Jr's avatar
      · ac1a2382
      William A. Rowe Jr authored
        The Win32 overhaul, in summary;
          Modules are named mod_foo.so
          Dynamic Libraries are named libfoo.dll, and are stored in bin/
          The former ApacheCoreDll is now libhttpd.dll
          Apache.exe moves to bin/
          The make install now copies include, lib, and libexec
          All build options are normalized, filenames adjusted appropriately
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87471 13f79535-47bb-0310-9956-ffa450edef68
      ac1a2382
  17. 20 Dec, 2000 3 commits
  18. 19 Dec, 2000 4 commits
  19. 18 Dec, 2000 2 commits
  20. 17 Dec, 2000 2 commits
  21. 15 Dec, 2000 1 commit