Skip to content
Snippets Groups Projects
  1. Jan 13, 2012
  2. Aug 24, 2011
    • Yang Tse's avatar
      base64: fix Curl_base64_encode and Curl_base64_decode interfaces · fd00b382
      Yang Tse authored
      Previous interfaces for these libcurl internal functions did not allow to tell
      apart a legitimate zero size result from an error condition. These functions
      now return a CURLcode indicating function success or otherwise specific error.
      Output size is returned using a pointer argument.
      
      All usage of these two functions, and others closely related, has been adapted
      to the new interfaces. Relative error and OOM handling adapted or added where
      missing. Unit test 1302 also adapted.
      fd00b382
  3. Jun 01, 2011
  4. May 27, 2011
  5. May 26, 2011
  6. May 24, 2011
    • Yang Tse's avatar
      compiler warning: fix · b7357176
      Yang Tse authored
      Fix compiler warning: variable was set but never used
      
      Fix compiler warning: clobber ignored
      b7357176
  7. Dec 04, 2010
  8. Dec 02, 2010
  9. Dec 01, 2010
  10. Mar 25, 2010
  11. Mar 24, 2010
    • Bill Hoffman's avatar
      Fix curl CMake build. · d42f9329
      Bill Hoffman authored
      This commit fixes the cmake build of curl, and cleans up the
      cmake code a little.  It removes some commented out code and
      some trailing whitespace.  To get curl to build the binary
      tree include/curl directory needed to be added to the include
      path. Also, SIZEOF_SHORT needed to be added.  A check for the
      lack of defines of SIZEOF_* for warnless.c was added.
      d42f9329
    • Daniel Stenberg's avatar
      remove the CVSish $Id$ lines · 2309b4e3
      Daniel Stenberg authored
      2309b4e3
  12. Feb 26, 2010
    • Yang Tse's avatar
      · cef95aad
      Yang Tse authored
      Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
      cef95aad
    • Yang Tse's avatar
      · bcd1c7c2
      Yang Tse authored
      fix compiler warning
      bcd1c7c2
  13. Feb 22, 2010
    • Yang Tse's avatar
      · 439f62bf
      Yang Tse authored
      convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() and
      curlx_ultouc(), exposing them through curlx.h to allow proper code reuse
      later in our test harness.
      439f62bf
    • Yang Tse's avatar
      · dc9f0a97
      Yang Tse authored
      fix compiler warning
      dc9f0a97
  14. Feb 19, 2010
    • Yang Tse's avatar
      · 04843834
      Yang Tse authored
      fix compiler warning
      04843834
  15. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  16. Jul 11, 2008
  17. Jul 11, 2006
  18. Dec 15, 2004
  19. Jan 07, 2004
  20. May 22, 2003
Loading