Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-25 | base64: added Curl_base64url_encode() | Daniel Stenberg | |
This is now used by the http2 code. It has two different symbols at the end of the base64 table to make the output "url safe". Bug: https://github.com/tatsuhiro-t/nghttp2/issues/62 | |||
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | |
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-06-04 | fix shadowing of a global declaration | Yang Tse | |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | |