1. 30 Aug, 2002 2 commits
  2. 29 Aug, 2002 2 commits
  3. 28 Aug, 2002 3 commits
  4. 27 Aug, 2002 1 commit
    • Paul J. Reder's avatar
      · e9c725f5
      Paul J. Reder authored
      Remove CacheOn config directive since it is set but never checked.
      No sense wasting cycles on unused code. Besides, the only truly
      bug free code is deleted code. :)   [Paul J. Reder]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96548 13f79535-47bb-0310-9956-ffa450edef68
      e9c725f5
  5. 26 Aug, 2002 3 commits
  6. 24 Aug, 2002 1 commit
  7. 23 Aug, 2002 2 commits
  8. 21 Aug, 2002 4 commits
  9. 20 Aug, 2002 1 commit
  10. 19 Aug, 2002 1 commit
  11. 18 Aug, 2002 3 commits
  12. 09 Aug, 2002 3 commits
  13. 08 Aug, 2002 1 commit
  14. 07 Aug, 2002 1 commit
  15. 06 Aug, 2002 3 commits
  16. 01 Aug, 2002 1 commit
  17. 31 Jul, 2002 1 commit
    • Jeff Trawick's avatar
      Restore the ability to specify host names on Listen directives. · 86e02241
      Jeff Trawick authored
      We needed to compare on the value we pass to apr_sockaddr_info_get(),
      not the IP address string.  Sometimes this is an IP address string
      and sometimes it is a host name.  Otherwise, on the second pass
      through this code we won't find the existing listen_rec for a Listen
      directive which had a host name, and we'll create a new listen_rec
      and try to bind again to the same addr/port.
      
      PR:                  11030
      Helped immensely by: David Shane Holden <dpejesh@yahoo.com>,
                           who debugged it and submitted a patch which
                           showed the problem; a much simpler change was
                           committed though
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96258 13f79535-47bb-0310-9956-ffa450edef68
      86e02241
  18. 30 Jul, 2002 2 commits
  19. 24 Jul, 2002 1 commit
  20. 19 Jul, 2002 1 commit
  21. 18 Jul, 2002 2 commits
  22. 17 Jul, 2002 1 commit
    • William A. Rowe Jr's avatar
      · 93628c19
      William A. Rowe Jr authored
        Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that
        we know -immediately- that we've read the last of the data.  This patch
        adds an EOS bucket to the brigade if ctx->remaining has been consumed.
      
      Reviewed by:	Justin Erenkrantz
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96104 13f79535-47bb-0310-9956-ffa450edef68
      93628c19