GDBus: make use of reliable async cancellation
[platform/upstream/glib.git] / gio / gdbusconnection.c
2012-03-15 Ryan LortieGDBus: make use of reliable async cancellation
2012-02-27 David ZeuthenGDBusConnection: Don't leak message reply in error...
2012-02-21 David Kingdocs: Fix some GDBusConnection typos
2012-01-18 Will ThompsonGDBusConnection: note that exit-on-close is sometimes...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-02 Simon McVittieGDBusConnection: use GWeakRef to make the singletons...
2011-12-07 David ZeuthenBug 665733 – GDBusConnection holds lock while calling...
2011-12-05 Simon McVittieGDBusConnection: propagate error correctly if flags...
2011-11-22 Simon McVittieGDBusConnection: don't pass boolean > 1 to _g_dbus_work...
2011-11-19 Matthias ClasenTrivial doc typo fix
2011-10-24 Simon McVittieGDBusConnection: document that this object is (meant...
2011-10-24 Simon McVittieGDBusConnection: make the closed flag atomic (but still...
2011-10-24 Simon McVittieGDBusConnection: document which properties are protecte...
2011-10-24 Simon McVittieGDBusConnection: access the exit-on-close flag atomically
2011-10-24 Simon McVittieAnnotate GDBusConnection private functions with thread...
2011-10-21 Simon McVittieGDBusConnection: check for initializedness in most...
2011-10-21 Simon McVittieGDBusConnection: document use while uninitialized as...
2011-10-21 Simon McVittieGDBusConnection: check for initialization where needed...
2011-10-21 Simon McVittieGDBusConnection: replace is_initialized with an atomic...
2011-10-15 Simon McVittieGDBusConnection: warn that direct access to the stream...
2011-10-07 David ZeuthenGDBusConnection: Make pending calls error when the...
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-04 Ryan LortieGDBus: switch to struct-embedded GMutex and GCond
2011-09-16 Simon McVittieGDBusConnection: delegate to the worker to close the...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Brian Cameronvoid functions should not return. Fixes bug #656675.
2011-08-09 Martin Pitt[gi] Add missing (allow-none) annotations to g_dbus_con...
2011-08-01 David ZeuthenGDBusConnection: Only apply exit-on-closed semantics...
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 David ZeuthenMore fixes for non-Unix builds
2011-07-25 David ZeuthenFix the build on non-Unix
2011-07-24 Matthias ClasenFix a typo
2011-07-21 David Zeuthengdbus-codegen: Add support for new org.gtk.GDBus.C...
2011-07-19 Johan DahlinPass in NULL instead of g_cclosure_marshal_generic
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-06-20 Colin WaltersStop using glib-genmarshal at build time
2011-06-14 Matthias ClasenRemove unneeded NULL check
2011-06-04 Matthias ClasenFix links in gio docs
2011-05-12 David ZeuthenGDBusConnection: Document that sockets are frobbed...
2011-05-08 Martin Pitt[gi] Add missing allow-none annotations to GDBusConnection
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-27 Matthias ClasenFix up some harmless FALSE <> NULL confusions
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
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
next