summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Bug 19623 - Add dbus_g_bus_get_privateHEADmasterStian Skjelstad2-0/+44
2009-07-16Release 0.82Colin Walters1-1/+1
2009-07-16Test for git-log in Makefile.am should just be for git nowColin Walters1-4/+4
2009-07-16Bug 18294 - Be defensive about a possibly NULL property stringAlban Crequy1-2/+2
2009-07-16Bug 20343 - Add a man page for dbus-binding-toolBrian Cameron2-1/+299
2009-07-16build: fix undefined macro: AM_PROG_LIBTOOL with recent libtoolMarc-André Lureau2-0/+2
2009-07-16Bugg 22244 - Only include <glib.h>, not individual headersLuis Menina1-1/+1
2009-07-15Clean up some compilation warningsColin Walters3-6/+6
2009-07-15Add missing prototype for dbus_g_connection_unregister_g_objectColin Walters1-0/+2
2009-07-15Bug 21753 - Correctly initialize GValues in dbus-binding-tool generated codeBrian Tarricone1-4/+8
2009-07-01Bug 21362 - Remove use of deprecated symbolsJason Leach7-22/+22
2009-06-09Merge branch '13908-autoinit'Simon McVittie5-24/+116
2009-06-09fd.o #13908: silently initialize specialized types whenever requiredSimon McVittie4-23/+101
2009-05-28Merge branch '20716-with-dbus-binding-tool'Simon McVittie6-14/+19
2009-05-28Merge branch '5688-survive-disconnection'Simon McVittie5-2/+118
2009-05-28Merge part of branch '5688-survive-disconnection'Simon McVittie4-25/+189
2009-05-07Merge branch '16776-make-dbus-errors-throwable'Simon McVittie5-3/+94
2009-04-27Merge branch '20884-proxy-manager-replace-name-owner'Simon McVittie1-3/+10
2009-04-16Merge branch '20886-configure-cleanup'Simon McVittie2-317/+0
2009-04-16Bug 19927 - Use const for GError * param we're not modifyingColin Walters2-2/+2
2009-04-16Bug 20879 - Use --skip-source argument for glib-genmarshalVincent Untz1-0/+1
2009-04-16fd.o #21219: regression testSimon McVittie3-1/+93
2009-04-16dbus-gobject: save the ObjectRegistration on each object, not just the pathSimon McVittie1-7/+13
2009-04-16fd.o #21219: implement unregistration of objectsSimon McVittie2-1/+25
2009-04-16fd.o #5688: Add a regression testSimon McVittie3-1/+94
2009-04-16fd.o #5688: don't assert when exported object is destroyed *after* D-Bus conn...Simon McVittie1-23/+88
2009-04-15add --with-dbus-binding-tool option to use an external dbus-binding-toolPeter Korsgaard6-14/+19
2009-03-26dbus_g_type_specialized_init: make some effort at being thread-safeSimon McVittie1-6/+15
2009-03-26fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory...Simon McVittie1-3/+10
2009-03-26Remove all sorts of libdbus cruft from configure.acSimon McVittie2-103/+0
2009-03-26Don't check for atomic integer opsSimon McVittie1-26/+0
2009-03-26Don't check whether va_copy worksSimon McVittie1-75/+0
2009-03-26configure.ac: Don't check endiannessSimon McVittie1-3/+0
2009-03-26Don't define DBUS_API_SUBJECT_TO_CHANGESimon McVittie1-2/+0
2009-03-26configure.ac: don't check the sizes of integersSimon McVittie1-105/+0
2009-03-26Remove CXX cruft from configure.acSimon McVittie1-3/+0
2009-03-26Bug #16776: add a regression testSimon McVittie4-0/+28
2009-03-26Bug 16776: teach dbus_g_method_return_error about DBUS_GERRORSimon McVittie1-3/+66
2009-03-26Bug 13908: make dbus_g_type_specialized_init() safe for library users to callMikkel Kamstrup Erlandsen2-1/+6
2009-03-17Use g_strdup instead of strdup in dbus_g_method_get_senderSjoerd Simons1-5/+1
2009-02-05Bug 14183 - Listen to NameOwnerChanged using arg0 matchingColin Walters1-28/+29
2009-02-05Use -fno-strict-aliasing by defaultColin Walters1-0/+8
2009-02-03Fix format-security warningFrederic Crozat1-1/+1
2009-02-03Bump configure for unstable cycleColin Walters1-1/+1
2009-02-03Release 0.80Colin Walters1-1/+1
2009-02-02Bug 19065 - handle nested nodes in dbus-binding-toolColin Walters6-51/+85
2009-01-30Bug 19325 - parallel build fixDoug Goldstein1-4/+4
2009-01-30Bug 19259: Always use /etc/bash_completion.dColin Walters1-2/+2
2009-01-27Bug 19647: Move test-types inside run-test to avoid dep on existing session busColin Walters2-1/+2
2009-01-27Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbus-glibColin Walters7-2/+361