Age | Commit message (Expand) | Author |
2011-03-23 | ZMQ_MCAST_LOOP removed | Martin Sustrik |
2011-03-23 | Obsolete constants ZMQ_UPSTREAM and ZMQ_DOWNSTREAM removed | Martin Sustrik |
2011-03-23 | Version bumped to 3.0.0 | Martin Sustrik |
2011-03-12 | Added missing close method w/ check if socket is already closed. | Guido Goldstein |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-03-02 | ZMQ_MAXMSGSIZE option added | Martin Sustrik |
2011-02-22 | Version bumped to 2.2.0 | Martin Sustrik |
2011-02-04 | operator void* () added to context_t. | Thijs Terlouw |
2011-01-26 | ZMQ_RECONNECT_IVL_MAX socket option added | Thijs Terlouw |
2011-01-11 | Version bumped to 2.1.1 | Martin Sustrik |
2011-01-06 | resolve "function declaration isn't a prototype" | Min Ragan-Kelley |
2010-12-09 | Added Recovery Interval in Milliseconds | Bob Beaty |
2010-12-04 | XPUB and XSUB socket types added. | Martin Sustrik |
2010-12-01 | Prefix variables with "ac_zmq_" | Mikko Koppanen |
2010-11-25 | Control symbol exports using -fvisibility | Martin Lucina |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-29 | Add function to zmq::error_t to access errnum | Peter Bourgon |
2010-10-28 | switch to c++-specific headers | Burak Arslan |
2010-10-17 | ZMQ_BACKLOG socket option added. | Martin Sustrik |
2010-10-17 | ZMQ_RECONNECT_IVL socket options added. | Martin Sustrik |
2010-10-16 | ZMQ_LINGER socket option added. | Martin Sustrik |
2010-10-15 | Merge branch 'maint' | Martin Sustrik |
2010-10-15 | configure.in: Extract API version from zmq.h | Martin Lucina |
2010-10-09 | Merge branch 'maint' | Martin Sustrik |
2010-10-09 | Version macros added | Martin Sustrik |
2010-09-30 | C++ binding destructors don't throw exceptions | Ilja Golshtein |
2010-09-28 | ZMQ_TYPE socket option added | Gonzalo Diethelm |
2010-09-09 | when no I/O threads are available error is raised instead of assertion | Martin Sustrik |
2010-09-08 | EMTHREAD error code returned to zmq.h to ensure backward compatibility | Martin Sustrik |
2010-09-04 | Merge branch 'maint' | Martin Sustrik |
2010-09-04 | Broken device numbering reverted | Martin Sustrik |
2010-09-04 | Merge branch 'maint' | Martin Lucina |
2010-09-04 | zmq.h: Fix typo and use of C99 comment | Martin Lucina |
2010-08-25 | WIP: Socket migration between threads, new zmq_close() semantics | Martin Sustrik |
2010-08-04 | Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old | Pieter Hintjens |
2010-06-17 | Windows build fixed | Martin Sustrik |
2010-06-17 | stopwatch returned to libzmq | Martin Sustrik |
2010-06-04 | obsolete API elements removed - this commit breaks backward compatibility | Martin Sustrik |
2010-06-04 | Move perf helper functions to perf/helpers.cpp | Martin Lucina |
2010-05-25 | LWM is computed rather than explicitly specified by user | Martin Sustrik |
2010-04-29 | lock-free polling removed; ZMQ_POLL flag removed | Martin Sustrik |
2010-04-26 | P2P renamed to PAIR | Martin Sustrik |
2010-04-15 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-04-15 | atomic_ptr fix of Win64 | Martin Sustrik |
2010-04-12 | Build fixes for cross compiling and Win32 | Martin Lucina |
2010-04-11 | issue 1 - Change zmq_term semantics | Martin Sustrik |
2010-04-11 | C-style comments in zmq.h | Martin Sustrik |
2010-04-11 | multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE | Martin Sustrik |
2010-04-11 | getsockopt added to c++ binding | Martin Sustrik |
2010-04-09 | zmq_getsockopt function added | Martin Sustrik |