Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / ghash.c
2024-02-02 Mateusz MajewskiImported Upstream version 2.74.1
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.67.3 upstream/2.67.3
2021-10-29 DongHun KwakImported Upstream version 2.67.0 upstream/2.67.0
2021-10-29 DongHun KwakImported Upstream version 2.66.6 upstream/2.66.6
2021-10-29 DongHun KwakImported Upstream version 2.65.3 upstream/2.65.3
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.3
2019-12-03 Hyunjee KimImported Upstream version 2.61.1
2019-12-03 Hyunjee KimImported Upstream version 2.61.0
2019-12-03 Hyunjee KimImported Upstream version 2.60.3
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.56.0
2019-12-03 Hyunjee KimImported Upstream version 2.55.2
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-09-29 DongHun KwakImported Upstream version 2.53.2 76/153576/1
2017-05-19 DongHun KwakImported Upstream version 2.52.1 09/130009/1
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-07-27 Matthias ClasenAdd a note to the g_str_hash docs
2015-07-24 Peter Meerwaldghash: Fix typo in g_hash_table_replace() documentation
2015-03-03 Philip Withnallghash: Document that g_hash_get_[keys|values]() are...
2014-12-12 Xavier ClaessensDoc: glib: Fix all undocumented/unused/undeclared symbols
2014-12-11 Ryan Lortieghash: minor docs tweak
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_...
next