[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / ghash.c
2014-10-17 Ryan LortieGHashTable: small docs fix
2014-10-17 Benjamin BergAllow hash table destroy notifiers to remove other...
2014-06-01 Matthias Clasendocs: Add missing language annotations
2014-02-21 Xavier ClaessensGHashTable: Explicitly document that _iter_remove(...
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-20 Simon McVittieGHashTable: statically assert that GHashTableIter works...
2013-11-24 Matthias ClasenAdd boolean returns to some hash functions
2013-10-27 Ryan LortieAdd g_hash_table_get_keys_as_array()
2013-04-02 Colin Waltersghash: Suppress -Wmaybe-uninitialized from GCC 4.4
2013-03-18 Matthias Claseng_hash_table_get_keys: Improve docs slightly
2013-02-02 Ryan Lortiehashtable: properly handle insert() de-set-ifying
2012-10-10 Dan Winshipghash.c: fix docs
2012-10-07 Jasper St. Pierreghash: Add documentation
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-02-10 Christophe FergeauFix g_hash_table_foreach crash with NULL hash table
2012-01-25 Ryan LortieGHash: add note about randomness in hashing
2012-01-25 Matthias ClasenGHashTable: Add a note about hash collisions
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-11 Philip WithnallBug 666700 — Add some missing (allow-none) annotations
2012-01-09 Matthias ClasenRealign the hash set example with added api
2012-01-06 Ryan LortieGHashTable: new 'add' and 'contains' APIs
2011-10-24 Matthias ClasenFix g_hash_table_iter_replace
2011-10-04 Simon McVittieBe clear that g_str_hash etc. don't accept NULL
2011-10-04 Simon McVittieBe completely clear about what g_direct_hash, g_direct_...
2011-10-04 Simon McVittieGHashTable: be more clear what g_int_hash wants
2011-10-02 Matthias ClasenMove all hash functions to ghash.c
2011-10-02 Matthias ClasenGHash: Cosmetic changes
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-15 Ryan Lortieghash: fix error in "as a set" documentation
2011-06-21 Philip Van HoofAdd iter_replace API to GHashTableIter
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGHash: Avoid nonatomic access to the reference count
2011-05-27 Matthias ClasenPreserve consistency when removing all nodes from a...
2011-05-23 Matthias ClasenCosmetics
2011-05-22 Matthias ClasenTrivial: fix a typo
2011-05-20 Matthias ClasenEnforce rules about modifying hash tables in callbacks
2011-05-20 Matthias ClasenBe more careful when calling destroy notifies
2011-05-02 Dan WinshipFix compiler warnings
2011-05-01 Matthias ClasenGHash: make sets with refcounted keys work correctly
2011-05-01 Matthias ClasenGHash: introduce a "set" mode
2011-05-01 Morten WelinderGHash: eliminate one of the lookup_nodes functions.
2011-05-01 Morten WelinderGHash: split nodes array into seperate arrays.
2011-05-01 Morten WelinderGHash: use macros to check for magic hash values.
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Matthias ClasenGHashTable: Small optimization of remove-all
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-25 Matthias ClasenGHashTable: Clarify g_hash_table_lookup_extended docs
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
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-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-04 Matthias ClasenMore include cleanups
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-03-21 Ryan Lortiegtk-doc fixups
2010-01-29 Ryan LortieGHash: move docs from tmpl to inline comments
2009-04-27 David ZeuthenBug 580453 – Hash and equal functions for gint64 and...
2008-11-04 Christian DywanBug 558672 – NULL key lookup using g_hash_table_lookup_...
2008-10-27 Joseph Pingenotchanged "#GHashTableIterator" to "#GHashTableIter"...
2008-09-20 Hans Petter JanssonRewrite most of GHashTable to use open addressing with...
2008-06-10 Matthias Clasen Bug 536158 – also bump GHashTable version when...
2008-03-31 Matthias ClasenFix the build with -DG_DISABLE_ASSERT. (#525060, Arfrev...
2008-01-02 Alvaro Lopez OrtegaThese functions prototype defines its output as void...
2007-12-15 Matthias ClasenFix up docs
2007-12-15 Matthias ClasenAdd hash table iterators. (#500507, Jean-Yves Lefort)
2007-12-06 Mathias HasselmannCall destroy notify when destroying the hash table...
2007-12-05 Ryan Lortieungtk-docify some comments for internal functions
2007-12-04 Ryan Lortieno code changes; add comments to document the internal...
2007-12-04 Ryan Lortieno code changes; reorder functions to remove the need...
2007-12-04 Ryan Lortieimprove clarity in some functions
2007-12-04 Ryan Lortierename 'node' to 'node_ptr' where appropriate
2007-12-04 Ryan Lortieconvert G_HASH_TABLE_RESIZE() macro to inline function
2007-12-04 Ryan Lortieonly whitespace fixes, mostly removing spaces at ends...
2007-12-03 Ryan Lortiecreate a common function for the many places where...
2007-12-03 Ryan Lortiemerge more common code into functions. Vastly simplify...
2007-11-28 Ryan Lortienothing to see here... move along, move along :)
2007-11-28 Ryan Lortieinsert/replace were identical except for a single line...
2007-06-25 Tim Janikg_hash_table_find(), g_hash_table_foreach(): document...
2007-04-11 Emmanuele BassiAdd g_hash_table_get_keys() and g_hash_table_get_values...
2006-12-28 Tim Janikimplemented static debugging hash-tree to validate...
2006-12-27 Ryan Lortiecache the value of the hash function in the GHashNode...
2006-12-18 Matthias ClasenForgotten file
2006-06-01 Matthias ClasenAdd g_hash_table_{remove,steal}_all to remove all nodes...
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-25 Morten WelinderTypo in comment.
2005-11-23 Matthias ClasenDocumentation improvements
2005-11-22 Tim Janikg_hash_table_new_full(): create hash tables with a...
next