summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-16Some additional parameter checking for ZMQ_(UN)SUBSCRIBEMartin Sustrik
2012-02-16emptyctx added to .gitingoreMartin Sustrik
2012-02-16MSVC build fixedMartin Sustrik
2012-02-16polltimeo test addedMartin Sustrik
2012-02-16Avoid too long timeouts in xs_pollMartin Sustrik
2012-02-16ZMQ_REENTRANT functionality removedMartin Sustrik
2012-02-16CANTROUTE removed from the documentationMartin Sustrik
2012-02-16MSVC project updatedMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16emptyctx tast added to MSVC projectMartin Sustrik
2012-02-16Polling mechnisms updated to cope with io_thread_t removalMartin Sustrik
2012-02-16emptyctx test addedMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Intercept start() and stop() calls in poller_base_tMartin Sustrik
2012-02-16MSVC build updatedMartin Sustrik
2012-02-16xs_poll implementation moved to a separate fileMartin Sustrik
2012-02-16Socket re-entrancy rewrittenMartin Sustrik
2012-02-16xs_thread_create and xs_thread_join implemented for POSIX platformsMartin Sustrik
2012-02-16New tests added to MSVC buildMartin Sustrik
2012-02-16Race condition during socket close fixedMartin Sustrik
2012-02-16Bug fixed in context terminationMartin Sustrik
2012-02-16Names of context options shortenedMartin Sustrik
2012-02-16XS_CTX_REENTRANT option addedMartin Sustrik
2012-02-16Man page for xs_setctxopt addedMartin Sustrik
2012-02-16.gitignore updated to reflact new test namesMartin Sustrik
2012-02-16XS_CTX_MAX_SOCKETS option implementedMartin Sustrik
2012-02-16More MSVC tests addedMartin Sustrik
2012-02-16Windows test system improvedMartin Sustrik
2012-02-16No need for special handling of MinGW in tests build systemMartin Sustrik
2012-02-16Windows version of the tests implementedMartin Sustrik
2012-02-16Redundant test_ prefix removed from testsMartin Sustrik
2012-02-16Typo on test_linget fixedMartin Sustrik
2012-02-16XS_TEST_MAIN used instead of main in test programsMartin Sustrik
2012-02-16Test for LINGER addedMartin Sustrik
2012-02-16Bug in linger implementation fixedMartin Sustrik
2012-02-16handle_valid removed from tcp_connecter_t and ipc_connecter_tMartin Sustrik
2012-02-16Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)Martin Lucina
2012-02-16Reconnect test extended to include IPCMartin Sustrik
2012-02-16test_reconnect addedMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16Valid handle_t is never NULLMartin Sustrik
2012-02-16cancel_timer function renamed to rm_timerMartin 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-16MSVC build fixedMartin Sustrik
2012-02-16Simplify mechanism for choosing polling mechanismMartin Sustrik
2012-02-16Polling handle is a fixed type now.Martin Sustrik
2012-02-16Message loss when a SUB socket disconnects fixedMartin Sustrik
2012-02-16Redundant definition of blob_t removedMartin Sustrik
2012-02-16Type in 0MQ compatibility header fixedMartin Sustrik