summaryrefslogtreecommitdiff
path: root/lib/curl_base64.h
Commit message (Collapse)AuthorAgeFilesLines
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* base64: added Curl_base64url_encode()Daniel Stenberg2014-07-251-1/+4
| | | | | | | 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
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-5/+6
| | | | | | | | | | | 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.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* fix shadowing of a global declarationYang Tse2009-06-041-6/+10
|
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-0/+28