Skip to content
  1. Jan 10, 2011
  2. Jan 08, 2011
  3. Jan 07, 2011
  4. Jan 05, 2011
  5. Jan 04, 2011
  6. Jan 03, 2011
    • Daniel Stenberg's avatar
      unittesting: build a separate static lib · 53640a3c
      Daniel Stenberg authored
      When configure --enable-debug has been used, all files in lib/ are now
      built twice and a separate static library crafted for unit-testing will
      be linked. The unit tests in the tests/unit subdir will use that
      library.
      53640a3c
    • Daniel Stenberg's avatar
      SSH: avoid PATH_MAX with alloc · 45cea719
      Daniel Stenberg authored
      We cannot assume that PATH_MAX will be enough for the remote path name
      so allocating room for it is the only sensible approach.
      45cea719
  7. Jan 02, 2011
  8. Jan 01, 2011
  9. Dec 30, 2010
  10. Dec 28, 2010
  11. Dec 27, 2010
    • 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. Dec 23, 2010
    • Daniel Stenberg's avatar
      cookies: tricked dotcounter fixed · 49465fff
      Daniel Stenberg authored
      Providing multiple dots in a series in the domain field (domain=..com) could
      trick the cookie engine to wrongly accept the cookie believing it to be
      fine. Since the tailmatching would then match all .com sites, the cookie would
      then be sent to all of them.
      
      The code now requires at least one letter between each dot for them to be
      counted. Edited test case 61 to verify this.
      49465fff
    • Daniel Stenberg's avatar
      multi: connect fail => use next IP address · 5825aa14
      Daniel Stenberg authored
      When using the multi interface and connecting to a host name that
      resolves to multiple IP addresses, there was no logic that made it
      continue to the next IP if connecting to the first address times
      out. This is now corrected.
      5825aa14
    • Daniel Stenberg's avatar
      ossl_seed: no more RAND_screen · 2dded8fe
      Daniel Stenberg authored
      RAND_screen() is slow, not thread-safe and not needed anymore since OpenSSL
      uses the thread-safe win32 CryptoAPI nowadays.
      2dded8fe
  13. Dec 22, 2010
  14. Dec 21, 2010
  15. Dec 20, 2010
  16. Dec 18, 2010
  17. Dec 15, 2010
  18. Dec 13, 2010