Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-07 | Fix the case when the requested name is already in use | Vinicius Costa Gomes | 1 | -1/+5 | |
We weren't setting the dbus error in this situation. | |||||
2010-01-27 | Remove unneeded use of status variable | Marcel Holtmann | 1 | -8/+2 | |
2010-01-27 | Introduce g_dbus_setup_private() to gdbus | Forrest Zhao | 1 | -13/+52 | |
g_dbus_setup_private() is used to setup private DBusConnection | |||||
2010-01-02 | Cleanup of D-Bus mainloop integration | Marcel Holtmann | 1 | -84/+107 | |
2010-01-01 | Update copyright information of D-Bus helper library | Marcel Holtmann | 1 | -1/+1 | |
2009-12-29 | Port gdbus to use g_dbus_add_signal_watch | Luiz Augusto Von Dentz | 1 | -11/+10 | |
2009-12-16 | Fix D-Bus timeout handling | Daniel Orstadius | 1 | -1/+16 | |
Timeouts should also be removed in the remove_timeout callback in addition to the timeout_handler_free function. This is how dbus-glib does it and it seems to prevent crashes in certain situations. | |||||
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-08-06 | Fix blocking service watch initial connect handling | Marcel Holtmann | 1 | -43/+0 | |
2009-04-26 | Add D-Bus helper library for GLib integration | Marcel Holtmann | 1 | -0/+348 | |