summaryrefslogtreecommitdiff
path: root/lib/base64.c
Commit message (Expand)AuthorAgeFilesLines
* base32, base64: treat negative sizes as overflowsPaul Eggert2021-08-291-2/+4
* base32, base64: fix broken testsPaul Eggert2021-08-291-2/+0
* base32, base64: prefer signed to unsigned integersPaul Eggert2021-08-271-38/+31
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-8/+8
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* base64: Avoid false positive warning from Coverity.Bruno Haible2019-05-101-2/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* base64: fix recent compilation regression on some compilersRV9712013-11-291-1/+4
* base64: provide a fast path for encoding well sized buffersPádraig Brady2013-11-111-6/+34
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* base32, base64: no need for 'inline'Paul Eggert2012-11-291-3/+3
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* base64: Reference latest RFC.Simon Josefsson2011-08-121-1/+1
* base64: fix off-by-one buffer size bugPaul Eggert2011-08-101-3/+3
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-251-9/+1
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-251-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-168/+168
* Sync gnulib base64 with coreutils base64.Simon Josefsson2008-05-191-61/+212
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-3/+1
* * base64.c (B64): Use _ as the formal parameter, not x, to avoidPaul Eggert2006-06-261-66/+69
* Doc fix.Simon Josefsson2006-04-191-2/+2
* Doc fix.Simon Josefsson2006-04-181-1/+3
* Doc fix.Simon Josefsson2006-03-241-1/+2
* 2006-03-24 Simon Josefsson <jas@extundo.com>Simon Josefsson2006-03-241-7/+11
* 2006-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Simon Josefsson2006-03-241-1/+1
* Line wrap.Simon Josefsson2006-03-241-1/+2
* Fix warning, reported by Bruno Haible <bruno@clisp.org> and patch bySimon Josefsson2006-01-121-2/+11
* 2005-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)Simon Josefsson2005-09-131-2/+2
* 2005-06-28 Simon Josefsson <jas@extundo.com>Simon Josefsson2005-06-271-11/+15
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* * base64.h (isbase64): Add.Simon Josefsson2005-01-201-6/+6
* Add base64.Simon Josefsson2004-11-301-0/+403