summaryrefslogtreecommitdiff
path: root/dbus/dbus-gproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-151-0/+2
* Add more deprecation commentsSimon McVittie2018-10-031-2/+6
* Use g_cclosure_marshal_generic for all marshallingSimon McVittie2015-02-091-15/+3
* Document the entire library as deprecatedSimon McVittie2014-09-161-0/+70
* Use gtk-doc in no-tmpl mode, moving documentation into the source codeSimon McVittie2014-09-161-0/+13
* CVE-2013-0292: dbus-gproxy: Verify sender of NameOwnerChanged signals to be o...Colin Walters2013-02-151-3/+4
* Fix two crashes when dbus_g_proxy_new_for_peer is used on a busSimon McVittie2012-06-251-2/+3
* Fix various minor documentation bugsSimon McVittie2011-09-281-5/+28
* DBusGProxy: be more pedantic about boolean returnsSimon McVittie2011-09-271-5/+5
* DBusGProxy: misc documentation tidyingSimon McVittie2011-09-271-9/+28
* DBusGProxy: make argument names in declaration, definition and docs consistentSimon McVittie2011-09-271-31/+28
* dbus_g_proxy_manager_unregister: if GetNameOwner failed, don't assertSimon McVittie2011-08-151-4/+6
* DBusGProxy: deal with errors in DBUS_G_VALUE_ARRAY_COLLECT_ALLSimon McVittie2011-08-151-27/+66
* dbus_g_proxy_call: simplify error handling now that call_id may be 0Simon McVittie2011-08-151-12/+3
* DBusGProxy: cope gracefully with call_id == 0Simon McVittie2011-08-151-0/+16
* remove remaining inclusions of <glib/gi18n.h> from libraryDerek Foreman2011-06-021-1/+0
* Use single star in doc-comments not intended for gtk-docSimon McVittie2011-06-011-1/+1
* Remove Doxygen droppings from source codeSimon McVittie2011-06-011-24/+2
* Remove _dbus_g_proxy_test, which isn't called and doesn't do anythingSimon McVittie2011-06-011-17/+0
* Remove support for i18n completelySimon McVittie2011-06-011-4/+4
* Consistently include config.h in all non-generated .c filesSimon McVittie2011-05-301-0/+3
* dbus_g_proxy_add_signal: document error casesSimon McVittie2011-05-301-1/+4
* DBusGProxy: link against GIO and use GDBus to check names' syntaxSimon McVittie2011-04-191-9/+20
* dbus_g_proxy_end_call: check that it's a proxySimon McVittie2011-04-191-0/+2
* dbus_g_proxy_set_interface: check that it's a proxy and not destroyedSimon McVittie2011-04-191-0/+5
* Document that most DBusGProxy methods stop working on ::destroySimon McVittie2011-04-191-0/+42
* dbus_g_proxy_new_from_proxy: check that the old proxy is in fact a proxySimon McVittie2011-04-191-1/+1
* DBusGProxy: remove duplicate owner match rules.Alban Crequy2011-04-141-27/+82
* dbus_g_proxy_add_signal: stop falsely claiming that we read introspectionSimon McVittie2011-04-131-3/+3
* improve documentation of proxy timeouts to mention that -1 is specialSimon McVittie2011-04-131-4/+6
* Don't allow proxy timeouts to be set negative, except for -1Simon McVittie2011-04-131-0/+3
* DBusGProxy: share OOM handlerSimon McVittie2011-04-131-9/+10
* dbus_g_proxy_call_no_reply: don't assume NULL message means OOMSimon McVittie2011-04-131-1/+2
* dbus_g_proxy_begin_call_internal: don't assume NULL message means OOMSimon McVittie2011-04-131-1/+3
* dbus_g_proxy_marshal_args_to_message: diagnose inability to marshal argsSimon McVittie2011-04-131-4/+12
* When given an object path, use GVariant to check syntactic validitySimon McVittie2011-04-131-3/+3
* Refer to dbus_g_connection_flush rather than the plain dbus callChristian Dywan2010-07-221-3/+3
* Merge branch '14579-remove-before-cancel'Simon McVittie2010-05-041-2/+1
|\
| * Bug 14579: remove pending call from hash table before cancelling itSimon McVittie2009-06-091-2/+1
* | fd.o #20936: Update FSF addressTobias Mueller2009-06-091-1/+1
|/
* fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory...Simon McVittie2009-03-261-3/+10
* Bug 14183 - Listen to NameOwnerChanged using arg0 matchingColin Walters2009-02-051-28/+29
* Bug 18573 - Fix race when service appears and disappears quicklyColin Walters2008-11-171-2/+9
* Bug 16419: stack overflow demarshaling recursive variantsColin Walters2008-06-191-0/+2
* Bug 13060: Remove NameOwnerChange matches on unref (Kimmo Hämäläinen)Colin Walters2008-05-271-0/+14
* Bug 12505: Avoid receiving duplicate NameOwnerChanged (Dan Williams)Colin Walters2008-05-271-2/+11
* Bug 10834: Fix error handling path for dbus_g_proxy_end_call_internalColin Walters2008-05-271-5/+20
* Bug 12675: Handle disconnected connections in calls (Kimmo Hämäläinen)Colin Walters2008-05-271-3/+19
* add some design advice to dbus_g_proxy_set_default_timeout()David Zeuthen2008-03-171-0/+7
* Add new function to specify the default timeout for a proxyDavid Zeuthen2008-03-151-2/+33