1. 08 Jan, 2011 1 commit
  2. 07 Jan, 2011 1 commit
  3. 06 Jan, 2011 2 commits
  4. 05 Jan, 2011 3 commits
  5. 04 Jan, 2011 14 commits
  6. 03 Jan, 2011 9 commits
  7. 02 Jan, 2011 1 commit
  8. 01 Jan, 2011 2 commits
  9. 30 Dec, 2010 2 commits
  10. 28 Dec, 2010 2 commits
  11. 27 Dec, 2010 1 commit
    • Daniel Stenberg's avatar
      c-ares: fix cancelled resolves · b6a3e2be
      Daniel Stenberg authored
      When built IPv6-enabled, we could do Curl_done() with one of the two
      resolves having returned already, so when ares_cancel() is called the
      resolve callback ends up doing funny things (sometimes resulting in a
      segfault) since it would try to actually store the previous resolve even
      though we're shutting down the resolve.
      
      This bug was introduced in commit 8ab137b2 so it hasn't been
      included in any public release.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3145445
      Reported by: Pedro Larroy
      b6a3e2be
  12. 25 Dec, 2010 2 commits