[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gmem.c
2014-11-13 David Kingdocs: Add missing opening parenthesis
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
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-22 William Jon McCannglib: annotate some memory functions with allow-none
2014-01-01 Matthias ClasenDrop memory-related trap variables
2013-10-20 Djalal Harounigmem: remove glib-init.h inclusion
2013-04-26 Colin Waltersconfigure: Assume C90 compatible malloc() prototype
2012-08-20 Thomas Hindoe Paab... gmem.c: array is only paritally filled by memcpy
2012-04-27 Xavier ClaessensAdd g_clear_pointer()
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: invalid parameter...
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: add missing colons.
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-04 Ryan Lortieend the glib-ctor experiment
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-09-21 Ryan Lortiegmem: move to glib-ctor
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
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-01 Jon Nordbydocs: Inline docs from tmpl/memory.smgl
2010-07-21 Behdad EsfahbodBug 624968 - div by zero in g_malloc_n family
2010-07-13 Ryan Lortierename configure.in to configure.ac
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-27 Alexander LarssonInitial support for dtrace and systemtap
2010-05-06 Javier JardónClean Glib header #include issues: gmem
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-07 Ryan LortieBug 608196 - Overflow-safe g_new family
2010-03-04 Behdad EsfahbodFix galias build breakage with g_malloc_n macros
2010-03-03 Behdad EsfahbodBug 608196 - Overflow-safe g_new family
2010-01-31 Ryan LortieMove allocator and memchunk docs from tmpl to .c
2008-01-31 Michael Nattereruse %G_GSIZE_FORMAT instead of %lu since sizes have...
2008-01-29 14:58:31 Tim Janikchanged size argument type from gulong to gsize as...
2007-01-26 Matthias ClasenMake some structs which are used only once non-static.
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-03-20 Matthias ClasenFix the build
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
2006-01-26 Matthias ClasenFix C99isms. (#328705, Kazuki Iwamoto)
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-12-16 Matthias ClasenDon't return a pointer to a const struct, since apps...
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-07 Matthias ClasenWe need to set n_preallocs to a nonzero value, otherwis...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-03-22 Matthias ClasenAdd g_try_new, g_try_new0, g_try_renew and g_try_malloc...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-10-04 Matthias ClasenOnly set vtable_set if the vtable is set.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-12-21 Matthias ClasenFix the locking of the mem_chunks list. (#127096, Balaz...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-06-11 Owen Taylortests/patterntest.c (test_compilation) A couple of...
2002-03-22 Owen TaylorFix problem where if g_mem_chunk_reset() is called...
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-11-02 Tim Janikremove public signal.h include.
2001-09-26 Matthias Clasenglib/gmem.c (g_mem_is_system_malloc): Return !vtable_set.
2001-09-21 Owen TaylorRename g_mem_vtable_is_set() to g_mem_is_system_malloc().
2001-09-19 Owen TaylorPatch from Matthias Clasen (#59806)
2001-09-19 Owen TaylorPatch from Darin Adler to remove GReal* structures...
2001-07-31 Sven Neumanndeclare gboolean vtable_set static.
2001-05-18 Sebastian WilhelmiFixed mutex deadlock.
2001-05-10 Tim Janikuse g_str_hash() algorithm to generate hashes.
2001-02-17 Havoc Penningtoninclude string.h
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-01-09 Sebastian WilhelmiMade g_profile_mutex a GMutex* instead of G_LOCK_DEFINE...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-19 Alexander LarssonAdded --disable-mem-pools option.
2000-09-25 Elliot LeeAdd a few missing G_GNUC_CONST's.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-04-26 Sebastian WilhelmiChanged the 'value' parameter of g_cache_remove from...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-03-22 Owen TaylorFix indentation.
2000-03-22 Elliot Leegmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug...
1999-09-17 Tim Janikapplied patch from Soeren Sandmann <sandmann@daimi...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-03-17 Sebastian WilhelmiSun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-18 Tim Janikplugged a memory leak, reported by Koen D'Hondt <ripley...
1999-02-08 Owen TaylorCopy all elements of the allocations[] array, including...
1998-12-17 Sebastian WilhelmiFixed size in g_memmove, reported by Alexander Larsson
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-11-01 Raja R HarinathLand glib-rrh-19981025-0.patch.
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-06 Tim Janikfixed memory offsett when ENABLE_MEM_CHECK is defined and
1998-09-05 Tim Janikuse g_mem_chunk_alloc0() to allocate the memchunk,...
next