Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-20 | Defer sbus_dispatch() for 30ms during reconnect | Sumit Bose | 1 | -1/+2 | |
2010-03-15 | Properly handle dbus send attempts on a closed connection | Stephen Gallagher | 2 | -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-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -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-23 | Check and set permissions on SBUS sockets | Sumit Bose | 2 | -0/+40 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 7 | -0/+1651 | |
Also update BUILD.txt |