1. 05 Nov, 2013 1 commit
  2. 04 Nov, 2013 4 commits
    • 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
  3. 03 Nov, 2013 14 commits
  4. 02 Nov, 2013 2 commits
  5. 31 Oct, 2013 1 commit
  6. 30 Oct, 2013 8 commits
  7. 29 Oct, 2013 2 commits
  8. 28 Oct, 2013 3 commits
  9. 27 Oct, 2013 5 commits