1. 05 May, 2013 1 commit
  2. 04 May, 2013 5 commits
  3. 03 May, 2013 3 commits
  4. 02 May, 2013 5 commits
  5. 01 May, 2013 1 commit
  6. 30 Apr, 2013 1 commit
  7. 29 Apr, 2013 5 commits
  8. 28 Apr, 2013 6 commits
  9. 27 Apr, 2013 12 commits
  10. 26 Apr, 2013 1 commit
    • Daniel Stenberg's avatar
      curl_easy_init: use less mallocs · 64206728
      Daniel Stenberg authored
      By introducing an internal alternative to curl_multi_init() that accepts
      parameters to set the hash sizes, easy handles will now use tiny socket
      and connection hash tables since it will only ever add a single easy
      handle to that multi handle.
      
      This decreased the number mallocs in test 40 (which is a rather simple
      and typical easy interface use case) from 1142 to 138. The maximum
      amount of memory allocated used went down from 118969 to 78805.
      64206728