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