Minor re-organisation and logging improvements
[oweals/dinit.git] / control.cc
2015-12-30 Davin McCallControl protocol: Remove 'ROLLBACK' command, add a...
2015-12-30 Davin McCallInclude desired state of service in SERVICERECORD packets.
2015-12-29 Davin McCallControl stream: Use a circular receive buffer
2015-12-29 Davin McCallOverhaul of the control protocol.
2015-11-23 Davin McCallAdd a "query version" command to the control protocol.
2015-11-23 Davin McCallControl protocol cleanups.
2015-11-23 Davin McCallComment update.
2015-11-23 Davin McCallFix remaining case of ControlConn being used after...
2015-11-22 Davin McCallIn processPacket() always check the response of queuePa...
2015-11-22 Davin McCallVarious control protocol improvements, still needs...
2015-11-21 Davin McCallIntroduce queuePacket() variant which takes a `const...
2015-11-21 Davin McCallAdd function to queue outgoing packet to a control...
2015-11-19 Davin McCallVarious exception handling fixes and 'noexcept' declara...
2015-11-19 Davin McCallAdd a control command to initiate service rollback...