Skip to content
  1. Nov 14, 2013
  2. Nov 13, 2013
  3. Nov 12, 2013
  4. Nov 11, 2013
  5. Nov 10, 2013
  6. Nov 05, 2013
  7. Nov 04, 2013
    • Björn Stenberg's avatar
      connect: Add connection delay to Happy Eyeballs. · 02fbc26d
      Björn Stenberg authored
      This patch adds a 200ms delay between the first and second address
      family socket connection attempts.
      
      It also iterates over IP addresses in the order returned by the
      system, meaning most dual-stack systems will try IPv6 first.
      
      Additionally, it refactors the connect code, removing most code that
      handled synchronous connects. Since all sockets are now non-blocking,
      the logic can be made simpler.
      02fbc26d
    • Steve Holme's avatar
    • Steve Holme's avatar
      nss.c: Fixed compilation warnings (Take Two) · 90acbfd5
      Steve Holme authored
      nss.c:702: warning: pointer targets in passing argument 3 of
      'Curl_extract_certinfo' differ in signedness
      
      nss.c:702: warning: pointer targets in passing argument 4 of
      'Curl_extract_certinfo' differ in signedness
      
      Made sure the cast was correctly "unsigned char *" to "char *" and not
      "unsigned char *" to "unsigned char *".
      90acbfd5
    • Steve Holme's avatar
      nss.c: Fixed compilation warnings · 989b28fe
      Steve Holme authored
      nss.c:700: warning: pointer targets in passing argument 3 of
      'Curl_extract_certinfo' differ in signedness
      
      nss.c:700: warning: pointer targets in passing argument 4 of
      'Curl_extract_certinfo' differ in signedness
      989b28fe
  8. Nov 03, 2013
  9. Nov 02, 2013
  10. Oct 31, 2013
  11. Oct 30, 2013
  12. Oct 29, 2013
  13. Oct 28, 2013
  14. Oct 27, 2013