summaryrefslogtreecommitdiff
path: root/lib/base64.h
Commit message (Expand)AuthorAgeFilesLines
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-2/+3
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* Curl_base64_decode() now returns an allocated bufferDaniel Stenberg2005-02-221-1/+1
* killed trailing whitespaceDaniel Stenberg2004-11-291-5/+5
* switch the arguments according to the c sourceDaniel Stenberg2004-02-231-1/+1
* More size_t cleanups in the base64 functions.Daniel Stenberg2004-02-231-2/+2
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-231-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* fixed the header that wrongly was the krb4-style oneDaniel Stenberg2001-08-031-35/+22
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+2
* replaced the old base64 stuff with the new onesDaniel Stenberg2000-09-281-40/+35
* new interface to the base64 encoderDaniel Stenberg2000-09-211-1/+1
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+44