1. 03 Jul, 2008 3 commits
    • Daniel Stenberg's avatar
      - Phil Blundell: If you ask ares_gethostbyname() to do an AF_INET6 lookup and · e3b5673e
      Daniel Stenberg authored
        the target host has only A records, it automatically falls back to an
        AF_INET lookup and gives you the A results.  However, if the target host has
        a CNAME record, this behaviour is defeated since the original query does
        return some data even though ares_parse_aaa_reply() doesn't consider it
        relevant. Here's a small patch to make it behave the same with and without
        the CNAME.
      e3b5673e
    • Daniel Stenberg's avatar
      Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx · 82412f21
      Daniel Stenberg authored
      response codes. Previously libcurl would hang on such occurances. I added
      test case 1033 to verify.
      82412f21
    • Daniel Stenberg's avatar
      Introcuding a new timestamp for curl_easy_getinfo(): · 7c648782
      Daniel Stenberg authored
      CURLINFO_APPCONNECT_TIME. This is set with the "application layer"
      handshake/connection is completed (typically SSL, TLS or SSH). By using this
      you can figure out the application layer's own connect time. You can extract
      the time stamp using curl's -w option and the new variable named
      'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar.
      7c648782
  2. 02 Jul, 2008 3 commits
  3. 01 Jul, 2008 4 commits
  4. 30 Jun, 2008 5 commits
  5. 29 Jun, 2008 2 commits
  6. 26 Jun, 2008 2 commits
  7. 24 Jun, 2008 1 commit
  8. 22 Jun, 2008 2 commits
  9. 21 Jun, 2008 3 commits
  10. 20 Jun, 2008 4 commits
  11. 19 Jun, 2008 8 commits
  12. 18 Jun, 2008 3 commits