[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gbase64.c
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-01-31 Daniel MustielesUpdated FSF's address
2013-03-18 David SchleefAdd warning to g_base64_decode()
2013-03-05 Ognyan Tonchevbase64: Fix g_base64_decode_step ()
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-18 Dan Winshipg_base64_encode_step: clarify break_lines behavior...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-11 Giovanni Campagnagbase64: fix introspection annotations
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-03 Matthias ClasenWhitespace cleanup
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-08-09 Matthias ClasenFix up a doc typo
2010-07-08 Ryan Lortiebase64: remove unnecessary assertions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-21 Matthias ClasenDocumentation improvement
2009-08-10 Craig LoftusMigrate gbase64 docs from SGML template to inline comments
2009-05-01 Dan WinshipMisc warning fixes
2009-03-12 Matthias ClasenAvoid integer overflows in the base64 functions. Fixes...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2009-01-13 Matthias ClasenBug 564728 Add function to decode base64 encoded data...
2007-11-23 Matthias ClasenDon't refuse to encode a single byte. (Milan Crha)
2007-11-19 Matthias ClasenDocumentation improvements. (#496518, Stefan Schulze...
2007-03-16 Matthias ClasenWarn if the input is too short. (#418862, Halton Huo)
2007-03-06 Matthias ClasenAdd NULL checks to the base64 functions that take point...
2006-07-05 Matthias ClasenFix typos in the docs. (#346660, Mark Drago)
2006-05-04 Alexander LarssonFix OOB write (#340538)
2006-04-05 Matthias ClasenAdd base64 docs
2006-04-04 Alexander LarssonAdd base64 encode/decode functions