Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-15 | Properly handle dbus send attempts on a closed connection | Stephen Gallagher | 1 | -22/+3 | |
dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error. | |||||
2010-03-08 | Reopen logs when SIGHUP is caught | Jakub Hrozek | 1 | -0/+13 | |
Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+195 | |
Also update BUILD.txt |