1. 14 Feb, 2013 5 commits
    • Steve Holme's avatar
      pop3: Fixed blocking SSL connect when connecting via POP3S · 92a537a2
      Steve Holme authored
      A call to Curl_ssl_connect() was accidentally left in when the SSL/TLS
      connection layer was reworked in 7.29. Not only would this cause the
      connection to block but had the additional overhead of calling the
      non-blocking connect a little bit later.
      92a537a2
    • Steve Holme's avatar
      smtp: Refactored the smtp_state_auth_resp() function · 7ed689d2
      Steve Holme authored
      Renamed smtp_state_auth_resp() function to match the implementations in
      IMAP and POP3.
      7ed689d2
    • Daniel Stenberg's avatar
      remove ifdefs · a6dca9d2
      Daniel Stenberg authored
      Clarify the code by reducing ifdefs
      a6dca9d2
    • Daniel Stenberg's avatar
      strlcat: remove function · 358c5c07
      Daniel Stenberg authored
      This function was only used twice, both in places where performance
      isn't crucial (socks + if2ip). Removing the use of this function removes
      the need to have our private version for systems without it == reduced
      amount of code.
      
      Also, in the SOCKS case it is clearly better to fail gracefully rather
      than to truncate the results.
      
      This work was triggered by a bug report on the strcal prototype in
      strequal.h.
      
      strlcat was added in commit db70cd28 in February 2001!
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=1192
      Reported by: Jeremy Huddleston
      358c5c07
    • Daniel Stenberg's avatar
      Curl_FormBoundary: made static · d821525c
      Daniel Stenberg authored
      As Curl_FormBoundary() is no longer used outside of this file (since
      commit ad7291c1), it is now renamed to formboundary() and is made
      static.
      d821525c
  2. 13 Feb, 2013 7 commits
  3. 12 Feb, 2013 7 commits
  4. 11 Feb, 2013 4 commits
  5. 10 Feb, 2013 14 commits
  6. 09 Feb, 2013 3 commits