1. 15 Aug, 2010 2 commits
    • Daniel Stenberg's avatar
      THANKS: added contributors from 7.21.1 · 41572648
      Daniel Stenberg authored
      41572648
    • Daniel Stenberg's avatar
      multi: support timeouts · 232ad654
      Daniel Stenberg authored
      Curl_expire() is now expanded to hold a list of timeouts for each easy
      handle. Only the closest in time will be the one used as the primary
      timeout for the handle and will be used for the splay tree (which sorts
      and lists all handles within the multi handle).
      
      When the main timeout has triggered/expired, the next timeout in time
      that is kept in the list will be moved to the main timeout position and
      used as the key to splay with. This way, all timeouts that are set with
      Curl_expire() internally will end up as a proper timeout. Previously any
      Curl_expire() that set a _later_ timeout than what was already set was
      just silently ignored and thus missed.
      
      Setting Curl_expire() with timeout 0 (zero) will cancel all previously
      added timeouts.
      
      Corrects known bug #62.
      232ad654
  2. 11 Aug, 2010 2 commits
  3. 10 Aug, 2010 2 commits
  4. 07 Aug, 2010 1 commit
    • Daniel Stenberg's avatar
      curl_easy_setopt.3: rename stream to userdata · 5c2b6b2d
      Daniel Stenberg authored
      In some places where the name 'stream' has been used for naming a
      function argument that is in fact settable with a setopt() option we now
      call that argument 'userdata' to make it more obvious that it is in fact
      possible to set by the application.
      
      Suggested by: Jeff Pohlmeyer
      5c2b6b2d
  5. 02 Aug, 2010 2 commits
  6. 30 Jul, 2010 1 commit
    • Daniel Stenberg's avatar
      KNOWN_BUG: The SOCKET type in Win64 is 64 bits · 53e47ca9
      Daniel Stenberg authored
      The SOCKET type in Win64 is 64 bits large (and thus so is curl_socket_t
      on that platform), and long is only 32 bits. It makes it impossible for
      curl_easy_getinfo() to return a socket properly with the
      CURLINFO_LASTSOCKET option as for all other operating systems.
      53e47ca9
  7. 26 Jul, 2010 1 commit
  8. 21 Jul, 2010 1 commit
  9. 13 Jul, 2010 1 commit
  10. 09 Jul, 2010 1 commit
  11. 30 Jun, 2010 1 commit
  12. 26 Jun, 2010 1 commit
  13. 24 Jun, 2010 1 commit
  14. 16 Jun, 2010 1 commit
  15. 04 Jun, 2010 1 commit
  16. 02 Jun, 2010 1 commit
  17. 28 May, 2010 1 commit
  18. 16 May, 2010 1 commit
  19. 12 May, 2010 4 commits
  20. 10 May, 2010 1 commit
  21. 29 Apr, 2010 3 commits
  22. 26 Apr, 2010 1 commit
  23. 24 Apr, 2010 2 commits
  24. 19 Apr, 2010 1 commit
  25. 14 Apr, 2010 2 commits
  26. 12 Apr, 2010 2 commits
  27. 11 Apr, 2010 1 commit
  28. 02 Apr, 2010 1 commit