summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWS, release 0.102dbus-glib_0.102Simon McVittie2014-02-122-4/+15
* ignore more Automake droppingsSimon McVittie2014-02-121-0/+2
* dbus-binding-tool: check for valid interface, member and property namesSimon McVittie2014-01-142-1/+46
* dbus_g_value_build_g_variant(): Fix NULL string caseXavier Claessens2014-01-141-1/+4
* dbus_g_value_build_g_variant(): Fix NULL strv caseXavier Claessens2014-01-141-1/+4
* Fix yet another leak, this one caused by poor documentation (#29195)Simon McVittie2013-10-211-0/+7
* Add a list of Valgrind suppressions for false-positivesSimon McVittie2013-10-212-0/+361
* Add infrastructure for running tests under valgrindSimon McVittie2013-10-214-0/+39
* test-dbus-glib: free numerous leaked objects, and clean up more thoroughlySimon McVittie2013-10-211-4/+26
* Separate the test for shared-bus equivalence into its own binarySimon McVittie2013-10-215-6/+142
* test-types: use a private bus, and close it afterwardsSimon McVittie2013-10-211-3/+5
* registrations test: run the connections to completion and call dbus_shutdownSimon McVittie2013-10-211-2/+6
* 30574 test: use a private bus so we can free it more thoroughlySimon McVittie2013-10-211-1/+9
* test-variant-recursion: use a private bus so we can free it more thoroughlySimon McVittie2013-10-211-2/+10
* test-variant-recursion: free our GValues and the output string correctlySimon McVittie2013-10-211-19/+26
* registrations test: bin some unused variablesSimon McVittie2013-10-211-3/+0
* interfaces test: don't call an undefined function on failure, just use set -eSimon McVittie2013-10-211-1/+3
* test-client: wait for disconnection, to get more state freedSimon McVittie2013-10-211-1/+14
* test-client: don't leak NodeInfo and one proxySimon McVittie2013-10-211-0/+4
* 30574 test: don't leak two messages and a pending call per runSimon McVittie2013-10-211-0/+3
* Add a regression test for CVE-2013-0292Simon McVittie2013-10-212-0/+268
* Update HACKING for current statusSimon McVittie2013-10-211-6/+9
* Bring back NEWSSimon McVittie2013-10-211-4/+368
* README: replace with a deprecation warningSimon McVittie2013-10-211-28/+5
* Avoid underlinking internal library libdbus-gtool.laSimon McVittie2013-10-211-1/+6
* tests: fix under-linkingSimon McVittie2013-10-211-0/+1
* Merge tag 'dbus-glib_0.100.2'Simon McVittie2013-02-250-0/+0
|\
| * 0.102: respin tarballdbus-glib_0.100.2Simon McVittie2013-02-251-1/+1
* | use AC_CONFIG_HEADERS, not AM_CONFIG_HEADERMarko Lindqvist2013-02-251-1/+1
* | Merge tag 'dbus-glib_0.100.1'Simon McVittie2013-02-151-3/+4
|\ \ | |/
| * 0.100.1 point releasedbus-glib_0.100.1Simon McVittie2013-02-151-1/+1
| * CVE-2013-0292: dbus-gproxy: Verify sender of NameOwnerChanged signals to be o...Colin Walters2013-02-151-3/+4
* | 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