summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
AgeCommit message (Expand)Author
2010-06-04Move perf helper functions to perf/helpers.cppMartin Lucina
2010-05-09Fix in zmq_poll (Windows version)Martin Sustrik
2010-05-06Issue 23. zmq_init() crashes on illegal numbersMartin Sustrik
2010-05-05dispatcher_t class renamed to ctx_tMartin Sustrik
2010-05-05number of application threads to use 0MQ sockets is unlimited; app_threads pa...Martin Sustrik
2010-04-29signaler rewritten in such a way that any number (>64) of threads can be usedMartin Sustrik
2010-04-29lock-free polling removed; ZMQ_POLL flag removedMartin Sustrik
2010-04-12zmq_poll returns ETERM in case of context terminationMartin Sustrik
2010-04-11issue 1 - Change zmq_term semanticsMartin Sustrik
2010-04-09zmq_getsockopt function addedMartin Sustrik
2010-04-08issue 10 - zmq_strerror problem on WindowsMartin Sustrik
2010-04-07devices can be created via APIJon Dyte
2010-03-27as advertised, zmq_flush and ZMQ_NOFLUSH were removedMartin Sustrik
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-11Restructure language bindingsMartin Lucina
2010-03-09message flags added to zmq_msg_t strcutureMartin Sustrik
2010-03-01polling on POSIX sockets returns POLLERR (win32)unknown
2010-03-01return POLLERR from polling on POSIX sockets (linux version)Martin Sustrik
2010-02-23zmq_errno helper function addedMartin Sustrik
2010-02-22zmq_poll doesn't exit when infinite timeout is set and interrupt occursMartin Sustrik
2010-02-18Add NetBSD supportMartin Lucina
2010-02-11Integrate version numbering into autoconfMartin Lucina
2010-02-11ZMQII-72: Add zmq_version functionMartin Sustrik
2010-02-10ZMQII-70: zmq_poll on win32 fails with EINVALMartin Sustrik
2010-02-09ZMQII-57: Shutdown OpenPGM libraryMartin Sustrik
2010-01-14ZMQII-34: ensure that poll won't return POLLIN event when the message will be...unknown
2010-01-13ZMQII-34: ensure that poll won't return POLLIN event when the message will be...Martin Sustrik
2010-01-09ZMQII-33: zmq_poll may exceed timeout if signal interrupts the waitingMartin Sustrik
2010-01-08ZMQII-31: memory leak in zmq_poll (on timeout)Martin Sustrik
2010-01-07zmq.cpp build probelm on non-linux platforms fixedMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2010-01-04ZMQII-29: Add timeout to zmq_poll functionMartin Sustrik
2009-12-16hint parameter added to zmq_free functionMartin Sustrik
2009-12-15all news converted to nothrow variantMartin Sustrik
2009-12-10zmq_poll implemented on Win32 platformunknown
2009-11-21inproc transport - initial commitMartin Sustrik
2009-10-01windows error handling improvedunknown
2009-10-01ZMQII-18: Implement I/O multiplexing (first approximation)Martin Sustrik
2009-09-22POSIX error codes unsupported on win platform fakedMartin Sustrik
2009-09-22ZMQ-specific error codes addedMartin Sustrik
2009-09-22documentation in zmq.h improvedMartin Sustrik
2009-09-20'flags' parameter added to zmq_initMartin Sustrik
2009-09-16c and cpp directories moved into bindings directorymalosek
2009-09-08Sparc solaris portmalosek
2009-09-08win port for c and cpp perf testsunknown
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp co...malosek
2009-09-04python binding functionalMartin Sustrik
2009-08-21session management implementedMartin Sustrik
2009-08-17subscribe API removedMartin Sustrik
2009-08-09redundant interface (i_api) removedMartin Sustrik