summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a testcase for an old regex bug.Paolo Borelli2012-01-031-0/+3
* | glib/*: Use g_list_free_full()Javier Jardón2012-01-034-52/+14
* | gio/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-0311-62/+30
* | gio/gdbus-2.0/codegen/codegen.py: Use g_list_free_full()Javier Jardón2012-01-031-8/+4
* | Fix parameter name mismatches in GWeakRef apiMatthias Clasen2012-01-031-23/+23
* | Add GWeakRef to the docsMatthias Clasen2012-01-031-0/+7
* | gio/tests: Use g_list_free_full() convenience functionJavier Jardón2012-01-026-28/+14
* | gvariant: Never break out of g_variant_iter_loopStef Walter2012-01-021-0/+5
* | Add test for GDBusConnection singleton access racing with destructionSimon McVittie2012-01-021-0/+128
* | GDBusConnection: use GWeakRef to make the singletons thread-safeSimon McVittie2012-01-021-24/+16
* | Add regression test for GWeakRef used to cache a singletonSimon McVittie2012-01-021-0/+121
* | Add deterministic tests for the API of GWeakRefSimon McVittie2012-01-021-0/+101
* | GWeakRef: add a weak GObject reference believed to be thread-safeRyan Lortie2012-01-023-2/+253
* | g_object_weak_ref, g_object_add_weak_pointer: document non-thread-safetySimon McVittie2012-01-021-0/+9
* | GBitLock: turn assumptions of g_futex_int_address into a static assertionSimon McVittie2012-01-021-0/+6
* | gthread.h: avoid anonymous unionRyan Lortie2012-01-021-1/+1
* | nextstep gsettings backend: whitespace policeWilliam Hua2012-01-011-81/+37
* | thread-safe nextstep gsettings backendWilliam Hua2012-01-011-17/+32
* | GSettings: nextstep settings backendWilliam Hua2012-01-014-0/+516
* | ginetaddressmask: plug leakXan Lopez2012-01-011-0/+11
* | Updated Hebrew translation.Yaron Shahrabani2011-12-301-118/+122
* | config.h.win32.in: CleanupsChun-wei Fan2011-12-301-49/+57
* | Correct some Since tagsMatthias Clasen2011-12-291-2/+2
* | Fix to handle '\v' (vertical tab) by g_strescape() and g_strcompress().Ravi Sankar Guntur2011-12-272-9/+16
* | Some minor updates of building.sgmlMatthias Clasen2011-12-271-10/+0
* | Some minor updates of HACKINGMatthias Clasen2011-12-271-9/+11
* | Add undefined/no-undefined mode options to GTesterSimon McVittie2011-12-274-2/+76
* | various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie2011-12-2713-168/+304
* | Clarify documentation of fast/slow/thorough and quiet/verbose testsSimon McVittie2011-12-271-4/+11
* | Remove another unused AC_DEFINEMatthias Clasen2011-12-271-2/+0
* | Drop unused AC_SUBSTMatthias Clasen2011-12-271-1/+0
* | Remove a bashismMatthias Clasen2011-12-271-1/+1
* | Drop a lot of dead configury for threadsMatthias Clasen2011-12-271-152/+27
* | Don't put documentation in glibconfig.hMatthias Clasen2011-12-272-7/+3
* | Make glibconfig.h include guards consistentMatthias Clasen2011-12-271-3/+3
* | Remove a commented-out macroMatthias Clasen2011-12-271-2/+0
* | Remove obsolescent AC_HEADER_STDC macroMatthias Clasen2011-12-272-5/+0
* | docs: g_atexit: do not point in a direction for where to find detailsThomas Hindoe Paaboel Andersen2011-12-271-2/+1
* | Updated Norwegian Nynorsk translationÅsmund Skjæveland2011-12-261-444/+515
* | Don't leak references to the menusMatthias Clasen2011-12-241-0/+3
* | Add a test for ids on submenu and section elementsMatthias Clasen2011-12-241-0/+41
* | Menu markup: Support ids on submenu and section elementsMatthias Clasen2011-12-241-7/+47
* | docs: Clarify non-NUL requirement in g_utf8_validate()Benjamin Otte2011-12-241-1/+1
* | Add GSocketClient::event, for tracking socket client statusDan Winship2011-12-226-12/+253
* | Add g_socket_connection_connect(), etcDan Winship2011-12-225-89/+223
* | Update GIO Visual C++ projectsChun-wei Fan2011-12-222-8/+8
* | Update Visual C++ property sheetsChun-wei Fan2011-12-222-0/+3
* | GSettingsBackend: allow floating refs from read()Ryan Lortie2011-12-221-0/+3
* | Bug 666551-Fix a few dangling pointersrodrigorivascosta2011-12-221-0/+5
* | glib/tests/private.c: Fix compilation on WindowsChun-wei Fan2011-12-221-1/+2