Skip to content
  1. Dec 02, 2011
    • Jason Glasgow's avatar
      multi: handle timeouts on DNS servers by checking for new sockets · adc88ca2
      Jason Glasgow authored
      If the first name server is not available, the multi interface does
      not invoke the socket_cb when the DNS request to the first name server
      timesout.  Ensure that the list of sockets are always updated after
      calling Curl_resolver_is_resolved.
      
      This bug can be reproduced if Curl is complied with --enable_ares and
      your code uses the multi socket interfaces and the
      CURLMOPT_SOCKETFUNCTION option.  To test try:
        iptables -I INPUT \
                 -s $(sed -n -e '/name/{s/.* //p;q}' /etc/resolv.conf)/32 \
                 -j REJECT
      and then run a program which uses the multi-interface.
      adc88ca2
  2. Dec 01, 2011
  3. Nov 30, 2011
  4. Nov 29, 2011
  5. Nov 28, 2011
  6. Nov 27, 2011
  7. Nov 25, 2011
  8. Nov 24, 2011
  9. Nov 23, 2011
  10. Nov 21, 2011
  11. Nov 20, 2011
  12. Nov 19, 2011
  13. Nov 18, 2011
  14. Nov 17, 2011