hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib /
2014-06-21 Philip Withnallgwakeup: Clarify buffer sizing in g_wakeup_signal()
2014-06-20 Ryan Lortiegatomic: disable GCC extension atomics for clang
2014-06-12 Colin Waltersgbookmarkfile: Cleaner error handling code to pacify...
2014-06-06 Tim-Philipp Müllergthread: use inline keyword for _get_impl() functions
2014-06-06 Ryan Lortiegatomic: use GCC C11-style atomics, if available
2014-06-06 Ryan Lortiegatomic: whitespace fixes
2014-06-06 Ryan Lortiegatomic: fix typo in deprecation attribute
2014-06-04 David Kingvalgrind.h: Update to latest upstream version
2014-06-01 Matthias Clasendocs: Add missing language annotations
2014-05-31 Emmanuele Bassidocs: Replace <structname> tags with back ticks
2014-05-31 Matthias ClasenMinor documentation additions and corrections
2014-05-31 Matthias Clasendocs: Fill in the gspawn long description
2014-05-31 Matthias Clasendocs: Fill in gshell long description
2014-05-30 Thiago Santosgconvert: mention that the g_convert len should be...
2014-05-26 Philip Withnallgtestutils: Error out if /dev/null stdin redirection...
2014-05-21 Matthias ClasenTrivial: fix a guard comment
2014-05-20 Philip Withnallgthread: Fix use of a local variable after it went...
2014-05-15 Philip Withnallgtestutils: Don’t free unassigned variables in an error...
2014-05-09 Sébastien Wilmetdoc: various improvements
2014-05-06 Matthias ClasenAdd a testcase for the previous fix
2014-05-06 Kjell Ahlstedtgoption: Don't include parsed option values in G_OPTION...
2014-05-05 Mathieu BridonFix some typos in documentation
2014-05-04 Philip Withnallgstrfuncs: Add missing preconditions to g_str_match_str...
2014-04-24 Volker Sobekdocs: Remove <!-- --> comment before plural s
2014-04-20 Antoine Jacoutotplatform_get_argv0: drop unneeded headers for OpenBSD
2014-04-16 Philip Withnallhmac: Add support for SHA-512 in GHmac
2014-04-16 Ryan LortieRevert "Bug 724590 - GSlice slab_stack corruption"
2014-04-16 John RallsBug 724590 - GSlice slab_stack corruption
2014-04-15 Volker Sobekdocs: Use markdown links in all .c and .h files
2014-04-10 Dan Winshipg_str_has_prefix: don't call strlen(str)
2014-04-04 David Kingdocs: Fix typo in g_unichar_iswide_cjk() comment
2014-03-30 Dan Winshipgio: move Winsock error mapping to g_io_error_from_win3...
2014-03-30 Volker Sobekdocs: Remove escaping '\' from literals
2014-03-29 Dan WinshipBump version to 2.41.0, add GLIB_VERSION_2_42, etc
2014-03-20 Dan WinshipClarify expectations with error codes like G_IO_ERROR_F...
2014-03-05 Giovanni CampagnaUnskip GVariantDict
2014-03-05 Ryan Lortiecond test: remove alarm() usage
2014-03-03 Matthias ClasenAdd a few tests for G_MARKUP_TREAT_CDATA_AS_TEXT
2014-03-03 Matthias ClasenAdd a way to test different markup parser flags
2014-03-02 Matthias Clasendocs: Ditch more markup
2014-02-24 Philip Withnallhmac: Make unit test const-correct
2014-02-24 Ryan Lortiegmain: simplify g_main_context_find_source_by_id()
2014-02-24 Ryan Lortiegmain: Simplify source id tracking
2014-02-23 Ryan Lortieasyncqueue: fix timeout math on 32bit systems
2014-02-23 Ryan Lortiemappedfile test: permit ENODEV on /dev/null
2014-02-22 Ryan LortieGSource: mark some API as "implementation only"
2014-02-22 Ryan Lortiegmain: repeat preconditions for emphasis
2014-02-21 Ryan Lortieg_main_context_wait: add a critical to detect use
2014-02-21 Ryan LortieGCond: check result of pthread_condattr_setclock()
2014-02-21 Ryan Lortiegmain: abort if monotonic time is unsupported
2014-02-21 Xavier ClaessensGHashTable: Explicitly document that _iter_remove(...
2014-02-21 Chun-wei Fanglib/Makefile.am: Dist gtranslit-data.h
2014-02-20 Ryan Lortiegconvert: add note to avoid transliteration
2014-02-20 Ryan Lortiegsource: document priority of child sources
2014-02-20 Ryan Lortieg_str_to_ascii(): a couple of minor tweaks
2014-02-20 Ryan Lortieg_str_tokenize_and_fold: do proper transliteration
2014-02-20 Ryan Lortietests: test transliteration API
2014-02-20 Ryan LortieAdd locale-sensitive ASCII transliteration API
2014-02-20 Ryan Lortietests: add a test for g_cond_wait_until()
2014-02-20 Ryan LortieFix g_cond_wait_until() vs. monotonic time
2014-02-20 Ryan Lortiegmain: rework g_get_monotonic_time() a bit
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-17 Dan Winshipgtestutils: make the new assert messages more detailed
2014-02-15 Ryan Lortiewin32: fixup lib.exe invocation
2014-02-15 Ryan Lortieonly '#pragma GCC' outside of functions
2014-02-15 Matthias Clasendocs: Remove a few trailing <literal>s
2014-02-15 Matthias Clasendocs: Remove some unneeded decorations
2014-02-15 Matthias Clasendocs: let go of &ast;
2014-02-13 Simon McVittieg_test_run: return 0 if all tests are skipped in TAP...
2014-02-13 Simon McVittieglib/tests/collate.c: run to completion when skipping...
2014-02-11 Simon McVittieg_child_watch_source_new: POSIX pid must be positive
2014-02-11 Simon McVittieBe more clear that g_return_if_fail is undefined behaviour
2014-02-09 Matthias ClasenFix a misformatting in GVariant docs
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenRemove some informalexamples
2014-02-08 Matthias ClasenAnother stray <programlisting>
2014-02-08 Matthias ClasenStrip out a remaining programlisting
2014-02-08 Matthias ClasenDocs: Remove an example tag that has snuck back in
2014-02-08 Matthias ClasenDocs: convert another table to a list
2014-02-08 Matthias ClasenConvert GVariantType table to a list
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using replaceable tags
2014-02-06 Matthias ClasenStop using <para> for ids
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: use quotes instead of firstterm
2014-02-06 Matthias ClasenDocs: don't use option tags
2014-02-06 Matthias ClasenUse markdown for images
2014-02-06 Matthias ClasenUse a code block instead of <screen>
2014-02-06 Ryan LortieGOption: fix bug in strv mode
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-05 Philip Withnallgvariant: Document the need to cast varargs when constr...
2014-02-04 Ryan Lortiereturn_if_fail vs. return_val_if_fail fix
2014-02-04 Ryan Lortieadd GVariantDict
2014-02-03 Matthias ClasenFix a typo
2014-02-03 Philip Withnallgmain: Note that g_source_destroy() can be called multi...
2014-02-02 Emmanuele Bassitests: Remove a compiler warning
2014-02-02 Emmanuele Bassiarray: Remove a compiler warning
2014-02-02 Emmanuele Bassiarray: Fix compilation
next