mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
b153850188b1d9f48f44f28d29239866c3e01474
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.
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).
Description
No description provided
c-plus-plusconfigurationcross-platformdatabase-accesshttp-clienthttp-serverjsonloggingnetworkingpocosqlxml
Readme
325 MiB
Languages
C
50.8%
C++
47.8%
CMake
0.5%
Makefile
0.2%
JavaScript
0.2%
Other
0.3%