summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 0.108Simon McVittie2016-09-092-2/+4
| * Update NEWSSimon McVittie2016-08-281-1/+3
| * run-with-tmp-session-bus.sh: use dbus-run-sessionSimon McVittie2016-08-281-21/+3
| * 0.107Simon McVittie2016-01-142-1/+6
| * 0.106Simon McVittie2016-01-142-3/+13
| * manual test: move to test/coreSimon McVittie2016-01-145-33/+11
| * test: stop generating marshallersSimon McVittie2016-01-145-40/+13
| * test: stop calling g_mem_profile(), no longer supportedSimon McVittie2016-01-141-6/+0
| * Enable subdir-objects Automake option to silence warningsSimon McVittie2016-01-141-1/+1
| * Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie2016-01-147-8/+15
| * NEWS: mention GLib 2.47.2, credit ColinSimon McVittie2016-01-041-4/+5
| * NEWSSimon McVittie2016-01-041-1/+6
| * Stop using G_HAVE_INLINEColin Watson2016-01-041-3/+3
| * 0.105Simon McVittie2015-02-092-1/+6
| * 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.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