On interrupted start, unlink from console wait queue.
[oweals/dinit.git] / src / dinit-log.cc
2017-06-12 Davin McCallOn interrupted start, unlink from console wait queue.
2017-05-24 Davin McCallFix pointer bug in logging.
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-21 Davin McCallClean up some TODOs
2016-06-18 Davin McCallAdd a method to discard the console log buffer contents.
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-15 Davin McCallWrite log messages which cross the circular buffer...
2016-06-11 Davin McCallMap dinit-log log levels to syslog log levels
2016-06-11 Davin McCallEnable logging to syslog. v0.02
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-06 Davin McCallWhitespace fixes v0.01
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-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 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 McCallIntroduce method to enable/disable console logging...
2016-01-05 Davin McCallMove source files int src directory