summaryrefslogtreecommitdiff
path: root/src/err.hpp
AgeCommit message (Collapse)Author
2010-03-12Implement flow controlMartin Hurton
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types.
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-10errors are never predicted in branch prediction (likely/unlikely macros added)Martin Sustrik
2009-10-01windows error handling improvedunknown
2009-08-31POSIX threads don't use errno to report errorsMartin Hurton
Fix simple_semaphore to follow POSIX threads convention for reporting errors.
2009-08-08lockfree interaction patter for 3 theads implementedMartin Sustrik
2009-08-03renamed from zs to zmqMartin Sustrik
2009-07-29initial commitMartin Sustrik