summaryrefslogtreecommitdiff
path: root/src/signaler.cpp
AgeCommit message (Expand)Author
2012-06-01Assertions improvedMartin Sustrik
2012-05-21Use global event to synchronise signaler creation on WindowsMartin Sustrik
2012-05-12Inheritance on signaler's socket on Windows switched offMartin Sustrik
2012-04-22Initialise fd_set once for signler_t objectMartin Sustrik
2012-04-21Select polling mechanisms at one placeMartin Sustrik
2012-04-16Honour --with-poller option for synchronous pollingMartin Sustrik
2012-04-15Report EMFILE/ENFILE from xs_socket()Martin Sustrik
2012-04-14If available, use MSG_NOSIGNAL for send()Martin Sustrik
2012-04-14Set options on new sockets in systematic mannerMartin Sustrik
2012-04-08Set CLOEXEC flag on fds used by signalerMartin Sustrik
2012-03-25Signaler's global event is now accessible by everyoneMartin Sustrik
2012-03-23Add long comment about security problem on Windows platformMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16Small error in a comment fixedMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-10Hangup in signaler creation on Windows fixedMartin Sustrik
2011-11-04Merge branch 'master' of github.com:zeromq/libzmqMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-09-29Use single port for creating signalers on WindowsMartin Sustrik
2011-09-02Close file descriptors on exec (issue 218)Martin Sustrik
2011-07-29Different connecters simplifiedMartin Sustrik
2011-07-18Fix pollin on Cygwin.Steven McCoy
2011-07-18Signaler timeout bug on Windows fixedMartin Sustrik
2011-07-03Merge branch 'master' of github.com:zeromq/libzmqMartin Sustrik
2011-07-03Race condition in eventfd signaler fixedMartin Sustrik
2011-07-03eventfd implementation of the signalerMartin Sustrik
2011-07-03Fix MSVC buildMartin Sustrik
2011-07-03Command are now stored in ypipes instead of in socketpairsMartin Sustrik
2010-11-05signaler renamed to mailboxMartin Sustrik
2010-11-04Automatically resize signalling socket buffer if fullMartin Lucina
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-08Scalability improvements for large amounts of connectionsMartin Lucina
2010-09-08EINTR returned from the blocking functionsMartin Sustrik
2010-09-02Fix for signaler_t on HP-UX and AIX platformsBernd Melchers
2010-08-06Fix uninitialized use of nbytes in signaler fixMartin Lucina
2010-08-05zmq::signaler_t: Restart syscalls on EINTRMartin Lucina
2010-05-12fixes for OpenVMSBrett Cameron
2010-05-04Windows port fixedMartin Sustrik
2010-05-04signaler transports commands per se rather than one-bit signalsMartin Sustrik
2010-04-29windows port fixedMartin Sustrik
2010-04-29signaler rewritten in such a way that any number (>64) of threads can be usedMartin Sustrik
2010-04-29eventfd-style signaling removedMartin Sustrik
2010-04-29fd_signaler_t renamed to signaler_tMartin Sustrik