Update Dasynq to 1.0.2.
[oweals/dinit.git] / src / cpbuffer.h
2017-06-15 Davin McCallRename various classes/functions for consistency.
2016-06-23 Davin McCallFix bug in buffer pointer calculation
2016-06-15 Davin McCallWrite log messages which cross the circular buffer...
2016-06-05 Davin McCallMake all log messages go via the log buffer.
2016-06-05 Davin McCallFix style inconsistency in CPBuffer: fillTo -> fill_to
2016-01-19 Davin McCallUse non-blocking I/O and event notification for console...
2016-01-16 Davin McCallAdd/correct some comments
2016-01-16 Davin McCallMake CPBuffer a template, parameterized by buffer size
2016-01-07 Davin McCallFix protocol errors in dinitctl
2016-01-05 Davin McCallMove source files int src directory