Skip to content
Snippets Groups Projects
  1. Jul 25, 2014
  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. Mar 24, 2010
  4. Jun 04, 2009
  5. Aug 17, 2008
  6. Jan 03, 2007
  7. Mar 31, 2005
  8. Feb 22, 2005
  9. Nov 29, 2004
  10. Feb 23, 2004
  11. Jan 07, 2004
  12. Jan 16, 2003
  13. Sep 03, 2002
  14. Mar 19, 2002
  15. Aug 03, 2001
  16. Jan 05, 2001
  17. Sep 28, 2000
  18. Sep 21, 2000
  19. Jun 20, 2000
  20. Dec 29, 1999
Loading