Skip to content
  1. Feb 14, 2013
    • 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. Feb 13, 2013
  3. Feb 12, 2013
  4. Feb 11, 2013
  5. Feb 10, 2013
  6. Feb 09, 2013