summaryrefslogtreecommitdiff
path: root/lib/base64.c
Commit message (Expand)AuthorAgeFilesLines
* oops, the decode() function got its arguments reversed in my cleanupDaniel Stenberg2004-02-231-1/+1
* More size_t cleanups in the base64 functions.Daniel Stenberg2004-02-231-45/+40
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-231-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* We noe use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* made a nicer output for the decode test, as it served as a nice tool for me ;-)Daniel Stenberg2003-06-111-4/+20
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-1/+5
* Christopher R. Palmer fixed Curl_base64_encode() to deal with zeroes in theDaniel Stenberg2003-02-131-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* proper indentDaniel Stenberg2003-01-091-44/+46
* indent fixDaniel Stenberg2003-01-061-2/+2
* Curl_base64_decode() fixed by Matthew BDaniel Stenberg2002-12-191-2/+6
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* include setup.h properly, not config.hDaniel Stenberg2001-08-241-3/+2
* #include <curl/mprintf.h>Daniel Stenberg2001-08-141-0/+4
* Andrew Francis base64 decode, my previous base64 encoder, new source header.Daniel Stenberg2001-08-031-124/+231
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-2/+2
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+5
* replaced the old base64 stuff with the new onesDaniel Stenberg2000-09-281-107/+136
* new interface to the base64 encoderDaniel Stenberg2000-09-211-5/+29
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+94