Skip to content
Snippets Groups Projects
  1. Oct 25, 2006
    • Daniel Stenberg's avatar
      Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the · cde5e35d
      Daniel Stenberg authored
      case when 401 or 407 are returned, *IF* no auth credentials have been given.
      The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
      and 407 cases when auth credentials is given, but we've now covered this
      somewhat more.
      
      You might get some amounts of headers transferred before this situation is
      detected, like for when a "100-continue" is received as a response to a
      POST/PUT and a 401 or 407 is received immediately afterwards.
      
      Added test 281 to verify this change.
      cde5e35d
  2. Oct 21, 2006
  3. Oct 12, 2006
  4. Oct 08, 2006
  5. Sep 30, 2006
  6. Sep 27, 2006
  7. Sep 26, 2006
  8. Sep 21, 2006
  9. Sep 11, 2006
  10. Sep 08, 2006
  11. Sep 07, 2006
  12. Sep 03, 2006
  13. Aug 29, 2006
  14. Aug 23, 2006
  15. Aug 09, 2006
  16. Aug 08, 2006
  17. Aug 02, 2006
  18. Aug 01, 2006
  19. Jul 26, 2006
  20. Jul 25, 2006
  21. Jul 07, 2006
  22. Jun 26, 2006
  23. Jun 24, 2006
  24. Jun 22, 2006
    • Daniel Stenberg's avatar
      Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and · dfe1884c
      Daniel Stenberg authored
      CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed
      to send or receive data. This kind of adds the the command line tool's
      option --limit-rate to the library.
      
      The rate limiting logic in the curl app is now removed and is instead
      provided by libcurl itself. Transfer rate limiting will now also work for -d
      and -F, which it didn't before.
      dfe1884c
  25. Jun 21, 2006
  26. Jun 20, 2006
  27. Jun 08, 2006
  28. May 24, 2006
  29. May 09, 2006
    • Daniel Stenberg's avatar
      Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNU · 77475f2a
      Daniel Stenberg authored
      autotools project, which optionally (default=yes) uses libcurl on a system
      without a (usable) libcurl installation, but not specifying
      `--without-libcurl', configure determines correctly that no libcurl is
      available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl'
      in the resulting Makefiles.
      
      David Shaw fixed the flaw.
      77475f2a
  30. Apr 26, 2006
  31. Apr 19, 2006
  32. Apr 10, 2006
  33. Apr 09, 2006
  34. Apr 08, 2006
Loading