1. 17 Aug, 2003 1 commit
  2. 15 Aug, 2003 1 commit
  3. 14 Aug, 2003 1 commit
    • Justin Erenkrantz's avatar
      More fun with IPv6 Listen statements. · cf62944e
      Justin Erenkrantz authored
      - Remove the default_family declaration as it is no longer used.
      - Fix segfault if checking NULL sa->hostname.
      - Cycle through the bind_addr list if we get an error creating an IPv6 socket
        and we're IPv6 enabled and the binding address is NULL.  The odds are that
        we just can't support IPv6.  (The twist is that apr_sockaddr_info_get should
        return bind_addr's for IPv6 and IPv4.  This strikes me as slightly more
        elegant than the find_default_family hack.)
      
      This should get us working on Linux and Netware again.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100994 13f79535-47bb-0310-9956-ffa450edef68
      cf62944e
  4. 13 Aug, 2003 3 commits
  5. 12 Aug, 2003 3 commits
  6. 11 Aug, 2003 1 commit
  7. 09 Aug, 2003 2 commits
  8. 08 Aug, 2003 2 commits
  9. 07 Aug, 2003 4 commits
  10. 06 Aug, 2003 5 commits
  11. 05 Aug, 2003 6 commits
  12. 04 Aug, 2003 4 commits
  13. 03 Aug, 2003 6 commits
  14. 01 Aug, 2003 1 commit
    • Jeff Trawick's avatar
      distinguish between these two states: · 4fe6134e
      Jeff Trawick authored
      . just issued connect(), polling for writability to find out when connect()
        completed
      . already connected, waiting for data from the server so polling for
        readability
      
      by only polling for writability during the first state, we avoid some
      logic in test() which inappropriately writes multiple requests to the
      server
      
      btw, the most basic SSL test segfaulted before and after this commit
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100889 13f79535-47bb-0310-9956-ffa450edef68
      4fe6134e