Skip to content
  1. May 04, 2013
  2. May 03, 2013
  3. May 02, 2013
  4. May 01, 2013
  5. Apr 30, 2013
  6. Apr 29, 2013
  7. Apr 28, 2013
  8. Apr 27, 2013
  9. Apr 26, 2013
    • 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
    • Steve Holme's avatar
      ftpserver.pl: Fixed imap logout confirmation data · c4067a56
      Steve Holme authored
      An IMAP server should response with the BYE continuation response before
      confirming the LOGOUT command was successful.
      c4067a56