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. May 26, 2011
  4. May 25, 2011
  5. 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
  6. Dec 04, 2010
  7. Dec 02, 2010
  8. Dec 01, 2010
  9. Mar 24, 2010
  10. Feb 26, 2010
    • Yang Tse's avatar
      · bcd1c7c2
      Yang Tse authored
      fix compiler warning
      bcd1c7c2
  11. 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
  12. Feb 19, 2010
    • Yang Tse's avatar
      · 04843834
      Yang Tse authored
      fix compiler warning
      04843834
  13. Feb 14, 2010
    • Yang Tse's avatar
      · a07bc791
      Yang Tse authored
      removed trailing whitespace
      a07bc791
  14. May 18, 2009
  15. Jan 07, 2004
  16. Nov 07, 2003
  17. Jan 16, 2003
  18. Sep 03, 2002
  19. Apr 08, 2002
  20. Mar 19, 2002
  21. Aug 17, 2001
  22. Jan 09, 2001
  23. Jan 08, 2001
Loading