Skip to content
Snippets Groups Projects
  1. Mar 29, 2015
  2. Dec 26, 2014
  3. Dec 15, 2014
  4. Aug 22, 2014
    • Frank Meier's avatar
      NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth · 63a0bd42
      Frank Meier authored
      Problem: if CURLOPT_FORBID_REUSE is set, requests using NTLM failed
      since NTLM requires multiple requests that re-use the same connection
      for the authentication to work
      
      Solution: Ignore the forbid reuse flag in case the NTLM authentication
      handshake is in progress, according to the NTLM state flag.
      
      Fixed known bug #77.
      63a0bd42
  5. Aug 08, 2014
  6. Jun 04, 2014
  7. Jun 01, 2014
  8. Mar 31, 2014
  9. Mar 14, 2014
  10. Jan 04, 2014
  11. Dec 15, 2013
  12. Nov 27, 2013
  13. Nov 05, 2013
  14. Oct 02, 2013
  15. Aug 25, 2013
  16. Aug 08, 2013
  17. Jun 22, 2013
  18. Jun 10, 2013
  19. May 21, 2013
  20. Sep 13, 2012
  21. Aug 31, 2012
    • Daniel Stenberg's avatar
      test2032: bail out after last transfer · 7735141e
      Daniel Stenberg authored
      The test would hang and get aborted with a "ABORTING TEST, since it
      seems that it would have run forever." until I prevented that from
      happening.
      
      I also fixed the data file which got broken CRLF line endings when I
      sucked down the path from Joe's repo == my fault.
      
      Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly
      this.
      7735141e
  22. Jul 20, 2012
  23. Jul 08, 2012
  24. Jul 07, 2012
  25. Jan 18, 2012
  26. Jan 04, 2012
  27. Oct 20, 2011
  28. Aug 15, 2010
    • Daniel Stenberg's avatar
      multi: support timeouts · 232ad654
      Daniel Stenberg authored
      Curl_expire() is now expanded to hold a list of timeouts for each easy
      handle. Only the closest in time will be the one used as the primary
      timeout for the handle and will be used for the splay tree (which sorts
      and lists all handles within the multi handle).
      
      When the main timeout has triggered/expired, the next timeout in time
      that is kept in the list will be moved to the main timeout position and
      used as the key to splay with. This way, all timeouts that are set with
      Curl_expire() internally will end up as a proper timeout. Previously any
      Curl_expire() that set a _later_ timeout than what was already set was
      just silently ignored and thus missed.
      
      Setting Curl_expire() with timeout 0 (zero) will cancel all previously
      added timeouts.
      
      Corrects known bug #62.
      232ad654
  29. Aug 11, 2010
  30. Jul 30, 2010
    • Daniel Stenberg's avatar
      KNOWN_BUG: The SOCKET type in Win64 is 64 bits · 53e47ca9
      Daniel Stenberg authored
      The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t
      on that platform), and long is only 32 bits. It makes it impossible for
      curl_easy_getinfo() to return a socket properly with the
      CURLINFO_LASTSOCKET option as for all other operating systems.
      53e47ca9
  31. Feb 14, 2010
  32. Jan 28, 2010
    • Yang Tse's avatar
      · ccffed99
      Yang Tse authored
      Known bug #64 fixed by Constantine Sapuntzakis and Joshua Kwan in 7.20.0
      ccffed99
  33. Dec 04, 2009
  34. Nov 29, 2009
  35. Oct 21, 2009
  36. Aug 31, 2009
  37. Aug 21, 2009
  38. Aug 12, 2009
Loading