Simplify dependency checking logic.
[oweals/dinit.git] / src / control.h
2017-06-16 Davin McCallRefactoring: split loading service from directory into...
2017-06-15 Davin McCallRename various classes/functions for consistency.
2017-06-15 Davin McCallRename ServiceRecord to service_record for consistency
2017-03-27 Davin McCallUpdate Dasynq library and API usage
2017-03-19 Davin McCallUpdate Dasynq library, and API usage throughout.
2017-03-12 Davin McCallUpdate dasynq library, and make appropriate changes...
2016-06-24 Davin McCallUse getWatchFd() from dasynq::FdWatcher rather than...
2016-06-23 Davin McCallImplement "list services" command in control protocol...
2016-06-18 Davin McCallUpdate Dasynq, again, and update Dinit code to reflect...
2016-06-16 Davin McCallYet another Dasynq update
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-14 Davin McCallMake control socket handling safer and fix an inverted...
2016-06-13 Davin McCallRework control protocol handling a little.
2016-06-12 Davin McCallUse a BidiFdWatcher for control connections. One step...
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-16 Davin McCallMake CPBuffer a template, parameterized by buffer size
2016-01-13 Davin McCallAdd support for unpin command in dinitctl (includes...
2016-01-11 Davin McCallMake sure to initialise all members of ControlConn
2016-01-05 Davin McCallMove source files int src directory