summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-08HACKING: Fix release URL; be honest about NEWSdbus-glib_0.90Will Thompson1-4/+4
2010-11-08Makefile.am: Remove ChangeLog's spurious FORCE dependencyWill Thompson1-1/+1
2010-11-08Release version 0.90Will Thompson1-1/+1
2010-11-08Build test/ before its subdirs.Will Thompson1-1/+1
2010-11-08Fix switching a connection's GMainContextMike Gorse5-3/+106
2010-10-14Merge branch 'type-names'Simon McVittie3-5/+45
2010-10-14Merge branch 'gvariant'Simon McVittie14-2709/+1397
2010-10-14copy arrays of 'o', 'g' from GVariant without constructing a format string pr...Simon McVittie1-3/+2
2010-10-14output unhandled GVariantClass as ASCII if possibleSimon McVittie1-2/+3
2010-10-14Add dbus_g_value_parse_g_variant to gtkdocSimon McVittie1-0/+1
2010-10-14dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docsSimon McVittie1-2/+2
2010-10-14Adjust syntax to avoid relying on array/pointer dualitySimon McVittie1-2/+2
2010-10-14dbus_g_value_basic_array_parse_variant: allow the fast path to be takenSimon McVittie1-1/+1
2010-10-13Test dbus_g_value_parse_g_variantSimon McVittie1-0/+283
2010-10-13dbus_g_value_build_g_variant: cope with empty arrays, mapsSimon McVittie1-2/+112
2010-10-13dbus_g_type_specialized_map_append: document that the value contents are stolenSimon McVittie1-2/+2
2010-10-13fd.o #30428: add dbus_g_value_parse_g_variantSimon McVittie4-0/+568
2010-10-13replace remnants of gcov support with lcov.am from telepathy-glibSimon McVittie3-26/+52
2010-10-12Remove gcov decoder, which hasn't worked since dbus-glib left libdbusSimon McVittie3-2678/+2
2010-10-12Test dbus_g_value_build_g_variant for various fixed arraysSimon McVittie1-0/+217
2010-10-12Actually run test/core/test-gvariantSimon McVittie1-0/+1
2010-10-12Give specialized GArrays iteration/appending supportSimon McVittie1-2/+160
2010-10-05Free looked up function name in dbus binding toolChristian Dywan1-4/+7
2010-10-05Always free method_c_name in dbus binding toolChristian Dywan1-2/+9
2010-10-05Free path string after emission in in statemachine server exampleChristian Dywan1-0/+1
2010-10-05Plug leak of expected_str in threaded server testChristian Dywan1-0/+1
2010-10-05Dereference main loop once variant recursion test is doneChristian Dywan1-0/+2
2010-10-05Remove unused method attribute variables in introspect_interfacesChristian Dywan1-4/+0
2010-09-28Add DBusGObjectPath, DBusGSignature typedefsSimon McVittie3-5/+45
2010-08-12configure: Release 0.88dbus-glib_0.88Colin Walters1-1/+1
2010-08-11Respect property access flags for writing, allow disabling for readsColin Walters7-72/+601
2010-08-09Consolidate LDADD variables in tests/examples and make them more completeSimon McVittie4-29/+25
2010-08-09Add various tests etc. to .gitignoreSimon McVittie1-0/+7
2010-08-09Add Libtool m4 to .gitignoreSimon McVittie1-0/+5
2010-08-05Merge remote branch 'danni/gvalue-to-gvariant'Will Thompson6-2/+593
2010-07-22Refer to dbus_g_connection_flush rather than the plain dbus callChristian Dywan1-3/+3
2010-07-14Support DBUS_TYPE_G_SIGNATUREDanielle Madeley2-0/+23
2010-07-14Test test_g_variant_equivalent itselfDanielle Madeley1-0/+144
2010-07-14Write a recursive equivalence function for testing the equivalence of GVariantsDanielle Madeley1-8/+106
2010-07-14Tests for GValue-to-GVariantDanielle Madeley2-1/+197
2010-07-14fd.o #28715: Add dbus_g_value_build_g_variant()Danielle Madeley3-0/+130
2010-07-14Bumping required GLib to 2.24 for GVariantDanielle Madeley1-1/+1
2010-07-01Fix lookup of regular properties when shadow properties are usedDan Williams1-1/+2
2010-05-04fd.o #27958: dbus_g_error_domain_register: rewrite the documentationSimon McVittie1-5/+25
2010-05-04Merge branch '14579-remove-before-cancel'Simon McVittie1-2/+1
2010-04-27Put the G_OS_WIN32 check where it can be defined.Fridrich Štrba1-2/+3
2010-04-27Fix linking of tests. On windows, undefined symbols are not allowed and symbo...Fridrich Štrba2-2/+2
2010-04-27Use EXEEXT so that we satisfy dependencies when cross-compilingFridrich Štrba2-13/+13
2010-04-26core: don't pass malformed error interface to dbus (rh#581794)Dan Williams5-6/+35
2010-04-26Disable test-profile on win32 for nowColin Walters1-2/+11