[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib /
2015-07-10 Ryan Lortienow come the big changes...
2015-07-10 Ryan Lortiewip junk
2015-07-10 Ryan Lortieoops
2015-07-10 Lukasz Skalski[kdbus] Add SipHash algorithm
2015-07-10 Ryan Lortiegrow our __NR_memfd_create collection
2015-07-10 Ryan Lortieoops
2015-07-10 Ryan Lortiefurther cleanup
2015-07-10 Ryan Lortiecleanup
2015-07-10 Ryan Lortiefinish up vector deserialiser
2015-07-10 Ryan Lortietests: add GBytes memfd testcase
2015-07-10 Ryan LortieAdd new internal header glib-linux.h
2015-07-10 Ryan LortieGBytes: two memfd tweaks
2015-07-10 Ryan Lortiestart fleshing out guts of vector deserialiser
2015-07-10 Ryan LortieGVariant vector deserialiser WIP
2015-07-10 Ryan LortieGVariant: clean up g_variant_get_child_value()
2015-07-10 Ryan LortieGVariant: use GVariantTypeInfo on internal constructors
2015-07-10 Ryan LortieGVariant: clean up serialised data handling API
2015-07-10 Ryan LortieGVariant: fix a trivial typo in a comment
2015-07-10 Ryan LortieGVariant: add support for single precision floats
2015-07-10 Ryan LortieGVariant test: add a new vector serialisation test
2015-07-10 Ryan LortieGVariant: support serialising to GVariantVectors
2015-07-10 Ryan LortieGVariant: add GVariantVectors utility struct
2015-07-10 Ryan LortieGVariant: refactor locking a bit more
2015-07-10 Ryan LortieGVariant: add internal tree-form locking helper
2015-07-10 Ryan LortieGVariant: calculate size at construction
2015-07-10 Ryan LortieGBytes: add g_bytes_get_zero_copy_fd()
2015-07-10 Ryan LortieGBytes: add new g_bytes_take_zero_copy_fd() function
2015-07-10 David Kingglib-unix: add function to ensure an fd is sealed
2015-07-10 Ryan LortieGBytes: substantial internal rework
2015-07-10 Ryan Lortiemacros: add side-effecting variants of asserts
2015-07-10 Ryan LortieGVariant tests: test with larger strings
2015-07-10 Ryan Lortiegmain: fix poll record comparison
2015-07-10 Xavier Claessensgstrfuncs: Add g_strv_contains()
2014-11-18 Alberto Ruizglib: Improve documentation for g_strfreev()
2014-11-13 David Kingdocs: Add missing opening parenthesis
2014-11-09 Sébastien WilmetSimplify code that uses g_queue_insert_before() and...
2014-11-09 Sébastien WilmetGQueue: accept a NULL sibling for insert_before() and...
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-10-20 Ryan LortieGOption: stop calling getopt()
2014-10-17 Ryan LortieGHashTable: small docs fix
2014-10-17 Benjamin BergAllow hash table destroy notifiers to remove other...
2014-10-15 Ryan LortieGOption: add strict posix mode
2014-10-10 Matthias ClasenClarify g_propagate_error docs
2014-10-10 Benjamin GilbertFix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC
2014-10-08 Aleksander Morgadogarray: initialize allocated size in g_byte_array_new_t...
2014-10-05 Michael CatanzaroFix typo
2014-10-02 Matthias ClasenGDataSet: Add more tests
2014-10-02 Matthias ClasenGDataSet: silently accept NULL/0 as keys
2014-09-29 Ryan LortieAdd version macros for 2.44
2014-09-27 Philip Withnalltests: Fix some minor leaks in the unit tests
2014-09-26 Sébastien Wilmetgslist: indentation fix
2014-09-25 Philip Withnallgmain: Unref child sources when finalising a GSource
2014-09-25 Philip Withnallgmain: Fix some signed/unsigned integer comparisons
2014-09-23 Hib ErisInclude <stdint.h> in glib/valgrind.h
2014-09-19 Ryan Lortiegmain: improve g_source_set_name thread safety
2014-09-19 Ryan Lortiegsource: clarify restrictions on non-existant IDs
2014-09-19 Simon McVittieGVariant: say that serialized form needs an out-of...
2014-09-16 Jasper St. Pierregoption: Add G_OPTION_FLAG_NONE
2014-09-15 Sebastian Drögegrand: Only use rand_s() when targetting Visual Studio...
2014-09-13 Sébastien Wilmetdocs: various small fixes
2014-09-11 Sebastian Drögegutils: Don't use issetugid() on Android
2014-09-08 Paolo BorelliGThreadPool: expand g_thread_pool_new docs
2014-08-29 Matthias ClasenDon't mark GThread struct as deprecated
2014-08-22 Thomas Hallergmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros...
2014-08-05 Руслан ИжбулатовChange W32 console detection to look at the window...
2014-08-02 Руслан ИжбулатовFix tests to compile again - add missing headers to...
2014-08-02 Руслан ИжбулатовSilence a controversial warning in win_iconv
2014-08-02 Руслан ИжбулатовSilence some uncontroversial warnings
2014-08-02 Руслан ИжбулатовFix printf-tests on W32 by ifdefing the expected output
2014-08-02 Руслан ИжбулатовSave errno and pass it along to make sure gettext does...
2014-07-31 Ignacio Casal Quin... win32: improve the package installation dir lookup
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-07-23 Owen W. TaylorRevert "gatomic: statically assert that our assumptions...
2014-07-23 Colin Waltersgfileutils: Add missing g_free() in error path
2014-07-23 Simon McVittieglib-init: statically assert that we have 8-bit bytes
2014-07-23 Simon McVittiegatomic: statically assert that our assumptions hold
2014-07-14 Ignacio Casal Quin... gspawn-win32: do not rely on __argc and __argv global...
2014-07-14 Gergely POLONKAIFix typos in gbytes_hash and g_time_zone_find_interval...
2014-07-10 Javier Jardóndocs: Use "Returns:" instead "Return:"
2014-07-09 Tim-Philipp MüllerGCond (linux): fix g_cond_wait_until() return value...
2014-07-09 Ryan LortieGMutex (linux): detect and report some errors
2014-07-09 Ryan LortieGLib: implement GMutex natively on Linux
2014-07-09 Dan WinshipFix up failure-to-see-expected-message logging
2014-07-04 Sébastien Wilmetdoc: small improvement and fixes
2014-06-30 Rico Tzschichholzglib: Fix make dist
2014-06-30 Chun-wei Fanvalgrind.h: Disable Valgrind features on x64 Visual...
2014-06-29 Sébastien Wilmetdoc: various improvements
2014-06-28 Mikhail Zabaluevglib/tests/mainloop: Acquire the context while assertin...
2014-06-28 Mikhail ZabaluevA simple test for polling on a file-like descriptor
2014-06-28 Ryan Lortiegiochannel: avoid setting uninitialised length
2014-06-28 Bastien NoceraGDateTime: Add guards to g_date_time_new()
2014-06-28 Florian Pelzdocs: Fix formatting of g_alloca documentation.
2014-06-28 Daniel MacksConvert multiple #if/#endif to single #if/#elif/#endif
2014-06-28 Patrick Welchegmessages: make g_assert_warning compiler friendly
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-06-28 Christian Perschunicode: Update to unicode 7.0.0
2014-06-28 Christian Perschunicode: Switch compose_second_single to gunichar
2014-06-28 Christian Perschunicode: Move gscripttable.h generation into main script
2014-06-28 Christian Perschunicode: Simplify width table generation
2014-06-27 Ryan LortieGTimeZone: remove some dead code
next