summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-22Turn dbus-gmain into a separate librarydbus-gmainSimon McVittie7-20/+155
2011-09-22Check for GLib and GObject separately, not everything here needs GObjectSimon McVittie9-19/+69
2011-09-22Move dbus_g_bus_get_private, dbus_g_bus_get, dbus_g_connection_open to dbus-g...Simon McVittie2-138/+135
2011-09-22Remove declaration of _dbus_gutils_test, which does not existSimon McVittie1-1/+0
2011-09-22Flatten _dbus_gmain_test into _dbus_gvalue_testSimon McVittie4-47/+27
2011-09-22Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie6-399/+492
2011-09-22_dbus_gvalue_utils_test: don't call private APISimon McVittie1-1/+0
2011-09-22Use more modern assertions in errors testSimon McVittie1-3/+2
2011-09-22Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie6-40/+111
2011-09-22Remove check for abstract sockets, not relevant to dbus-glibSimon McVittie1-67/+0
2011-09-22Remove --with-socket-dir, use /tmp for its only useSimon McVittie2-11/+1
2011-09-22Move AC_ARG_ENABLE for checks/assertions closer to where it takes effectSimon McVittie1-4/+9
2011-09-22Remove remnants of DBUS_DISABLE_CHECKSSimon McVittie1-1/+0
2011-09-22Remove remnants of DBUS_DISABLE_ASSERTSimon McVittie2-2/+1
2011-09-22Remove unused support for "verbose mode"Simon McVittie2-17/+1
2011-09-22Use standard autotools @abs_top_builddir@ to replace TEST_SERVICE_BINARY etc.Simon McVittie6-25/+5
2011-09-22Remove EXPANDED_LOCALSTATEDIR etc., no longer neededSimon McVittie1-55/+0
2011-09-21Micro versionSimon McVittie1-1/+1
2011-09-21dbus-glib 0.96dbus-glib_0.96Simon McVittie1-2/+2
2011-08-17test-dbus-glib: make lose() abort, and make lose_gerror() more informativeSimon McVittie1-17/+4
2011-08-17get_all_object_properties: if _dbus_gvalue_marshal fails, bail outSimon McVittie1-2/+25
2011-08-17get_all_object_properties: note which operations can only fail via OOMSimon McVittie1-0/+12
2011-08-17get_all_object_properties: skip invalidly-named properties, with a criticalSimon McVittie1-0/+9
2011-08-17dbus-gobject: add and use connection_send_or_die to check for OOMSimon McVittie1-15/+25
2011-08-17emit_signal_for_registration: assert that signal headers are all validSimon McVittie1-0/+4
2011-08-17export_signals: check interface, signal names for validitySimon McVittie1-0/+14
2011-08-17object_registration_message: check for OOM when a property is absentSimon McVittie1-3/+5
2011-08-17object_registration_message: make logic/assertions slightly clearerSimon McVittie1-7/+6
2011-08-17object_registration_message: handle remote caller errors betterSimon McVittie1-6/+14
2011-08-17get_object_property: add brief documentationSimon McVittie1-0/+5
2011-08-17get_object_property: unwind on errors, and avoid returning NULLSimon McVittie1-10/+23
2011-08-17check_property_access: centralize error handling (and check for OOM)Simon McVittie1-26/+43
2011-08-17dbus-gobject: check for NULL when producing messagesSimon McVittie1-3/+3
2011-08-17dbus-gobject: factor out reply_or_die, error_or_die and add error-checkingSimon McVittie1-33/+50
2011-08-17invoke_object_method: if marshalling an out argument fails, discard messageSimon McVittie1-11/+36
2011-08-17invoke_object_method, dbus_g_method_return_error: handle sending failureSimon McVittie1-2/+7
2011-08-17gerror_to_dbus_error_message: guarantee to return non-NULLSimon McVittie1-0/+6
2011-08-17invoke_object_method: if dbus_message_new_method_return fails, fail hardSimon McVittie1-1/+3
2011-08-17arg_iterate: documentSimon McVittie1-0/+40
2011-08-15dbus_g_proxy_manager_unregister: if GetNameOwner failed, don't assertSimon McVittie1-4/+6
2011-08-15Add a regression test for fd.o #38406Simon McVittie3-0/+282
2011-08-15MyObject: register marshallers so individual tests don't have toSimon McVittie4-8/+20
2011-08-15DBusGProxy: deal with errors in DBUS_G_VALUE_ARRAY_COLLECT_ALLSimon McVittie1-27/+66
2011-08-15dbus_g_proxy_call: simplify error handling now that call_id may be 0Simon McVittie1-12/+3
2011-08-15DBusGProxy: cope gracefully with call_id == 0Simon McVittie1-0/+16
2011-08-03registrations test: fix race condition in adding match rulesSimon McVittie1-3/+25
2011-07-25dbus-binding-tool: fixed "pretty" mode output for methods.Tim Waugh1-1/+1
2011-06-16Show warning if marshalling in dbus_g_method_return failsSimon McVittie1-1/+7
2011-06-16remove minor dead code in dbus-gparserChristian Dywan1-3/+0
2011-06-02remove remaining inclusions of <glib/gi18n.h> from libraryDerek Foreman2-2/+0