| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-04-17 | Move use of 0 as an error domain into the invalid-usage testHEADmaster | Simon McVittie | 2 | -26/+25 |
| 2012-04-17 | Add a manual test for various invalid behaviour | Simon McVittie | 5 | -2/+326 |
| 2012-04-17 | Remove tests in test-dbus-glib which basically just test error mapping | Simon McVittie | 3 | -90/+0 |
| 2012-04-17 | Add a new test for error mapping | Simon McVittie | 4 | -0/+336 |
| 2012-04-17 | MyObject: make ThrowError, AsyncThrowError throw a caller-specified error | Simon McVittie | 2 | -14/+40 |
| 2012-04-17 | test-dbus-glib.c isn't GTest yet, but add bug numbers anyway | Simon McVittie | 1 | -0/+4 |
| 2012-04-17 | Add copyright/licensing information to test-dbus-glib | Simon McVittie | 1 | -0/+26 |
| 2012-04-17 | Form a valid D-Bus error name if an unmapped error has a negative code | Simon McVittie | 1 | -1/+2 |
| 2012-04-17 | If an error code is out of range for its domain, warn about it | Simon McVittie | 1 | -1/+9 |
| 2012-04-17 | Don't crash in gerror_domaincode_to_dbus_error_name if code is out of range | David Woodhouse | 1 | -1/+2 |
| 2012-03-09 | dbus_g_value_parse_variant: fix several GVariant ref leaks | Simon McVittie | 1 | -18/+38 |
| 2012-01-08 | test-service-glib: Fix build with GLib 2.30 | Colin Walters | 1 | -1/+0 |
| 2012-01-08 | autogen.sh: Honor NOCONFIGURE=1 environment variable | Colin Walters | 1 | -10/+14 |
| 2011-11-03 | Support building on Android | Derek Foreman | 3 | -0/+45 |
| 2011-09-30 | Micro version | Simon McVittie | 1 | -1/+1 |
| 2011-09-30 | Prepare 0.98dbus-glib_0.98 | Simon McVittie | 1 | -2/+2 |
| 2011-09-30 | invoke_object_method: simplify how we return | Simon McVittie | 1 | -4/+1 |
| 2011-09-30 | dbus-gobject: centralize death-by-OOM and use oom() instead of goto | Simon McVittie | 1 | -18/+19 |
| 2011-09-28 | Fix various minor documentation bugs | Simon McVittie | 7 | -28/+60 |
| 2011-09-28 | specialized types: improve documentation and document more things | Simon McVittie | 3 | -55/+388 |
| 2011-09-28 | dbus_g_type_collection_value_iterate, etc.: check that the type is suitable | Simon McVittie | 1 | -4/+25 |
| 2011-09-28 | dbus_g_type_collection_get_fixed: check preconditions on the type and vtable | Simon McVittie | 1 | -4/+10 |
| 2011-09-28 | dbus-gtype-specialized: warn if vtables have missing callbacks | Simon McVittie | 1 | -1/+18 |
| 2011-09-28 | Tidy up docs for DBusGError and its pseudo-methods | Simon McVittie | 2 | -16/+18 |
| 2011-09-27 | Make gtk-doc DOC_SOURCE_DIR absolute, fixing out-of-tree docs | Simon McVittie | 1 | -13/+38 |
| 2011-09-27 | DBusGProxy: be more pedantic about boolean returns | Simon McVittie | 1 | -5/+5 |
| 2011-09-27 | DBusGProxy: misc documentation tidying | Simon McVittie | 2 | -9/+32 |
| 2011-09-27 | DBusGProxy: make argument names in declaration, definition and docs consistent | Simon McVittie | 2 | -35/+32 |
| 2011-09-27 | DBusGProxy: mark struct contents as private | Simon McVittie | 1 | -0/+2 |
| 2011-09-27 | Remove declaration of dbus_pending_call_get_g_type, which doesn't exist | Simon McVittie | 2 | -10/+0 |
| 2011-09-27 | Add DBUS_TYPE_CONNECTION, DBUS_TYPE_MESSAGE to the docs, and document them be... | Simon McVittie | 2 | -5/+12 |
| 2011-09-27 | Tidy up docs for DBusGMessage | Simon McVittie | 2 | -11/+19 |
| 2011-09-27 | Clean up docs for DBusGConnection | Simon McVittie | 2 | -10/+18 |
| 2011-09-27 | Ignore non-API source files correctly | Simon McVittie | 1 | -7/+10 |
| 2011-09-27 | Remove stray empty subsection | Simon McVittie | 1 | -3/+0 |
| 2011-09-27 | Mention which header to include in the gtk-doc | Simon McVittie | 1 | -0/+8 |
| 2011-09-27 | Add some missing symbols to the docs | Simon McVittie | 1 | -0/+6 |
| 2011-09-21 | Micro version | Simon McVittie | 1 | -1/+1 |
| 2011-09-21 | dbus-glib 0.96dbus-glib_0.96 | Simon McVittie | 1 | -2/+2 |
| 2011-08-17 | test-dbus-glib: make lose() abort, and make lose_gerror() more informative | Simon McVittie | 1 | -17/+4 |
| 2011-08-17 | get_all_object_properties: if _dbus_gvalue_marshal fails, bail out | Simon McVittie | 1 | -2/+25 |
| 2011-08-17 | get_all_object_properties: note which operations can only fail via OOM | Simon McVittie | 1 | -0/+12 |
| 2011-08-17 | get_all_object_properties: skip invalidly-named properties, with a critical | Simon McVittie | 1 | -0/+9 |
| 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 |