[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio /
2015-07-10 Lukasz Skalski[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again...
2015-07-10 Lukasz Skalski[kdbus] Code cleanup
2015-07-10 Lukasz Skalski[kdbus] Fix freeing allocated memory
2015-07-10 Lukasz Skalski[kdbus] Fix compilation errors
2015-07-10 Lukasz Skalski[kdbus] Update kdbus interface header (commit: 0d8a559b...
2015-07-10 Lukasz Skalskisetup proper bloom filters for AddMatch
2015-07-10 Ryan Lortiesome sort of actual progress here...
2015-07-10 Ryan Lortieimprove bloom filter on send
2015-07-10 Lukasz Skalskikdbus: use an absolute value for kmsg->timeout_ns
2015-07-10 Ryan Lortienow come the big changes...
2015-07-10 Ryan Lortiewip junk
2015-07-10 Ryan Lortiehook gvariant vectors up to kdbus
2015-07-10 Ryan Lortiechange user bus file locations
2015-07-10 Ryan Lortiegdbus-tool: add support for new bus types
2015-07-10 Ryan Lortiegdbus-tool: simplify some logic
2015-07-10 Ryan LortieGDBus: add support for GVariant floats to helpers
2015-07-10 Lukasz Skalski[kdbus] sync with kdbus (kdbus.h - commit: b024fb43c66b)
2015-07-10 Lukasz Skalski[kdbus][wip] Import code from tizen.org repo
2015-07-10 Lukasz Skalski[kdbus] Remove redundant g_dbus_name_has_owner() functi...
2015-07-10 Lukasz Skalski[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
2015-07-10 Lukasz Skalski[kdbus] Add possibility to unsubscribe NameAcquired...
2015-07-10 Lukasz Skalski[kdbus] Add RequestName and ReleaseName to new API
2015-07-10 Lukasz Skalski[kdbus] set const cookies for NameAcquired and NameLost...
2015-07-10 Lukasz Skalski[kdbus][wip] Add matches for kernel notifications
2015-07-10 Lukasz Skalski[kdbus] Initial support for decoding kernel messages
2015-07-10 Lukasz Skalski[kdbus] Enable 'initial_read()' - is no longer needed
2015-07-10 Lukasz Skalski[kdbus] Add initial support for receiving messages
2015-07-10 Lukasz Skalski[kdbus] Integrate acquiring and releasing names on...
2015-07-10 Lukasz Skalski[kdbus] Add support for 'ReleaseName' on kdbus
2015-07-10 Lukasz Skalski[kdbus] Add support for 'RequestName' on kdbus
2015-07-10 Lukasz Skalski[kdbus] Add G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE flag
2015-07-10 Lukasz Skalski[kdbus][TEMPORARY HACK] Disable 'initial read'
2015-07-10 Lukasz Skalski[kdbus] Catch up with latest kdbus changes
2015-07-10 Lukasz Skalski[kdbus] Update kdbus interface header (commit: 017f56c7...
2015-07-10 Lukasz Skalski[kdbus] Integrate kdbus core with new API.
2015-07-10 Lukasz Skalski[kdbus] Update kdbus interface header (commit: b620b72c...
2015-07-10 Lukasz Skalski[kdbus] Rework kdbus core files
2015-07-10 Lukasz Skalski[kdbus] Import gio/gkdbus* files from previous patchset.
2015-07-10 Lukasz Skalski[kdbus] Update kdbus interface header (commit: c34e6563...
2015-07-10 Lukasz Skalski[kdbus] Initial support for two new bus types: 'user...
2015-07-10 Lukasz Skalski[kdbus] Import kdbus interface header (commit: 5df28e6d...
2015-07-10 Lukasz Skalski[kdbus] Add new library API for common tasks on dbus...
2015-07-10 Ignacio Casal Quin... gio: provide G_IO_ERROR_NOT_CONNECTED translation for...
2015-07-10 Ignacio Casal Quin... gio: fix build
2015-07-10 Ignacio Casal Quin... gio: add G_IO_ERROR_NOT_CONNECTED
2015-07-10 Dan Winshipgsocket: add G_IO_ERROR_CONNECTION_CLOSED
2015-07-10 Dan Winshipgnetworkaddress: Add g_network_address_new_loopback...
2015-07-10 Lars UebernickelGSettings: fix check for delaying backend subscription
2015-07-10 Matthias ClasenUse the new g_strv_contains
2014-11-23 Dan Winshipgio/tests: add a socket-listener test
2014-11-23 Ross Lagerwallgio: Prevent hang when finalizing GThreadedSocketService
2014-11-22 Michael Henninggio: Implement g_win32_app_info_launch_uris for windows.
2014-11-22 Michael Henninggio: Implement g_app_info_get_default_for_uri_scheme...
2014-11-22 Dan WinshipGTlsClientConnection: loosen the semantics of "use...
2014-11-20 Chun-wei FanGSettings Registry Backend: Init cache_lock Earlier
2014-11-20 Christian Perschgsettingsschema: Print the string that failed to parse
2014-11-19 Ryan LortieGSettings: delay backend subscription
2014-11-15 Lars Uebernickelgapplication: enable --help when app has options
2014-11-03 Chun-wei Fangnetworking.h.win32: Move "#undef interface"
2014-11-02 Dan Winshipgnetworking.h.in: move "#undef interface"
2014-11-01 Dan WinshipGTlsCertificate: fix loading of bad certificate chains
2014-10-30 Ross Lagerwalldoc: Clarify documentation regarding g_file_replace...
2014-10-30 Ross Lagerwallgio: Prevent hang writing to a large GMemoryBuffer
2014-10-30 Ross Lagerwallgio: Prevent hang writing to a large GMemoryOutputStream
2014-10-28 Owen W. TaylorGDBusInterfaceVTable: clarify memory handling for the...
2014-10-27 Philip Withnallgcancellable: Clarify that GSources hold references...
2014-10-26 Erik van PienbroekGuard g_inet_address_mask_equal against invalid input
2014-10-25 Dan Winshipgio/tests/tls-certificates: fix
2014-10-21 Benjamin Ottegfile: g_file_equal (x, x) is TRUE
2014-10-21 Ryan LortieAdd tests for {read,write}_all_async()
2014-10-21 Ryan Lortiedocs: explain inconsistency of _{read,write}_all()
2014-10-21 Ryan LortieAdd g_output_stream_write_all_async()
2014-10-21 Ryan LortieAdd g_input_stream_read_all_async()
2014-10-21 Michael CatanzaroFix another ancient docs typo
2014-10-20 Ryan LortieGApplication: ignore --help if not handling args
2014-10-15 Matthias ClasenGApplication: Plug a memory leak
2014-10-15 Jasper St. Pierregdesktopappinfo: Fix copy/paste typo from e24e89b
2014-10-11 Benjamin Ottegfile: Clarify docs
2014-10-07 Matthias ClasenAdd advice on g_cancellable_reset
2014-10-06 Aleix Conchillo... tlscertificate: add support for certificate chains
2014-09-30 Bastien Noceragdesktopappinfo: Use symbolic names in the code
2014-09-29 Ting-Wei LanGCredentials: Fix ABI break when adding NetBSD support
2014-09-23 Philip Withnallgtask: Ignore errors from g_thread_pool_push()
2014-09-23 Philip Withnallgtask: Document signal handler reference counting
2014-09-23 Philip Withnallgtask: Fix a signed/unsigned integer comparison
2014-09-18 Matthias Clasengresource: Make extract work better
2014-09-18 Matthias Clasengresource: Use GError in more places
2014-09-16 Jasper St. PierreGApplication:handle-local-options: document return...
2014-09-16 Jasper St. Pierreg_application_add_main_option: fix type signature
2014-09-16 Jasper St. PierreFix some introspection warnings
2014-09-13 Sébastien Wilmetdocs: various small fixes
2014-09-09 Ryan LortieGDesktopAppInfo: avoid inotify on missing dirs
2014-09-09 Ryan Lortieapps test: add new "monitor" subcommand
2014-09-08 Paolo BorelliFix minor mem leak in test case
2014-09-04 Ryan LortieGDesktopAppInfo: fix default app logic
2014-09-04 Patrick WelcheGCredentials: credentials messages are not correctly...
2014-08-27 Patrick WelcheGUnixMounts: Improve efficiency in polling case
2014-08-22 Philip Withnallgsocketclient: Handle cancellation between CONNECTING...
2014-08-20 Jonas DanielssonGApplication: Add g_application_add_main_option
2014-08-19 Patrick WelcheGUnixMounts: Fall back to polling on systems without...
next