summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [configure] Release 0.86dbus-glib-0.86Colin Walters2010-03-241-1/+1
* core: performance optimization for object info lookupDan Williams2010-03-241-13/+18
* core: allow duplicate property names on GInterfacesDan Williams2010-03-249-19/+627
* [dbus-gobject.c] Trivial compiler warning fixesColin Walters2010-03-241-2/+1
* Remove dbus-glib-undeclared.txt from git; it's a generated fileColin Walters2010-03-241-0/+0
* [configure.ac] Use AM_SILENT_RULES if availableColin Walters2010-03-241-0/+2
* Free errors returned by method implementationsWill Thompson2010-03-161-0/+4
* turn the gtk-doc documentation into buildable shapeSven Herzberg2010-03-081-3/+3
* Fix hyphenated error codes correctlyColin Walters2010-03-025-4/+44
* Revert "Squash underscores and dashes in errors when converting to DBus errors"Colin Walters2010-03-021-11/+2
* Remove dbus-glib-undocumented.txt from gitColin Walters2010-03-021-60/+0
* Squash underscores and dashes in errors when converting to DBus errorsColin Walters2010-02-151-2/+11
* Release 0.84dbus-glib-0.84Colin Walters2010-01-271-1/+1
* Add GMainContext to dbus_g_bus_get_private, add a test caseColin Walters2010-01-273-1/+25
* Fix compilation of dbus-gvalue.cColin Walters2010-01-271-0/+1
* Add note about non-maintenance of NEWSColin Walters2010-01-271-0/+7
* dbus-gvalue: set an error when demarshal_basic doesn't recognize typeAndres Salomon2010-01-271-2/+1
* Fix bad NAME in dbus-binding-tool man pageJiří Klimeš2010-01-271-1/+1
* Import dbus-bus-introspect.xml upstreamColin Walters2010-01-154-24/+81
* Merge remote branch 'upstream/master'Simon McVittie2009-11-251-7/+10
|\
| * Don't leak DBusGMethodInvocation for no-reply callsWill Thompson2009-11-161-7/+10
* | Merge remote branch 'wjt/duplicate-registrations'Simon McVittie2009-09-293-50/+162
|\ \
| * | Copy object registration list when unregistering.Will Thompson2009-09-121-1/+7
| * | Only re-set registration list if it's non-emptyWill Thompson2009-09-121-1/+3
| * | Support duplicate object registrationsColin Walters2009-09-123-50/+154
* | | Merge branch '20936-fsf-address'Simon McVittie2009-09-2934-35/+35
|\ \ \ | |_|/ |/| |
| * | fd.o #20936: Fix another couple of instances of the old FSF addressSimon McVittie2009-06-093-3/+3
| * | fd.o #20936: Update FSF addressTobias Mueller2009-06-0931-32/+32
* | | Bug 19623 - Add dbus_g_bus_get_privateStian Skjelstad2009-09-182-0/+44
| |/ |/|
* | Release 0.82dbus-glib-0.82Colin Walters2009-07-161-1/+1
* | Test for git-log in Makefile.am should just be for git nowColin Walters2009-07-161-4/+4
* | Bug 18294 - Be defensive about a possibly NULL property stringAlban Crequy2009-07-161-2/+2
* | Bug 20343 - Add a man page for dbus-binding-toolBrian Cameron2009-07-162-1/+299
* | build: fix undefined macro: AM_PROG_LIBTOOL with recent libtoolMarc-André Lureau2009-07-162-0/+2
* | Bugg 22244 - Only include <glib.h>, not individual headersLuis Menina2009-07-161-1/+1
* | Clean up some compilation warningsColin Walters2009-07-153-6/+6
* | Add missing prototype for dbus_g_connection_unregister_g_objectColin Walters2009-07-151-0/+2
* | Bug 21753 - Correctly initialize GValues in dbus-binding-tool generated codeBrian Tarricone2009-07-151-4/+8
* | Bug 21362 - Remove use of deprecated symbolsJason Leach2009-07-017-22/+22
|/
* Merge branch '13908-autoinit'Simon McVittie2009-06-095-24/+116
|\
| * fd.o #13908: silently initialize specialized types whenever requiredSimon McVittie2009-06-094-23/+101
| * dbus_g_type_specialized_init: make some effort at being thread-safeSimon McVittie2009-03-261-6/+15
| * Bug 13908: make dbus_g_type_specialized_init() safe for library users to callMikkel Kamstrup Erlandsen2009-03-262-1/+6
* | Merge branch '20716-with-dbus-binding-tool'Simon McVittie2009-05-286-14/+19
|\ \
| * | add --with-dbus-binding-tool option to use an external dbus-binding-toolPeter Korsgaard2009-04-156-14/+19
| |/
* | Merge branch '5688-survive-disconnection'Simon McVittie2009-05-285-2/+118
|\ \
| * | fd.o #21219: regression testSimon McVittie2009-04-163-1/+93
| * | fd.o #21219: implement unregistration of objectsSimon McVittie2009-04-162-1/+25
* | | Merge part of branch '5688-survive-disconnection'Simon McVittie2009-05-284-25/+189
|\ \ \ | |/ /
| * | dbus-gobject: save the ObjectRegistration on each object, not just the pathSimon McVittie2009-04-161-7/+13