1. 10 Sep, 2006 1 commit
  2. 09 Sep, 2006 1 commit
  3. 08 Sep, 2006 1 commit
  4. 07 Sep, 2006 1 commit
  5. 04 Sep, 2006 2 commits
  6. 03 Sep, 2006 1 commit
  7. 31 Aug, 2006 1 commit
  8. 29 Aug, 2006 1 commit
  9. 25 Aug, 2006 1 commit
  10. 22 Aug, 2006 2 commits
  11. 21 Aug, 2006 1 commit
  12. 19 Aug, 2006 1 commit
  13. 18 Aug, 2006 2 commits
  14. 16 Aug, 2006 1 commit
  15. 08 Aug, 2006 2 commits
  16. 07 Aug, 2006 1 commit
  17. 02 Aug, 2006 1 commit
  18. 01 Aug, 2006 1 commit
  19. 27 Jul, 2006 1 commit
  20. 26 Jul, 2006 2 commits
  21. 25 Jul, 2006 2 commits
  22. 17 Jul, 2006 1 commit
  23. 14 Jul, 2006 1 commit
  24. 08 Jul, 2006 1 commit
  25. 07 Jul, 2006 2 commits
    • Daniel Stenberg's avatar
      Ingmar Runge provided a source snippet that caused a crash. The reason for · ca319f63
      Daniel Stenberg authored
      the crash was that libcurl internally was a bit confused about who owned the
      DNS cache at all times so if you created an easy handle that uses a shared
      DNS cache and added that to a multi handle it would crash. Now we keep more
      careful internal track of exactly what kind of DNS cache each easy handle
      uses: None, Private (allocated for and used only by this single handle),
      Shared (points to a cache held by a shared object), Global (points to the
      global cache) or Multi (points to the cache within the multi handle that is
      automatically shared between all easy handles that are added with private
      caches).
      ca319f63
    • Daniel Stenberg's avatar
      yassl can be used now · e5cf6a20
      Daniel Stenberg authored
      e5cf6a20
  26. 04 Jul, 2006 1 commit
  27. 28 Jun, 2006 1 commit
  28. 24 Jun, 2006 1 commit
  29. 23 Jun, 2006 1 commit
  30. 22 Jun, 2006 1 commit
    • 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
  31. 19 Jun, 2006 1 commit
  32. 12 Jun, 2006 2 commits