summaryrefslogtreecommitdiff
path: root/lib/base64.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* base64: faster base64 decodingDaniel Stenberg2022-12-061-52/+68
* base64: encode without using snprintfDaniel Stenberg2022-12-051-50/+25
* base64: better alloc sizeDaniel Stenberg2022-12-051-1/+1
* misc: nitpick grammar in comments/docs129322022-10-121-1/+1
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* base64: base64url encoding has no paddingPatrick Monnerat2022-07-191-41/+33
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-27/+4
* base64: remove an unnecessary call to strlenHenrik Holst2022-02-011-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* base64: also build for pop3 and imapDaniel Stenberg2020-09-101-0/+2
* base64: enable in build with SMTPDaniel Stenberg2020-09-091-1/+2
* base64: check for SSH, not specific SSH backendsDaniel Stenberg2019-08-171-2/+2
* base64: build conditionally if there are usersDaniel Stenberg2019-05-131-1/+8
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-13/+13
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+1
* base64: check for integer overflow on large inputDaniel Stenberg2016-10-311-0/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* base64: Minor coding standard and style updatesSteve Holme2016-03-131-6/+12
* base64: Use 'CURLcode result' for curl result codesSteve Holme2016-03-131-5/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* cleanups: reduce variable scopeDaniel Stenberg2014-10-141-4/+3
* Curl_base64url_encode: unit-tested in 1302Daniel Stenberg2014-07-251-1/+1
* base64: added Curl_base64url_encode()Daniel Stenberg2014-07-251-23/+60
* base64: Corrected typo from commit f3ee587775c88aSteve Holme2013-12-011-2/+2
* base64: Post extended extended validation tidy upSteve Holme2013-12-011-28/+19
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-16/+44
* base64: Post basic validation tidy upSteve Holme2013-11-301-9/+8
* base64: removed trailing white spaceDaniel Stenberg2013-10-301-2/+2
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-4/+15
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+248
* build: rename 93 lib/*.c filesYang Tse2013-01-031-248/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* fix several compiler warningsYang Tse2012-03-221-4/+4
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-21/+43
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-0/+3
* compiler warning: fixYang Tse2011-05-231-1/+5
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-24/+8
* base64.c: removed wrong commentcurl-7_21_5Daniel Stenberg2011-04-171-11/+2