Yet another Dasynq update
[oweals/dinit.git] / src / service.cc
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-16 Davin McCallUse the start queue instead of starting services immedi...
2016-06-14 Davin McCallMissed processing start/stop queue in one place
2016-06-14 Davin McCallIntroduce a "stop queue" and "start queue" in ServiceSe...
2016-06-14 Davin McCallUse _exit instead of exit after fork
2016-06-12 Davin McCallFix condition for detecting read failure in process_chi...
2016-06-12 Davin McCallCode consistency and documentation update
2016-06-11 Davin McCallEnable logging to syslog. v0.02
2016-06-07 Davin McCallAvoid hanging if a BGPROCESS is not a child of dinit...
2016-06-06 Davin McCallCode documentation - ServiceRecord and ServiceSet....
2016-06-06 Davin McCallRelease on failure to start.
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-19 Davin McCallUse non-blocking I/O and event notification for console...
2016-01-16 Davin McCallIntroduce method to enable/disable console logging...
2016-01-13 Davin McCallMake "pinStart" and "start", and "pinStop" and "stop...
2016-01-12 Davin McCallMark service active if it is started while not active.
2016-01-12 Davin McCallDuring shutdown, let process attrition occur naturally...
2016-01-11 Davin McCallFix stop(). Give it a boolean argument for 2 modes...
2016-01-11 Davin McCallRestore "restart" flag functionality. Services no longe...
2016-01-11 Davin McCallCleanups and refactoring.
2016-01-11 Davin McCallLargish re-work of how dependencies are handled. The...
2016-01-09 Davin McCallRefactoring, and one fix: stopping an already-stopped...
2016-01-09 Davin McCallIntroduce "explicitly started" state flag for services...
2016-01-07 Davin McCallRefactoring: remove unneeded method
2016-01-05 Davin McCallMove source files int src directory