summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 0.104dbus-glib-0.104Simon McVittie2015-02-092-5/+39
* doc: Make the deprecation warning biggerPhilip Withnall2015-02-091-7/+20
* 30574 test: squash some compiler warningsSimon McVittie2015-02-091-2/+1
* Drop unused functionsSimon McVittie2015-02-091-55/+0
* Use GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_MIN_REQUIREDSimon McVittie2015-02-091-0/+4
* Stop calling g_thread_init or linking libgthread-2.0Simon McVittie2015-02-097-7/+4
* Require a modern libdbus and a modern GLibSimon McVittie2015-02-093-14/+8
* Use g_cclosure_marshal_generic for all marshallingSimon McVittie2015-02-093-135/+6
* Remove erroneous assert from connection_setup_add_timeoutMike Gorse2015-02-092-31/+36
* docs: fix a typo in dbus_g_type_get_struct() descriptionJiří Klimeš2014-09-161-1/+1
* docs: fix a typo in dbus_g_type_struct_get()'s docJiří Klimeš2014-09-161-1/+1
* Document the entire library as deprecatedSimon McVittie2014-09-169-44/+332
* Use gtk-doc in no-tmpl mode, moving documentation into the source codeSimon McVittie2014-09-167-3/+28
* Use AC_LANG_PROGRAM to check for socklen_tSimon McVittie2014-09-161-3/+3
* Replace deprecated AM_PROG_LIBTOOL with LT_INITSimon McVittie2014-09-161-1/+1
* Use AC_LANG_PROGRAM in AC_COMPILE_IFELSESimon McVittie2014-09-161-1/+1
* configure.ac: modernize AC_OUTPUTSimon McVittie2014-09-161-1/+2
* demarshal_static_variant: fail gracefully with unknown message typesAlban Crequy2014-09-051-8/+15
* _dbus_gtype_from_signature_iter: fail gracefully with unknown message typesAlban Crequy2014-09-051-2/+9
* tests: only remove sources that have not already been removedSimon McVittie2014-09-051-13/+41
* nano versionSimon McVittie2014-02-122-1/+6
* 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