Skip to content
Snippets Groups Projects
  1. Apr 05, 2016
  2. Mar 19, 2016
  3. Feb 09, 2016
  4. Feb 08, 2016
  5. Feb 04, 2016
  6. Feb 01, 2016
  7. Sep 20, 2015
  8. Aug 24, 2015
  9. Jun 16, 2015
  10. Apr 15, 2015
  11. Mar 29, 2015
  12. Dec 26, 2014
  13. Dec 15, 2014
  14. 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
  15. Aug 08, 2014
  16. Jun 04, 2014
  17. Jun 01, 2014
  18. Mar 31, 2014
  19. Mar 14, 2014
  20. Jan 04, 2014
  21. Dec 15, 2013
  22. Nov 27, 2013
  23. Nov 05, 2013
  24. Oct 02, 2013
  25. Aug 25, 2013
  26. Aug 08, 2013
  27. Jun 22, 2013
  28. Jun 10, 2013
  29. May 21, 2013
  30. Sep 13, 2012
  31. 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
  32. Jul 20, 2012
  33. Jul 08, 2012
  34. Jul 07, 2012
Loading