1. 16 Sep, 2010 1 commit
  2. 15 Sep, 2010 1 commit
  3. 14 Sep, 2010 2 commits
    • 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
  4. 12 Sep, 2010 6 commits
  5. 09 Sep, 2010 2 commits
  6. 08 Sep, 2010 2 commits
  7. 07 Sep, 2010 2 commits
  8. 06 Sep, 2010 2 commits
  9. 05 Sep, 2010 2 commits
  10. 03 Sep, 2010 2 commits
  11. 02 Sep, 2010 1 commit
  12. 01 Sep, 2010 6 commits
  13. 30 Aug, 2010 2 commits
  14. 28 Aug, 2010 7 commits
  15. 25 Aug, 2010 2 commits