summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor_sbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle errors during log reopening betterStephen Gallagher2010-11-051-1/+2
|
* Write log opening failures to the syslogStephen Gallagher2010-10-191-1/+1
| | | | | If there is a problem with reopening the logs, it can be an audit trail issue.
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-171-3/+6
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-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.
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-081-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
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+195
Also update BUILD.txt