Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-29 | Fix message handling for autostart. | Claudio Takahasi | 1 | -0/+3 | |
Current implementation of libdbus Request name is blocking, consequently the first incomming message that triggered the service autostart is not being processed properly. | |||||
2009-09-24 | gdbus: handle introspection generally in generic_message. | RISKÓ Gergely | 1 | -43/+59 | |
Previously it was a specific case, now introspection is just another interface, which is always implemented. It is registered/unregistered when an object path is referenced first/last. | |||||
2009-09-14 | Add introspection interface to the output of introspection calls | RISKÓ Gergely | 1 | -1/+7 | |
This provides better compatibility with some D-Bus clients, such as qdbus. | |||||
2009-08-24 | Convert to fully non-recursive build system | Marcel Holtmann | 1 | -8/+0 | |
2009-08-08 | Use NameHasOwner instead of ListNames for name checking | Johan Hedberg | 1 | -15/+9 | |
2009-08-06 | Fix blocking service watch initial connect handling | Marcel Holtmann | 3 | -46/+96 | |
2009-05-11 | Make the parent path invalidateable | Denis Kenzior | 1 | -1/+5 | |
2009-05-06 | Fix crash when calling g_dbus_remove_watch from watch callback | Luiz Augusto von Dentz | 1 | -10/+41 | |
2009-04-26 | Add D-Bus helper library for GLib integration | Marcel Holtmann | 5 | -0/+1540 | |