summaryrefslogtreecommitdiff
path: root/src/sbus
AgeCommit message (Collapse)AuthorFilesLines
2010-05-20Defer sbus_dispatch() for 30ms during reconnectSumit Bose1-1/+2
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher2-0/+81
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-04Add forgotten \n in DEBUG statementsMartin Nagy1-2/+2
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too.
2010-02-23Check and set permissions on SBUS socketsSumit Bose2-0/+40
2010-02-18Rename server/ directory to src/Stephen Gallagher7-0/+1651
Also update BUILD.txt