Age | Commit message (Expand) | Author | Files | Lines |
2011-08-17 | dbus-gobject: add and use connection_send_or_die to check for OOM | Simon McVittie | 1 | -15/+25 |
2011-08-17 | emit_signal_for_registration: assert that signal headers are all valid | Simon McVittie | 1 | -0/+4 |
2011-08-17 | export_signals: check interface, signal names for validity | Simon McVittie | 1 | -0/+14 |
2011-08-17 | object_registration_message: check for OOM when a property is absent | Simon McVittie | 1 | -3/+5 |
2011-08-17 | object_registration_message: make logic/assertions slightly clearer | Simon McVittie | 1 | -7/+6 |
2011-08-17 | object_registration_message: handle remote caller errors better | Simon McVittie | 1 | -6/+14 |
2011-08-17 | get_object_property: add brief documentation | Simon McVittie | 1 | -0/+5 |
2011-08-17 | get_object_property: unwind on errors, and avoid returning NULL | Simon McVittie | 1 | -10/+23 |
2011-08-17 | check_property_access: centralize error handling (and check for OOM) | Simon McVittie | 1 | -26/+43 |
2011-08-17 | dbus-gobject: check for NULL when producing messages | Simon McVittie | 1 | -3/+3 |
2011-08-17 | dbus-gobject: factor out reply_or_die, error_or_die and add error-checking | Simon McVittie | 1 | -33/+50 |
2011-08-17 | invoke_object_method: if marshalling an out argument fails, discard message | Simon McVittie | 1 | -11/+36 |
2011-08-17 | invoke_object_method, dbus_g_method_return_error: handle sending failure | Simon McVittie | 1 | -2/+7 |
2011-08-17 | gerror_to_dbus_error_message: guarantee to return non-NULL | Simon McVittie | 1 | -0/+6 |
2011-08-17 | invoke_object_method: if dbus_message_new_method_return fails, fail hard | Simon McVittie | 1 | -1/+3 |
2011-08-17 | arg_iterate: document | Simon McVittie | 1 | -0/+40 |
2011-08-15 | dbus_g_proxy_manager_unregister: if GetNameOwner failed, don't assert | Simon McVittie | 1 | -4/+6 |
2011-08-15 | DBusGProxy: deal with errors in DBUS_G_VALUE_ARRAY_COLLECT_ALL | Simon McVittie | 1 | -27/+66 |
2011-08-15 | dbus_g_proxy_call: simplify error handling now that call_id may be 0 | Simon McVittie | 1 | -12/+3 |
2011-08-15 | DBusGProxy: cope gracefully with call_id == 0 | Simon McVittie | 1 | -0/+16 |
2011-07-25 | dbus-binding-tool: fixed "pretty" mode output for methods. | Tim Waugh | 1 | -1/+1 |
2011-06-16 | Show warning if marshalling in dbus_g_method_return fails | Simon McVittie | 1 | -1/+7 |
2011-06-16 | remove minor dead code in dbus-gparser | Christian Dywan | 1 | -3/+0 |
2011-06-02 | remove remaining inclusions of <glib/gi18n.h> from library | Derek Foreman | 2 | -2/+0 |
2011-06-02 | Fix regression in marshalling objects as object paths | Simon McVittie | 1 | -4/+4 |
2011-06-01 | dbus-binding-tool: forbid ReturnVal annotation after the first OUT <arg> | Simon McVittie | 1 | -0/+15 |
2011-06-01 | Fix compiler warnings in dbus-binding-tool | Simon McVittie | 1 | -1/+2 |
2011-06-01 | Use single star in doc-comments not intended for gtk-doc | Simon McVittie | 4 | -5/+5 |
2011-06-01 | Remove Doxygen droppings from source code | Simon McVittie | 11 | -77/+8 |
2011-06-01 | Remove _dbus_g_proxy_test, which isn't called and doesn't do anything | Simon McVittie | 1 | -17/+0 |
2011-06-01 | Remove _dbus_gutils_test, which didn't test anything | Simon McVittie | 2 | -22/+1 |
2011-06-01 | _dbus_gidl_test: remove unused function which does nothing | Simon McVittie | 1 | -17/+0 |
2011-06-01 | dbus-glib-tool: remove regression-test boilerplate which does nothing | Simon McVittie | 1 | -48/+0 |
2011-06-01 | dbus-binding-tool: clean up temporary file on error | Simon McVittie | 1 | -20/+58 |
2011-06-01 | Remove vestigial dbus-glib-error-*.h and the machinery to generate them | Simon McVittie | 3 | -18/+2 |
2011-06-01 | Remove support for i18n completely | Simon McVittie | 5 | -81/+67 |
2011-06-01 | Remove i18n macros from files where they're unused | Simon McVittie | 2 | -9/+0 |
2011-06-01 | Log error message from failed object registration | Dan Williams | 1 | -5/+10 |
2011-05-30 | Include config.h in generated C files, and regenerate dbus-gmarshal.c | Simon McVittie | 3 | -4/+10 |
2011-05-30 | Consistently include config.h in all non-generated .c files | Simon McVittie | 14 | -0/+30 |
2011-05-30 | dbus_g_proxy_add_signal: document error cases | Simon McVittie | 1 | -1/+4 |
2011-05-27 | dbus-gobject: check various preconditions for methods | Simon McVittie | 1 | -3/+26 |
2011-05-27 | dbus-gobject: move weakref to ObjectExport, with ObjectRegistration pointing ... | Simon McVittie | 1 | -30/+59 |
2011-05-27 | dbus_g_connection_register_g_object: only hook onto signals on first use | Simon McVittie | 1 | -32/+16 |
2011-05-27 | dbus_g_connection_register_g_object: attach ObjectExport first | Simon McVittie | 1 | -11/+9 |
2011-05-27 | dbus-gobject: wrap the GSList of registrations in a simple struct | Simon McVittie | 1 | -26/+51 |
2011-05-27 | Allow <annotation> inside <property> too | Simon McVittie | 1 | -2/+2 |
2011-05-27 | Allow signal annotations in dbus-binding-tool | Christian Dywan | 1 | -1/+0 |
2011-05-17 | dbus_g_connection_unregister_g_object: only unregister from @connection | Simon McVittie | 1 | -2/+6 |
2011-05-17 | fd.o #32087: emit signals on the appropriate connections | Simon McVittie | 1 | -18/+5 |