summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-171-4/+1
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-22/+10
| | | | | | | | 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.
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-041-3/+3
| | | | | | 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.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+590
Also update BUILD.txt