Age | Commit message (Expand) | Author |
2010-04-29 | eventfd-style signaling removed | Martin Sustrik |
2010-04-29 | fd_signaler_t renamed to signaler_t | Martin Sustrik |
2010-04-29 | lock-free polling removed; ZMQ_POLL flag removed | Martin Sustrik |
2010-04-29 | Defer NetBSD atomic ops to GCC builtins. Revert Sun atomic ops #define. | Steven McCoy |
2010-04-27 | initial version of multi-hop REQ/REP | Martin Sustrik |
2010-04-26 | MSVC build fixed | Martin Sustrik |
2010-04-26 | P2P renamed to PAIR | Martin Sustrik |
2010-04-25 | Bug in zmq_queue fixed | Jon Dyte |
2010-04-16 | fix of documentation typo | 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 | win build fixed | Martin Sustrik |
2010-04-12 | Build fixes for cross compiling and Win32 | Martin Lucina |
2010-04-12 | MSVC perf build fixed | Martin Sustrik |
2010-04-12 | zmq_poll returns ETERM in case of context termination | Martin Sustrik |
2010-04-12 | ETERM is accounted for in the documentation | Martin Sustrik |
2010-04-11 | issue 1 - Change zmq_term semantics | Martin Sustrik |
2010-04-11 | version number bumped to 2.0.7 for MSVC build | 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-10 | Remove -Wxxx gcc-isms from subdir Makefiles | Martin Lucina |
2010-04-10 | Compile perf tests with the C++ compiler | Martin Lucina |
2010-04-10 | fix for Sun C++ 5.8 | Martin Sustrik |
2010-04-10 | Build fixes for Solaris and non-GNU compilers | Martin Lucina |
2010-04-10 | Debian packaging fixes suitable for 0MQ git | Martin Lucina |
2010-04-10 | Debian packaging update from Adrian von Bidder | Adrian von Bidder |
2010-04-09 | Fix for Issue #14 | Martin Lucina |
2010-04-09 | version bumped to 2.0.7 | 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-08 | few fixed related to multi-part messages in REP socket | Martin Sustrik |
2010-04-08 | issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161) | Martin Sustrik |
2010-04-08 | issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixed | Martin Sustrik |
2010-04-07 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-04-07 | unitialised member in seesion_t class - fixed | Martin Sustrik |
2010-04-07 | Win32 build fixed | Martin Sustrik |
2010-04-07 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-04-07 | devices can be created via API | Jon Dyte |
2010-04-06 | Documentation fixes | Martin Lucina |
2010-04-06 | ENODEV from zmq_bind error described | Martin Sustrik |
2010-03-31 | Handle full-pipe for REP sockets more gracefully | Martin Hurton |
2010-03-27 | ZMQ_TBC renamed to ZMQ_MORE | Martin Sustrik |
2010-03-27 | muti-part message functionality available via API | Martin Sustrik |
2010-03-27 | as advertised, zmq_flush and ZMQ_NOFLUSH were removed | Martin Sustrik |
2010-03-27 | multi-part messages work with REQ/REP sockets | Martin Sustrik |
2010-03-27 | multi-part message work with UPSTREAM/DOWNSTREAM | Martin Sustrik |
2010-03-27 | multi-part messages work with PUB/SUB | Martin Sustrik |
2010-03-26 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-03-25 | Clarify use of poll() with C++ API, fix typo | Martin Lucina |