summaryrefslogtreecommitdiff
path: root/glib/gbase64.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gbase64: Fix documentation for line wrapping lengthsPhilip Withnall2020-01-151-2/+2
* gbase64: Remove an unnecessary conditionPhilip Withnall2019-02-271-1/+2
* gbase64: Fix an impossible conditionPhilip Withnall2019-02-271-2/+2
* gbase64: Allow g_base64_encode (NULL, 0) and g_base64_decode ("", *)Philip Withnall2019-02-271-4/+4
* gbase64: Convert a precondition from g_error() to g_return_val_if_fail()Philip Withnall2019-02-271-3/+1
* Use G_GNUC_FALLTHROUGH where appropriateBenjamin Otte2018-09-041-2/+5
* Skip g_base64_decode_step() in introspectionMikhail Zabaluev2017-09-111-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-5/+5
* gbase64: Fix base-64 stepped encoding with small chunksPhilip Withnall2017-03-231-0/+1
* gbase64: Document that g_base64_encode_close() does not nul-terminatePhilip Withnall2017-03-171-0/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-6/+6
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-3/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add warning to g_base64_decode()David Schleef2013-03-171-1/+3
* base64: Fix g_base64_decode_step ()Ognyan Tonchev2013-03-051-2/+12
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* g_base64_encode_step: clarify break_lines behavior a bitDan Winship2012-01-181-0/+3
* gbase64: fix introspection annotationsGiovanni Campagna2011-05-111-19/+21
* Whitespace cleanupMatthias Clasen2010-09-031-98/+98
* Remove redundant header inclusionsMatthias Clasen2010-09-031-1/+1
* Fix up a doc typoMatthias Clasen2010-08-081-1/+2
* base64: remove unnecessary assertionsRyan Lortie2010-07-071-4/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-5/+0
* Documentation improvementMatthias Clasen2010-02-211-2/+6
* Migrate gbase64 docs from SGML template to inline commentsCraig Loftus2009-08-101-0/+20
* Misc warning fixesDan Winship2009-05-011-1/+1
* Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316Matthias Clasen2009-03-121-7/+18
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Bug 564728 Add function to decode base64 encoded data in placeMatthias Clasen2009-01-131-0/+33
* Don't refuse to encode a single byte. (Milan Crha)Matthias Clasen2007-11-231-5/+3
* Documentation improvements. (#496518, Stefan Schulze Frielinghaus)Matthias Clasen2007-11-191-2/+4
* Warn if the input is too short. (#418862, Halton Huo)Matthias Clasen2007-03-161-4/+7
* Add NULL checks to the base64 functions that take pointers. (#399611,Matthias Clasen2007-03-061-6/+29
* Fix typos in the docs. (#346660, Mark Drago)Matthias Clasen2006-07-051-12/+12
* Fix OOB write (#340538)Alexander Larsson2006-05-041-21/+13
* Add base64 docsMatthias Clasen2006-04-051-35/+40
* Add base64 encode/decode functionsAlexander Larsson2006-04-041-0/+356