[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gqueue.c
2014-11-09 Sébastien WilmetSimplify code that uses g_queue_insert_before() and...
2014-11-09 Sébastien WilmetGQueue: accept a NULL sibling for insert_before() and...
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Matthias ClasenGQueue: documentation and formatting fixes
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: add missing colons.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-16 Ravi Sankar GunturAdded API g_queue_free_full().
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-18 Matthias ClasenMove GQueue docs inline
2011-06-04 Matthias ClasenFix doc typos
2011-06-04 Matthew BarnesHave g_queue_remove() return a boolean
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-03 Matthias ClasenReword awkward sentence in the docs
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove excessive header inclusions
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'
2007-03-06 Matthew BarnesAdd G_QUEUE_INIT, g_queue_init(), and g_queue_clear...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-20 Matthias ClasenDoc fixes
2005-08-15 Matthias ClasenClarify docs a little. (#311727, Tristan van Berkom)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-21 Matthias ClasenUse a memchunk for sizeof(GQueue)-sized chunks. (#16798...
2004-12-04 Matthias ClasenReturn -1 if queue is NULL. (#159530, Philippe Blain)
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-04-22 Matthias ClasenAdd some tests for off-by-one errors.
2004-02-27 Matthias ClasenDocumentation updates.
2004-02-21 Soeren SandmannSome documentation fixes.
2004-02-21 Soeren SandmannExtend GQueue API to match the GList API. (#118439).
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2001-10-02 Matthias Clasendocumentation update. add documentation. update docs...
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-04-17 Sebastian WilhelmiRenamed g_queue_create to g_queue_new in conformance...
2000-03-13 Sebastian WilhelmiWe want the next and prev pointer of the inserted link...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-03-17 Jeff GarzikAdd copyright, clean up code a bit.
1999-03-09 Jeff GarzikAdded stack, queue ADTs and related tests.