Age | Commit message (Expand) | Author |
2010-05-05 | number of application threads to use 0MQ sockets is unlimited; app_threads pa... | Martin Sustrik |
2010-04-29 | signaler rewritten in such a way that any number (>64) of threads can be used | Martin Sustrik |
2010-04-29 | lock-free polling removed; ZMQ_POLL flag removed | Martin Sustrik |
2010-04-12 | zmq_poll returns ETERM in case of context termination | Martin Sustrik |
2010-04-11 | issue 1 - Change zmq_term semantics | Martin Sustrik |
2010-04-09 | zmq_getsockopt function added | Martin Sustrik |
2010-04-08 | issue 10 - zmq_strerror problem on Windows | Martin Sustrik |
2010-04-07 | devices can be created via API | Jon Dyte |
2010-03-27 | as advertised, zmq_flush and ZMQ_NOFLUSH were removed | Martin Sustrik |
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-03-09 | message flags added to zmq_msg_t strcuture | Martin Sustrik |
2010-03-01 | polling on POSIX sockets returns POLLERR (win32) | unknown |
2010-03-01 | return POLLERR from polling on POSIX sockets (linux version) | Martin Sustrik |
2010-02-23 | zmq_errno helper function added | Martin Sustrik |
2010-02-22 | zmq_poll doesn't exit when infinite timeout is set and interrupt occurs | Martin Sustrik |
2010-02-18 | Add NetBSD support | Martin Lucina |
2010-02-11 | Integrate version numbering into autoconf | Martin Lucina |
2010-02-11 | ZMQII-72: Add zmq_version function | Martin Sustrik |
2010-02-10 | ZMQII-70: zmq_poll on win32 fails with EINVAL | Martin Sustrik |
2010-02-09 | ZMQII-57: Shutdown OpenPGM library | Martin Sustrik |
2010-01-14 | ZMQII-34: ensure that poll won't return POLLIN event when the message will be... | unknown |
2010-01-13 | ZMQII-34: ensure that poll won't return POLLIN event when the message will be... | Martin Sustrik |
2010-01-09 | ZMQII-33: zmq_poll may exceed timeout if signal interrupts the waiting | Martin Sustrik |
2010-01-08 | ZMQII-31: memory leak in zmq_poll (on timeout) | Martin Sustrik |
2010-01-07 | zmq.cpp build probelm on non-linux platforms fixed | Martin Sustrik |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik |
2010-01-04 | ZMQII-29: Add timeout to zmq_poll function | Martin Sustrik |
2009-12-16 | hint parameter added to zmq_free function | Martin Sustrik |
2009-12-15 | all news converted to nothrow variant | Martin Sustrik |
2009-12-10 | zmq_poll implemented on Win32 platform | unknown |
2009-11-21 | inproc transport - initial commit | Martin Sustrik |
2009-10-01 | windows error handling improved | unknown |
2009-10-01 | ZMQII-18: Implement I/O multiplexing (first approximation) | Martin Sustrik |
2009-09-22 | POSIX error codes unsupported on win platform faked | Martin Sustrik |
2009-09-22 | ZMQ-specific error codes added | Martin Sustrik |
2009-09-22 | documentation in zmq.h improved | Martin Sustrik |
2009-09-20 | 'flags' parameter added to zmq_init | Martin Sustrik |
2009-09-16 | c and cpp directories moved into bindings directory | malosek |
2009-09-08 | Sparc solaris port | malosek |
2009-09-08 | win port for c and cpp perf tests | unknown |
2009-09-07 | include directory split into c and cpp dirs, added --with-c and --with-cpp co... | malosek |
2009-09-04 | python binding functional | Martin Sustrik |
2009-08-21 | session management implemented | Martin Sustrik |
2009-08-17 | subscribe API removed | Martin Sustrik |
2009-08-09 | redundant interface (i_api) removed | Martin Sustrik |
2009-08-09 | socket options interface modeled as in BSD sockets | Martin Sustrik |
2009-08-08 | lockfree interaction patter for 3 theads implemented | Martin Sustrik |
2009-08-06 | clean up - session/socket/engine stuff removed | Martin Sustrik |
2009-08-06 | dispatcher renamed to context | Martin Sustrik |