Update Dasynq to 1.0.2.
[oweals/dinit.git] / src / dinit.cc
2017-12-18 Davin McCallUpgrade bundled Dasynq to 1.0.1.
2017-07-04 Davin McCallMore camelCase to under_score renaming.
2017-07-04 Davin McCallConsolidate linux-specific code.
2017-07-04 Davin McCallVarious renaming of camelCase to underscored_name for...
2017-07-03 Davin McCall(Linux) set dinit as child subreaper.
2017-06-19 Davin McCallClean up some TODOs.
2017-06-16 Davin McCallBeginnings of automated test suite.
2017-06-16 Davin McCallRefactoring: split loading service from directory into...
2017-06-15 Davin McCallRename various classes/functions for consistency.
2017-06-08 Davin McCallRemove no-longer-relevant comment.
2017-06-08 Davin McCallEnable SIGQUIT in child processes.
2017-06-08 Davin McCallSignal handling improvements.
2017-06-08 Davin McCallPerform sync() if we fail to exec shutdown.
2017-06-08 Davin McCallWait for user acknowledgement before rebooting on boot...
2017-06-08 Davin McCallMinor error-handling cleanups.
2017-06-08 Davin McCallHandle different termination signals differently (fix...
2017-04-26 Davin McCallProvide and use fallbacks for POSIX functions extended...
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-30 Davin McCallRemove use of strcpy in favour of memcpy (save the...
2016-06-24 Davin McCallUse getWatchFd() from dasynq::FdWatcher rather than...
2016-06-23 Davin McCallIgnore SIGPIPE to prevent sudden exit when control...
2016-06-21 Davin McCallMake SIGQUIT perform immediate shutdown ("shutdown...
2016-06-18 Davin McCallDon't display "can't bind socket: read only file sytem...
2016-06-18 Davin McCallSeparate the commencement of logging and the opening...
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-12 Davin McCallCatch a broader range of exceptions when creating a...
2016-06-11 Davin McCallEnable logging to syslog. v0.02
2016-06-05 Davin McCallMake all log messages go via the log buffer.
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 McCallOnly enable console logging via the service layer ...
2016-01-16 Davin McCallIntroduce method to enable/disable console logging...
2016-01-15 Davin McCallUse $HOME/dinit.d for default service directory if...
2016-01-05 Davin McCallMove source files int src directory