summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
AgeCommit message (Expand)Author
2012-04-21xs_shutdown implementedMartin Sustrik
2012-04-20Clock instance removed from surveyor_tMartin Sustrik
2012-04-18Improve efficiency of time measurement in tight loopsMartin Sustrik
2012-04-17XS_SURVEY_TIMEOUT socket option added.Martin Sustrik
2012-04-15Report EMFILE/ENFILE from xs_socket()Martin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16ZMQ_REENTRANT functionality removedMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16Socket re-entrancy rewrittenMartin Sustrik
2012-02-16XS_CTX_REENTRANT option addedMartin Sustrik
2012-02-16Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)Martin Lucina
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16i_poll_events interface moved to poller_base.hppMartin Sustrik
2012-02-16poller_base_t is used instead of poller_tMartin Sustrik
2012-02-16Polling handle is a fixed type now.Martin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16Socket ID addedMartin Sustrik
2011-11-09Get AIX 6.1 compiling again by making msg_t class explicitAJ Lewis
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-11-01LABELS and COMMANDs removedMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-07-17GENERIC socket type and COMMAND flag addedMartin Sustrik
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-17Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO.Fabien Ninoles
2011-05-30Patches from sub-forward branch incorporatedMartin Sustrik
2011-05-23Add multi-array support to array_item_t.Fabien Ninoles
2011-05-23Move the pipe termination code to socket_base_tMartin Sustrik
2011-05-22Introduces bi-directional pipesMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-04-09Run-time checking for context & socket validity addedMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-25Socket with no owner objects is deallocated immediatelyMartin Sustrik
2011-02-09Reaper thread waits for commands rather them retrieving them periodicallyMartin Sustrik
2011-02-09Initial implementation of reaper thread.Martin Sustrik
2011-01-13Make cppcheck not complain about "'operator=' should return something"Martin Sustrik
2010-12-13add basic uri validationsDhammika Pathirana
2010-11-05signaler renamed to mailboxMartin Sustrik
2010-11-05slots renamed to tidsMartin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-09-26clock_t class addedMartin Sustrik
2010-09-21minor error in comment fixedMartin Sustrik
2010-09-21The flag in the socket has clear semantics now -- it tracks whether correspon...Martin Sustrik
2010-09-08EINTR returned from the blocking functionsMartin Sustrik
2010-08-31naming cleanup: yarray->arrayMartin Sustrik
2010-08-25elementary fixes to the named sessionMartin Sustrik
2010-08-25one more dezombification bug fixedMartin Sustrik
2010-08-25dezombification procedure fixedMartin Sustrik