Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 26, 2011
  3. Jun 10, 2011
  4. May 23, 2011
  5. Apr 27, 2011
  6. Apr 19, 2011
  7. Apr 17, 2011
  8. Mar 24, 2010
  9. 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
      · 2abcd132
      Yang Tse authored
      add header inclusion
      2abcd132
    • Yang Tse's avatar
      · dc9f0a97
      Yang Tse authored
      fix compiler warning
      dc9f0a97
  10. Feb 21, 2010
    • Yang Tse's avatar
      · 10affed0
      Yang Tse authored
      fix compiler warning
      10affed0
  11. Feb 20, 2010
    • Yang Tse's avatar
      · f0d39303
      Yang Tse authored
      fix compiler warning
      f0d39303
    • Yang Tse's avatar
      · a6fb6b70
      Yang Tse authored
      fix compiler warning
      a6fb6b70
    • Yang Tse's avatar
      · 2179ef9f
      Yang Tse authored
      fix compiler warning
      2179ef9f
  12. Jun 04, 2009
  13. Apr 21, 2009
  14. Nov 14, 2008
  15. Sep 06, 2008
  16. Sep 04, 2008
  17. Sep 02, 2008
  18. Aug 17, 2008
  19. Nov 05, 2007
  20. Aug 30, 2007
    • Dan Fandrich's avatar
      Renamed several libcurl error codes and options to make them more general · 9f44a955
      Dan Fandrich authored
      and allow reuse by multiple protocols. Several unused error codes were
      removed.  In all cases, macros were added to preserve source (and binary)
      compatibility with the old names.  These macros are subject to removal at
      a future date, but probably not before 2009.  An application can be
      tested to see if it is using any obsolete code by compiling it with the
      CURL_NO_OLDIES macro defined.
      
      Documented some newer error codes in libcurl-error(3)
      9f44a955
  21. Apr 25, 2007
  22. Apr 13, 2007
  23. Apr 04, 2007
  24. Feb 01, 2007
  25. Jan 03, 2007
  26. Oct 17, 2006
  27. Jul 19, 2006
  28. Mar 31, 2005
  29. Feb 28, 2005
  30. Feb 22, 2005
  31. Dec 15, 2004
  32. Jun 24, 2004
  33. May 12, 2004
  34. May 11, 2004
Loading