summaryrefslogtreecommitdiffstats
path: root/src/core/base64.c
Commit message (Expand)AuthorAgeFilesLines
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-54/+46Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [base64] Add ability to decode base64 stringsMichael Brown2010-05-281-0/+85
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-281-7/+9
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [base64] Add base64 encoding functionsMichael Brown2009-02-131-0/+66