summaryrefslogtreecommitdiff
path: root/src/monitor/monitor_sbus.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher1-3/+6
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher1-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-08Reopen logs when SIGHUP is caughtJakub Hrozek1-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-18Rename server/ directory to src/Stephen Gallagher1-0/+195
Also update BUILD.txt