Skip to content
  1. Sep 20, 2010
  2. Sep 15, 2010
  3. Sep 14, 2010
    • James Bursa's avatar
      getinmemory: make the example easier to follow · fbefd816
      James Bursa authored
      1. Remove the comment warning that it's "not been verified to work". It
         works with no problems in my testing.
      
      2. Remove 2 unnecessary includes.
      
      3. Remove the myrealloc(). Initialize chunk.memory with malloc() instead
         of NULL. The comments for these two parts contradicted each other.
      
      4. Handle out of memory from realloc() instead of continuing.
      
      5. Print a brief status message at the end.
      fbefd816
  4. Sep 09, 2010
  5. Sep 08, 2010
  6. Sep 07, 2010
  7. Aug 28, 2010
  8. Aug 25, 2010
  9. Aug 23, 2010
  10. Aug 22, 2010
  11. Aug 18, 2010
  12. Aug 15, 2010
    • 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
  13. Aug 11, 2010
  14. Aug 10, 2010
  15. Aug 07, 2010
    • 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
  16. Aug 02, 2010
  17. Jul 30, 2010
    • 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
  18. Jul 26, 2010
  19. Jul 21, 2010
  20. Jul 13, 2010
  21. Jul 09, 2010
  22. Jun 30, 2010
  23. Jun 26, 2010
  24. Jun 24, 2010
  25. Jun 16, 2010
  26. Jun 04, 2010
  27. Jun 02, 2010
  28. May 28, 2010
  29. May 16, 2010
  30. May 12, 2010