[kdbus] Enable 'initial_read()' - is no longer needed
[platform/upstream/glib.git] / gio / gdbusprivate.c
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][TEMPORARY HACK] Disable 'initial read'
2015-07-10 Lukasz Skalski[kdbus] Integrate kdbus core with new API.
2014-08-18 Rico Tzschichholzdocs: Fix broken gtk-doc formatting
2014-03-27 Bastien Noceragio: Add names to idles and timeouts
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-09-27 Jan Schmidtgio: Fix -Werror format string errors from mismatched...
2013-01-29 Colin WaltersAdd g_close(), use it
2012-11-15 Dan Winshipwin32: move some code into #ifdef G_OS_UNIX
2012-11-13 Paul Menzelgio/*: Fix spelling of determining
2012-08-19 Matthias ClasenExterminate 'the the'
2012-04-20 Alexander Larssonwin32: Implement _g_dbus_get_machine_id using machine...
2012-03-15 Ryan LortieGDBus: make use of reliable async cancellation
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-10 Ravi Sankar GunturUse g_queue_free_full() convenience function.
2011-11-23 Simon McVittieGDBusWorker: continue_writing: initialize flush_async_d...
2011-11-21 Simon McVittie_g_dbus_worker_flush_sync: always flush if we need to
2011-11-21 Simon McVittieGDBusWorker: move flush async op into continue_writing()
2011-11-21 Simon McVittieschedule_write_in_worker_thread: require caller to...
2011-11-21 Simon McVittieGDBusWorker: rename some functions
2011-11-21 Simon McVittieGDBusWorker: distinguish between 3 sorts of output...
2011-11-18 Alexandre Rostovtsev_g_dbus_get_machine_id(): check /etc/machine-id too
2011-11-11 Simon McVittieGDBusWorker: tolerate read errors while closing
2011-11-11 Simon McVittieGDBusWorker: debug on read errors if transport debuggin...
2011-10-19 Simon McVittieGDBusWorker: if a read was cancelled it means we closed...
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-05 Ryan Lortiegdbusprivate: fix a missed g_mutex_free()
2011-10-04 Ryan LortieGDBus: switch to struct-embedded GMutex and GCond
2011-10-03 Matthias ClasenAdd new thread creation API
2011-09-16 Simon McVittie_g_dbus_worker_new: hold a ref until we have done the...
2011-09-16 Simon McVittieGDBusWorker: as a precaution, access 'stopped' boolean...
2011-09-16 Simon McVittieGDBusWorker: annotate more functions with lock/pending...
2011-09-16 Simon McVittieGDBusConnection: delegate to the worker to close the...
2011-09-16 Simon McVittieGDBusWorker: combine num_writes_pending with flush_pending
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-20 David ZeuthenGDBus: Unref worker from worker-thread to avoid race
2011-06-01 Colin Waltersgdbus: Avoid blocking on worker thread in connection...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-12 Matthias ClasenGDBusWorker: Improve struct packing
2011-04-08 David ZeuthenStart merging gdbus-codegen code
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-13 Ted GouldBug 635626 – GDBus message idle can execute while flush...
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-30 Matthias Clasenmessage_to_write_data_free: Don't unref data->message...
2010-09-23 David ZeuthenGDBusConnection: Avoid callbacks on finalized connection
2010-09-12 Tor LillqvistAdd some more individual own header includes where...
2010-09-10 David ZeuthenAdd work-around for Bug 627724
2010-09-09 David ZeuthenGDBusMessage: Don't reset serial number when copying
2010-09-09 David ZeuthenBug 624546 – Modification of GDBusMessage in filter...
2010-09-03 Christian PerschPlug a mem leak
2010-08-30 Christian PerschDon't leak the FD list
2010-08-06 David ZeuthenBug 624546 – Modification of GDBusMessage in filter...
2010-08-22 Matthias ClasenFix build on !unix
2010-08-17 Christian PerschPlug a mem leak in GDBusWorker
2010-08-16 David ZeuthenBug 626748 – Use async methods for writing and handle...
2010-08-13 David ZeuthenBug 626841 – Add test-case for non-socket GIOStream
2010-08-04 David ZeuthenGDBus: Add `return' debug option
2010-07-08 Matthias ClasenUse glib infrastructure to parse debug flags
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 David ZeuthenBug 618882 – No way to ensure that a message is sent
2010-07-06 David ZeuthenGDBus: Handle autolaunching on UNIX/Freedesktop OSes
2010-07-01 David ZeuthenBug 620913 – More control with G_DBUS_DEBUG
2010-06-30 David ZeuthenGDBus: plug some memory leaks
2010-06-30 David ZeuthenBug 623142 – Ensure ::new-connection runs before proces...
2010-06-21 David ZeuthenBug 621945 – Filter outgoing messages in GDBusConnection
2010-06-17 David ZeuthenGDBusMessage: Fix bug when deserializing a message
2010-06-17 David ZeuthenGDBus: Complain via g_warning() if an invalid message...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-24 Ryan LortieGDBusConnection.call(): add 'reply_type' argument
2010-05-20 David ZeuthenBug 619142 – Build fixes
2010-05-14 Matthias ClasenCleanups
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-13 David ZeuthenGDBus: Make message serialization routines take capabil...
2010-05-09 Matthias ClasenUpdate copyright years to include 2010
2010-05-06 David ZeuthenGDBus: Add new symbols to gio.symbols
2010-05-06 David ZeuthenGDBus: Fix up i18n
2010-05-06 David ZeuthenAdd "Since: 2.26" to all new GDBus API
2010-05-06 David ZeuthenInitial GDBus code-drop from GDBus-standalone repo