Fix (remove) noexcept specification for init_log().
[oweals/dinit.git] / src /
2016-06-11 Davin McCallFix (remove) noexcept specification for init_log().
2016-06-11 Davin McCallFull support within the logging subsystem to an externa...
2016-06-11 Davin McCallMore refactoring in preparation for proper logging...
2016-06-11 Davin McCallMinor refactoring
2016-06-07 Davin McCallAvoid hanging if a BGPROCESS is not a child of dinit...
2016-06-06 Davin McCallWhitespace fixes v0.01
2016-06-06 Davin McCallNo need to link libev anymore.
2016-06-06 Davin McCallRefactoring, and actually enable console log in enable_...
2016-06-06 Davin McCallRemove obseleted TODO comment
2016-06-06 Davin McCallAdd console watch for logging once, then enable and...
2016-06-06 Davin McCallUpdate dasynq
2016-06-06 Davin McCallCode documentation - ServiceRecord and ServiceSet....
2016-06-06 Davin McCallRelease on failure to start.
2016-06-05 Davin McCallFix condition in is_log_flushed
2016-06-05 Davin McCallMake all log messages go via the log buffer.
2016-06-05 Davin McCallRefactorings.
2016-06-05 Davin McCallFix style inconsistency in CPBuffer: fillTo -> fill_to
2016-06-05 Davin McCallOpenBSD: use __thrsigdivert as a replacement for sigtim...
2016-06-05 Davin McCallMake selection of epoll/kqueue backend automatic
2016-06-05 Davin McCallBeginnings of kqueue support (far from complete)
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-19 Davin McCallRefactoring. Move buffered output management (variables...
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-16 Davin McCallAdd/correct some comments
2016-01-16 Davin McCallMake CPBuffer a template, parameterized by buffer size
2016-01-15 Davin McCallMakefile improvements (fix clean target), and build...
2016-01-15 Davin McCallUse $HOME/dinit.d for default service directory if...
2016-01-14 Davin McCallRemove some explicit memory deallocation in favor of...
2016-01-14 Davin McCallUse delete[] to delete buffers allocated via new[]
2016-01-14 Davin McCallRemove std::move(...) so that copy ellision can occur.
2016-01-13 Davin McCallAdd support for unpin command in dinitctl (includes...
2016-01-13 Davin McCallAdd support for pinning services to dinitctl
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 McCallVarious changes to match changes to command protocol.
2016-01-11 Davin McCallRefactor/fix control commands, add a few start/stop...
2016-01-11 Davin McCallFix stop(). Give it a boolean argument for 2 modes...
2016-01-11 Davin McCallMake sure to initialise all members of ControlConn
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-10 Davin McCallFix "skip to reply packet" method.
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 McCallFix protocol errors in dinitctl
2016-01-07 Davin McCallMake sure to not write a partial command packet.
2016-01-07 Davin McCalldinitctl: recognize and report FAILEDSTART events.
2016-01-07 Davin McCallRefactoring: remove unneeded method
2016-01-07 Davin McCallMake "dinitctl start" start a service and "dinitctl...
2016-01-06 Davin McCallChange command line and implement stopping of services...
2016-01-06 Davin McCallRename dinit-start to dinitctl, as I think one command...
2016-01-05 Davin McCallMove source files int src directory