Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Add conn_name to allow different names for domains and connections | Jan Zeleny | 1 | -1/+1 | |
2010-03-17 | Fix a series of memory leaks in the SBUS | Stephen Gallagher | 1 | -3/+5 | |
2010-03-15 | Properly handle dbus send attempts on a closed connection | Stephen Gallagher | 1 | -22/+5 | |
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-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+142 | |
Also update BUILD.txt |