aleks-f b153850188 FIFOBuffer EOF and error support
FIFOBuffer now supports EOF and error conditions. If EOF flag is set,
buffer will not accept writing but will allow reading of the remainder
of data. After it is emptied, buffer remains in EOF state until flag is
cleared. Setting error flag, immediately empties the buffer and prevents
any I/O operation until flag is cleared. Flag setting will trigger
transiton notifications (if notifications are enabled). For details, see
the code diffs.
2013-01-02 23:19:07 -06:00
2012-12-12 23:02:20 -06:00
2012-12-12 23:02:20 -06:00
2012-12-26 22:24:49 -06:00
2012-04-23 01:14:34 +00:00
2012-12-12 23:02:20 -06:00
2012-12-12 23:02:20 -06:00
2012-12-12 23:02:20 -06:00
2012-12-12 23:02:20 -06:00
2012-11-11 11:20:31 +01:00
2012-12-15 11:11:48 -06:00
2012-12-15 23:59:57 -02:00
2012-04-23 01:14:34 +00:00
2012-11-11 09:57:01 +01:00
2012-06-26 12:40:26 +00:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2012-12-26 18:30:52 -06:00
2012-12-16 13:52:39 -06:00
2012-04-23 10:51:39 +00:00
2012-12-16 22:55:16 -06:00
2012-04-29 18:52:25 +00:00
2012-04-23 01:14:34 +00:00
2012-04-29 18:52:25 +00:00
2012-12-16 22:55:16 -06:00

POCO C++ Libraries

When contributing to POCO, please adhere to our coding styleguide: http://www.appinf.com/download/CppCodingStyleGuide.pdf

We use the branching model described in this article: http://nvie.com/posts/a-successful-git-branching-model/

All text file line endings in the repository must be Unix-style (LF). This includes Visual Studio project and solution files (.sln, .vcproj, .vcxproj, .vcxproj.filters).

Languages
C 50.8%
C++ 47.8%
CMake 0.5%
Makefile 0.2%
JavaScript 0.2%
Other 0.3%