Bug 623142 – Ensure ::new-connection runs before processing D-Bus messages
[platform/upstream/glib.git] / gio / gdbusconnection.c
2010-06-30 David ZeuthenBug 623142 – Ensure ::new-connection runs before proces...
2010-06-29 David ZeuthenBug 623143 – Never require non-closed connections
2010-06-22 Tor LillqvistFix build with the Microsoft compiler
2010-06-21 David ZeuthenBug 621945 – Filter outgoing messages in GDBusConnection
2010-06-11 David ZeuthenBug 621213 – GDBusProxy and well-known names
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-09 David ZeuthenGDBusConnection: Do not dispatch calls to unregistered...
2010-06-08 Colin Walters[GDBusConnection] Use Gio's default async implementatio...
2010-05-25 Matthias ClasenDocument that vtable is not copied
2010-05-24 Ryan LortieGDBusConnection.call(): add 'reply_type' argument
2010-05-21 David ZeuthenReturn an error for calls into unknown interfaces or...
2010-05-20 Christian PerschUse stack-allocated GVariantBuilders
2010-05-20 David ZeuthenBug 619142 – Build fixes
2010-05-17 David ZeuthenGDBus: Fix introspection of objects registered at /
2010-05-15 David ZeuthenGDBus: Use specific variant type in GetAll()
2010-05-14 Christian PerschPlug a mem leak in get_uninitialized_connection
2010-05-14 Matthias ClasenCleanups
2010-05-14 Matthias ClasenMerge branch 'gdbus-merge'
2010-05-14 Matthias ClasenThe default timeout is 25s
2010-05-14 Matthias ClasenDocument more floating variant details.
2010-05-13 Christian PerschPlug some mem leaks
2010-05-13 David ZeuthenGDBus: Add GDBusAuthObserver param in g_dbus_connection...
2010-05-13 David ZeuthenGDBus: Rename ::deny-authentication-peer to ::authorize...
2010-05-13 David ZeuthenGDBus: Make message serialization routines take capabil...
2010-05-13 Matthias Clasenremove the redundant interface_name parameter
2010-05-13 David ZeuthenGDBus: Catch up with new PropertiesChanged signal
2010-05-13 Matthias ClasenAdd an example of exporting a GObject
2010-05-13 Matthias ClasenAdd a note about implemented standard interfaces
2010-05-12 David ZeuthenGDBus: Add an example of a GDBusProxy subclass
2010-05-12 Matthias ClasenUpdate an example to the latest auth observer api
2010-05-12 Matthias ClasenUpdate TODO list
2010-05-12 Matthias Clasenmention inline use of floating variants
2010-05-12 Matthias ClasenRemove properties from GDBusMethodInvocation class
2010-05-12 Matthias ClasenDocument remove_filter
2010-05-12 Matthias ClasenDon't refer to nonexisting API.
2010-05-12 Matthias ClasenMatch up parameter names
2010-05-11 David ZeuthenGDBus: Update TODO list
2010-05-10 David ZeuthenGDBus: Add TODO item about a need to validate data...
2010-05-10 David ZeuthenGDBus Add TODO items about finding and launching bus...
2010-05-10 David ZeuthenGDBus: Use GVariant instead of GHashTable for GDBusProx...
2010-05-10 David ZeuthenGDBus: Use call() instead of invoke_method()
2010-05-10 Matthias ClasenTrivia
2010-05-10 Matthias ClasenCosmetic fixes
2010-05-09 Matthias ClasenUpdate copyright years to include 2010
2010-05-09 Matthias ClasenMicrooptimize string reallocations
2010-05-09 Matthias ClasenSome documentation tweaks
2010-05-07 David ZeuthenGDBus: add TODO item about maybe having to rework ...
2010-05-07 David ZeuthenGDBus: add TODO item about the need to rewrite private...
2010-05-07 David ZeuthenAdd TODO item about wanting G_DBUS_NONCE_TCP_TMPDIR
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 ZeuthenSet up gtk-doc for GDBus
2010-05-06 David ZeuthenInitial GDBus code-drop from GDBus-standalone repo