Skip to content
  1. Aug 17, 2003
  2. Aug 15, 2003
  3. Aug 14, 2003
    • 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. Aug 13, 2003
  5. Aug 12, 2003
  6. Aug 11, 2003
  7. Aug 09, 2003
  8. Aug 08, 2003
  9. Aug 07, 2003
  10. Aug 06, 2003
  11. Aug 05, 2003
  12. Aug 04, 2003
  13. Aug 03, 2003
  14. Aug 01, 2003
    • 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