summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove EXPANDED_LOCALSTATEDIR etc., no longer neededSimon McVittie2012-11-191-55/+0
* | my_object_unsafe_disable_legacy_property_access: have the right signatureSimon McVittie2012-06-282-3/+6
* | Development versionSimon McVittie2012-06-251-1/+1
* | Fix documentation upload target for recent gtk-docSimon McVittie2012-06-251-1/+1
|/
* Fix builds without testsdbus-glib_0.100Simon McVittie2012-06-251-0/+5
* Prepare version 0.100Simon McVittie2012-06-251-2/+2
* Fix two crashes when dbus_g_proxy_new_for_peer is used on a busSimon McVittie2012-06-255-2/+156
* Add a utility function to tear down a private connection in testsSimon McVittie2012-06-257-4/+129
* Fix build error with -Werror=format-securityMatthias Klose2012-06-251-1/+1
* Move use of 0 as an error domain into the invalid-usage testSimon McVittie2012-04-172-26/+25
* Add a manual test for various invalid behaviourSimon McVittie2012-04-175-2/+326
* Remove tests in test-dbus-glib which basically just test error mappingSimon McVittie2012-04-173-90/+0
* Add a new test for error mappingSimon McVittie2012-04-174-0/+336
* MyObject: make ThrowError, AsyncThrowError throw a caller-specified errorSimon McVittie2012-04-172-14/+40
* test-dbus-glib.c isn't GTest yet, but add bug numbers anywaySimon McVittie2012-04-171-0/+4
* Add copyright/licensing information to test-dbus-glibSimon McVittie2012-04-171-0/+26
* 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
* test-service-glib: Fix build with GLib 2.30Colin Walters2012-01-081-1/+0
* autogen.sh: Honor NOCONFIGURE=1 environment variableColin Walters2012-01-081-10/+14
* Support building on AndroidDerek Foreman2011-11-033-0/+45
* Micro versionSimon McVittie2011-09-301-1/+1
* Prepare 0.98dbus-glib_0.98Simon McVittie2011-09-301-2/+2
* invoke_object_method: simplify how we returnSimon McVittie2011-09-301-4/+1
* dbus-gobject: centralize death-by-OOM and use oom() instead of gotoSimon McVittie2011-09-301-18/+19
* Fix various minor documentation bugsSimon McVittie2011-09-287-28/+60
* specialized types: improve documentation and document more thingsSimon McVittie2011-09-283-55/+388
* dbus_g_type_collection_value_iterate, etc.: check that the type is suitableSimon McVittie2011-09-281-4/+25
* dbus_g_type_collection_get_fixed: check preconditions on the type and vtableSimon McVittie2011-09-281-4/+10
* dbus-gtype-specialized: warn if vtables have missing callbacksSimon McVittie2011-09-281-1/+18
* Tidy up docs for DBusGError and its pseudo-methodsSimon McVittie2011-09-282-16/+18
* Make gtk-doc DOC_SOURCE_DIR absolute, fixing out-of-tree docsSimon McVittie2011-09-271-13/+38
* DBusGProxy: be more pedantic about boolean returnsSimon McVittie2011-09-271-5/+5
* DBusGProxy: misc documentation tidyingSimon McVittie2011-09-272-9/+32
* DBusGProxy: make argument names in declaration, definition and docs consistentSimon McVittie2011-09-272-35/+32
* DBusGProxy: mark struct contents as privateSimon McVittie2011-09-271-0/+2
* Remove declaration of dbus_pending_call_get_g_type, which doesn't existSimon McVittie2011-09-272-10/+0
* Add DBUS_TYPE_CONNECTION, DBUS_TYPE_MESSAGE to the docs, and document them be...Simon McVittie2011-09-272-5/+12
* Tidy up docs for DBusGMessageSimon McVittie2011-09-272-11/+19
* Clean up docs for DBusGConnectionSimon McVittie2011-09-272-10/+18
* Ignore non-API source files correctlySimon McVittie2011-09-271-7/+10
* Remove stray empty subsectionSimon McVittie2011-09-271-3/+0
* Mention which header to include in the gtk-docSimon McVittie2011-09-271-0/+8
* Add some missing symbols to the docsSimon McVittie2011-09-271-0/+6
* Micro versionSimon McVittie2011-09-211-1/+1
* dbus-glib 0.96dbus-glib_0.96Simon McVittie2011-09-211-2/+2
* test-dbus-glib: make lose() abort, and make lose_gerror() more informativeSimon McVittie2011-08-171-17/+4
* get_all_object_properties: if _dbus_gvalue_marshal fails, bail outSimon McVittie2011-08-171-2/+25