summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* test: Use g_assert_true, g_assert_false for comparisons with TRUE, FALSESimon McVittie2021-03-261-8/+8
* test: Compare integers using g_assert_cmpint(), g_assert_cmpuint()Simon McVittie2021-03-262-25/+25
* test: Compare strings with g_assert_cmpstr()Simon McVittie2021-03-262-23/+23
* test: Replace all g_assert (x != NULL) with g_assert_nonnull (x)Simon McVittie2021-03-261-1/+1
* Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-1545-0/+110
* invoke_object_method: when demarshalling fails, use the right errorSimon McVittie2018-12-031-1/+1
* gerror_to_dbus_error_message: add support for remaining members of DBusGErrorSimon McVittie2018-12-031-0/+42
* Fix double free for data.channelx002921022018-12-031-0/+2
* buildsys: use variable for glib-genmarshalYann E. MORIN2018-12-032-4/+4
* Add more deprecation commentsSimon McVittie2018-10-033-2/+21
* Check for GLib under the name GLIB, not DBUS_GLIBSimon McVittie2018-01-293-9/+9
* dbus-gmain: Allow swapping the namespace usedSimon McVittie2018-01-291-2/+2
* dbus-gmain: Move to its own directorySimon McVittie2018-01-224-720/+7
* dbus-gmain.c: Remove trailing whitespaceSimon McVittie2018-01-221-40/+40
* Build libdbus-gmain into a separate convenience librarySimon McVittie2018-01-221-1/+10
* Make dbus-gmain.h internal, and rename its symbolsSimon McVittie2018-01-225-17/+68
* dbus-gmain.c: Screen-scrape copyright notices from git historySimon McVittie2018-01-221-2/+6
* Move dbus_g_connection_open() etc. from dbus-gmain.c to dbus-glib.cSimon McVittie2017-11-012-188/+181
* dbus-gmain: Add a separate header for the main-loop integrationSimon McVittie2017-11-013-6/+47
* Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie2016-01-143-4/+4
* Stop using G_HAVE_INLINEColin Watson2016-01-041-3/+3
* Drop unused functionsSimon McVittie2015-02-091-55/+0
* Require a modern libdbus and a modern GLibSimon McVittie2015-02-091-3/+6
* Use g_cclosure_marshal_generic for all marshallingSimon McVittie2015-02-093-135/+6
* Remove erroneous assert from connection_setup_add_timeoutMike Gorse2015-02-091-2/+0
* docs: fix a typo in dbus_g_type_get_struct() descriptionJiří Klimeš2014-09-161-1/+1
* docs: fix a typo in dbus_g_type_struct_get()'s docJiří Klimeš2014-09-161-1/+1
* Document the entire library as deprecatedSimon McVittie2014-09-168-0/+323
* Use gtk-doc in no-tmpl mode, moving documentation into the source codeSimon McVittie2014-09-164-1/+21
* demarshal_static_variant: fail gracefully with unknown message typesAlban Crequy2014-09-051-8/+15
* _dbus_gtype_from_signature_iter: fail gracefully with unknown message typesAlban Crequy2014-09-051-2/+9
* dbus-binding-tool: check for valid interface, member and property namesSimon McVittie2014-01-142-1/+46
* dbus_g_value_build_g_variant(): Fix NULL string caseXavier Claessens2014-01-141-1/+4
* dbus_g_value_build_g_variant(): Fix NULL strv caseXavier Claessens2014-01-141-1/+4
* Avoid underlinking internal library libdbus-gtool.laSimon McVittie2013-10-211-1/+6
* Merge tag 'dbus-glib_0.100.1'Simon McVittie2013-02-151-3/+4
|\
| * CVE-2013-0292: dbus-gproxy: Verify sender of NameOwnerChanged signals to be o...Colin Walters2013-02-151-3/+4
* | Add DBusGMethodInvocation accessor for the DBusGConnectionDan Williams2012-12-042-0/+18
* | Add dbus_g_connection_open_private() for private D-Bus socketsDan Williams2012-12-042-0/+46
* | Remove declaration of _dbus_gutils_test, which does not existSimon McVittie2012-11-191-1/+0
* | Flatten _dbus_gmain_test into _dbus_gvalue_testSimon McVittie2012-11-194-47/+27
* | Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie2012-11-193-399/+0
* | _dbus_gvalue_utils_test: don't call private APISimon McVittie2012-11-191-1/+0
* | Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie2012-11-193-34/+0
|/
* Fix two crashes when dbus_g_proxy_new_for_peer is used on a busSimon McVittie2012-06-251-2/+3
* Fix build error with -Werror=format-securityMatthias Klose2012-06-251-1/+1
* Form a valid D-Bus error name if an unmapped error has a negative codeSimon McVittie2012-04-171-1/+2
* If an error code is out of range for its domain, warn about itSimon McVittie2012-04-171-1/+9
* Don't crash in gerror_domaincode_to_dbus_error_name if code is out of rangeDavid Woodhouse2012-04-171-1/+2
* dbus_g_value_parse_variant: fix several GVariant ref leaksSimon McVittie2012-03-091-18/+38