Skip to content
  1. 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
    • Daniel Stenberg's avatar
      multi: don't do extra expire calls for the connection · 296b246b
      Daniel Stenberg authored
      The timeout is set for the connect phase already at the start of the
      request so we should not add a new one, and we MUST not set expire to 0
      as that will remove any other potentially existing timeouts.
      296b246b
  2. Sep 12, 2010
  3. Sep 09, 2010
  4. Sep 08, 2010
  5. Sep 07, 2010
  6. Sep 06, 2010
  7. Sep 05, 2010
  8. Sep 03, 2010
  9. Sep 02, 2010
  10. Sep 01, 2010
  11. Aug 30, 2010
  12. Aug 28, 2010
  13. Aug 25, 2010