gdbusconnection: Avoid tripping assertion if we fail to authenticate twice
[platform/upstream/glib.git] / gio / gdbusconnection.c
2011-04-13 Colin Waltersgdbusconnection: Avoid tripping assertion if we fail...
2011-04-08 David ZeuthenSilence a bunch of -Wunused-but-set-variable warnings
2011-04-07 Matthias ClasenAdd a warning to the g_dbus_connection_set_exit_on_clos...
2011-03-28 David ZeuthenGDBusConnection: Make interface lookups O(1)
2011-02-16 Matthias ClasenDon't report standard interfaces more than once
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-13 Peng HuangBug 632544 – Cannot send a locked message with PRESERVE...
2010-11-06 Ryan LortieAdd G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
2010-11-03 Christian PerschUse g_simple_async_result_{new_,}take_error
2010-10-28 Ryan LortieBug 633356 - (GDBus) Make G_MAXINT mean no timeout
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-24 Johan DahlinAdd a lot of missing annotations
2010-09-23 David ZeuthenGDBus: Don't use abstract sockets in test code
2010-09-23 David ZeuthenGDBusConnection: Use correct GMainContext when invoking...
2010-09-23 David ZeuthenGDBusConnection: Avoid callbacks on finalized connection
2010-09-14 Christian PerschGDBusConnection leaks its GCredentials
2010-09-09 David ZeuthenBug 624546 – Modification of GDBusMessage in filter...
2010-09-03 Christian PerschPlug a mem leak
2010-09-03 Christian PerschPlug a mem leak
2010-08-25 David ZeuthenGDBusConnection: Document memory management semantics...
2010-08-23 David ZeuthenGDBusMethodInvocation: nuke constructor
2010-08-06 David ZeuthenBug 624546 – Modification of GDBusMessage in filter...
2010-08-04 David ZeuthenGDBus: Add `return' debug option
2010-08-04 David ZeuthenGDBusMessage: Validate header fields when serializing...
2010-08-03 David ZeuthenGDBusConnection: Debug messages when receiving signals...
2010-08-03 David ZeuthenGDBus: If exiting b/c remote peer disconnected and...
2010-08-01 Carlos Garcia CamposGDBusConnection: fix message flags in g_dbus_connection...
2010-07-31 Matthias ClasenFix a typo
2010-07-30 David ZeuthenBug 625584 – Crashes application on unref with signal...
2010-07-30 David ZeuthenGDBusConnection: Fix up debug output when completing...
2010-07-28 David ZeuthenGDBusConnection: Pass the GObject to g_simple_async_res...
2010-07-19 David ZeuthenGDBus: Introduce G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL
2010-07-19 David ZeuthenGDBus: Add GDBusSendMessageFlags
2010-07-19 David ZeuthenGDBus: Remove constness from introspection data structures
2010-07-19 David ZeuthenGDBus: Add GDBusSignalFlags and use it in g_dbus_connec...
2010-07-15 Ryan Lortieg_warning on inconsistent subtree behaviour
2010-07-15 Ryan LortieBug 624484: GDBusSubtreeDispatchFunc clarification
2010-07-15 Ryan LortieBug 624473: GDBusSubtreeIntrospectFunc return type
2010-07-14 David ZeuthenGDBusConnection: copy object and subtree virtual tables
2010-07-14 David ZeuthenGDBusConnection: Fix up g_dbus_connection_close()
2010-07-10 Matthias ClasenFix sparse warnings
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 David ZeuthenGDBus: Hide instance structures for classes we don...
2010-07-07 David ZeuthenGDBus: Hide class structures for classes we don't want...
2010-07-07 David ZeuthenBug 618882 – No way to ensure that a message is sent
2010-07-07 David ZeuthenGDBus: Only rewrite serial number if g_dbus_message_get...
2010-07-06 David ZeuthenGDBus: Handle autolaunching on UNIX/Freedesktop OSes
2010-07-01 David ZeuthenBug 620913 – More control with G_DBUS_DEBUG
2010-07-01 David ZeuthenGDBus: Fix bug in child enumeration
2010-06-30 David ZeuthenGDBus: Take a reference to the GDBusInterfaceInfo object
2010-06-30 David ZeuthenGDBus: Rename `introspection_data' parameter to `interf...
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...
next