platform/upstream/glib.git
2011-10-05 Ryan Lortiegdbusprivate: fix a missed g_mutex_free()
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-10-04 Ryan Lortiedrop errorcheck mutex test
2011-10-04 Ryan LortieGVariant: add a clarification to the docs
2011-10-04 Ryan Lortiegtimer: remove warnings about threads
2011-10-04 Ryan Lortieend the glib-ctor experiment
2011-10-04 Ryan LortieTest that g_slice_set_config() works
2011-10-04 Ryan Lortiegslice: stop using ctors
2011-10-04 Ryan Lortiewin32: stop leaking GPrivate data
2011-10-04 Ryan LortieAdd GPrivate destroy notify testcase
2011-10-04 Ryan Lortiewin32 fixes from g_thread_init() deprecation
2011-10-04 Ryan Lortiegitignore
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieClean up process of calling g_debug_init()
2011-10-04 Dan WinshipAdd _g_io_module_get_default(), use to simplify other...
2011-10-04 Dan Winshipgsettingsbackend: remove useless check
2011-10-04 Dan Winshipgio/tests/socket-client: fix a crash (and some indentation)
2011-10-04 Chun-wei FanBug 660851: Update GIO for changes in GThread API
2011-10-04 Bastien Nocera[gio] Improve doc for g_file_make_directory_with_parents()
2011-10-04 Ryan LortieFix an invalid non-looping use of GCond
2011-10-04 Ryan LortieGIO: switch a couple more GMutex users to _init()
2011-10-04 Ryan LortieMake G_ASSERT_STATIC work with clang
2011-10-04 Ryan LortieGDBus codegen: generate code with embedded GMutex
2011-10-04 Ryan LortieGThreadedResolver: port to embedded GMutex/GCond
2011-10-04 Ryan LortieGMain, ThreadPool: embed GCond in struct
2011-10-04 Ryan LortieGCancellable: use GCond and GMutex directly
2011-10-04 Ryan LortieGDBus: switch to struct-embedded GMutex and GCond
2011-10-04 Chun-wei Fangstringchunk.c: Include gutils.h
2011-10-04 Ryan LortieAdd README notes about recent changes
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-04 Antoine JacoutotFix DATADIRNAME on OpenBSD.
2011-10-04 Ryan Lortierec-mutex testcase: add a performance test
2011-10-04 Simon McVittieIn the GVariant intro, mention lack of built-in endiann...
2011-10-04 Simon McVittieg_variant_get_data: mention what you need to know to...
2011-10-04 Simon McVittieg_variant_new_from_data: mention that the caller might...
2011-10-04 Simon McVittieFix a typo in describing GVariant serialisation functions
2011-10-04 Simon McVittieEscape percent sign in g_variant_new_parsed documentation
2011-10-04 Simon McVittieg_variant_get_fixed_array: document which types are...
2011-10-04 Simon McVittieGVariant docs: be clear that the serialisation format...
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-04 Simon McVittieWarn when classes/instances exceed the allowed size...
2011-10-04 Chun-wei FanUpdate glibconfig.h.win32(.in)
2011-10-04 Matthias ClasenImprove test coverage in the thread tests
2011-10-04 Matthias ClasenImprove test coverage in the GString tests
2011-10-04 Matthias ClasenImprove testcoverage in the rec-mutex test
2011-10-04 Matthias ClasenAdd a few more tests
2011-10-04 Matthias ClasenRemove bits of dead code identified by coverage tests
2011-10-04 Matthias ClasenAdd some more thread tests
2011-10-04 Ryan LortieGAsyncQueue: properly set free function
2011-10-03 David ZeuthenGUnixMountPoint: expose options
2011-10-03 Ryan LortieRevert "GSettings: don't abort on missing schemas"
2011-10-03 Matthias ClasenCosmetics
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Matthias ClasenFix doc build
2011-10-03 Ryan Lortielocks: Add initialisation notes
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieRe-enable 'include' testcase
2011-10-03 Ryan LortieGThread posix: switch to Windows ABI
2011-10-03 Matthias ClasenDon't use g_thread_foreach in tests
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Matthias ClasenDefine GLIB_COMPILATION when building libgthread.so
2011-10-03 Matthias ClasenReplace static privates by privates
2011-10-03 Ryan Lortiewin32: fix GPrivate fallout
2011-10-03 Ryan Lortielocks: rename a bunch of parameters
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-10-02 Matthias ClasenAdd a few comments
2011-10-02 Matthias ClasenAdd another GCond test
2011-10-02 Matthias ClasenRework the way GStaticPrivate data is freed
2011-10-02 Matthias ClasenWhitespace fixes
2011-10-02 Matthias ClasenClean up includes
2011-10-02 Matthias ClasenAdd tests for GPrivate and GStaticPrivate
2011-10-02 Javier Jardóntests: Use G_VALUE_INIT
2011-10-02 Javier Jardóndocs: Use G_VALUE_INIT
2011-10-02 Ryan Lortiemutex testcase: add a performance test
2011-10-02 Matthias ClasenMove all hash functions to ghash.c
2011-10-02 Matthias ClasenGHash: Cosmetic changes
2011-10-02 Matthias ClasenOne forgotten moved doc
2011-10-02 Matthias ClasenMove GStringChunk into its own files
2011-10-02 Matthias ClasenMove GString docs inline
2011-10-02 Matthias ClasenGString: cosmetic cleanups
2011-10-02 Matthias ClasenMove file utility docs inline
2011-10-02 Matthias ClasenMove string utility docs inline
2011-10-02 Matthias ClasenMove test docs inline
2011-10-02 Matthias ClasenMove keyfile docs inline
2011-10-02 Matthias ClasenGAsyncQueue: simplify an internal function
2011-10-02 Matthias ClasenGAsyncQueue: internal cleanup
2011-10-02 Matthias ClasenGAsyncQueue: embed the GCond
2011-10-02 Matthias ClasenGAsyncQueue: Cosmetic fixes
2011-10-02 Matthias ClasenGAsyncQueue: Move private API to a private header
2011-10-02 Matthias ClasenGThreadPool: cosmetic cleanups
2011-10-02 Matthias ClasenGThread: cosmetic fix
2011-10-02 Nguyễn Thái... Updated Vietnamese translation
2011-10-02 Nguyễn Thái... po/vi: import from Damned Lies
2011-10-01 Matthias ClasenAdd an index for 2.32 api additions
next