summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a feature test for fd.o #23633, non-default main contextbaserock/morphSimon McVittie2012-12-044-0/+277
* test-profile: exit a bit more gracefullySimon McVittie2012-12-041-0/+6
* test-profile: actually initialize GLib, if requiredSimon McVittie2012-12-041-0/+4
* Remove check for abstract sockets, not relevant to dbus-glibSimon McVittie2012-12-043-87/+1
* 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-196-399/+492
* _dbus_gvalue_utils_test: don't call private APISimon McVittie2012-11-191-1/+0
* Use more modern assertions in errors testSimon McVittie2012-11-191-3/+2
* Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie2012-11-196-40/+111
* Remove --with-socket-dir, use /tmp for its only useSimon McVittie2012-11-192-11/+1
* Move AC_ARG_ENABLE for checks/assertions closer to where it takes effectSimon McVittie2012-11-191-4/+9
* Remove remnants of DBUS_DISABLE_CHECKSSimon McVittie2012-11-191-1/+0
* Remove remnants of DBUS_DISABLE_ASSERTSimon McVittie2012-11-192-2/+1
* Remove unused support for "verbose mode"Simon McVittie2012-11-192-17/+1
* Use standard autotools @abs_top_builddir@ to replace TEST_SERVICE_BINARY etc.Simon McVittie2012-11-196-25/+5
* 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