Skip to content
  1. Sep 03, 2007
  2. Aug 30, 2007
  3. Aug 24, 2007
    • Daniel Stenberg's avatar
      Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed · 7cba40b2
      Daniel Stenberg authored
      out that libcurl didn't deal with large responses from server commands, when
      the single response was consisting of multiple lines but of a total size of
      16KB or more. Dan Fandrich improved the ftp test script and provided test
      case 1006 to repeat the problem, and I fixed the code to make sure this new
      test case runs fine.
      7cba40b2
  4. Aug 23, 2007
  5. Aug 22, 2007
  6. Aug 20, 2007
  7. Aug 17, 2007
  8. Aug 14, 2007
  9. Aug 11, 2007
  10. Aug 08, 2007
  11. Aug 04, 2007
  12. Aug 03, 2007
  13. Aug 02, 2007
  14. Aug 01, 2007
  15. Jul 30, 2007
  16. Jul 29, 2007
  17. Jul 23, 2007
  18. Jul 22, 2007
  19. Jul 21, 2007
  20. Jul 20, 2007
  21. Jul 17, 2007
  22. Jul 13, 2007
  23. Jul 12, 2007
  24. Jul 11, 2007
  25. Jul 10, 2007
    • Daniel Stenberg's avatar
      Shmulik Regev: · 5119fb16
      Daniel Stenberg authored
      The tiny patch below fixes a bug (that I introduced :) which happens
      when negotiating authentication with a proxy (probably with web
      servers as well) that uses chunked transfer encoding for the 407 error
      pages. In this case the ''ignorebody'' flag was ignored (no pun
      intended).
      5119fb16