Age | Commit message (Expand) | Author |
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 |
2010-03-22 | configure does not mention xmlto when missing | Vitaly Mayatskikh |
2010-03-20 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-03-20 | PUB socket was blocking occassionally - fixed | Martin Sustrik |
2010-03-20 | rollback of half-processed messages in case of disconnection | Martin Sustrik |
2010-03-20 | XREP-style prefixing/trimming messages removed | Martin Sustrik |
2010-03-19 | fixes for building with Sun CC | Martin Sustrik |
2010-03-16 | fix include paths in perf on Win32 | Martin Sustrik |
2010-03-16 | Update contributors for 2.0.6 | Martin Sustrik |
2010-03-16 | ChangeLog for v2.0.6 | Martin Sustrik |
2010-03-16 | Add Git location to README | Martin Sustrik |
2010-03-16 | Update README | Martin Sustrik |
2010-03-16 | Add MSVC build files to distribution | Martin Sustrik |
2010-03-16 | Removing leftover MSVC builds | Martin Sustrik |
2010-03-16 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-03-16 | Clarify zmq_poll restrictions | Martin Sustrik |
2010-03-16 | C++ interface documentation updates | Martin Lucina |
2010-03-15 | Cleanups to autogen.sh | Martin Lucina |
2010-03-15 | Cleanups to autogen.sh | Martin Lucina |
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik |
2010-03-13 | pipe_t::rollback removes only unfinished message from the pipe rather than al... | Martin Sustrik |
2010-03-13 | zmq_queue implementation added | Martin Sustrik |
2010-03-12 | MSVC build: C++ perf tests removed; all executables go into bin directory | unknown |
2010-03-12 | C perf tests are built non-optionally; C++ perf tests removed | Martin Sustrik |
2010-03-12 | simplify configuration summary | Martin Sustrik |
2010-03-12 | devices are built unconditionally | Martin Sustrik |
2010-03-12 | text concerning language bindings removed from configure | Martin Sustrik |
2010-03-12 | Java binding removed from MSVC build | unknown |
2010-03-12 | Implement flow control for ZMQ_REP sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_REQ sockets | Martin Hurton |
2010-03-12 | Implement flow control fox ZMQ_XREP sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_XREQ sockets | Martin Hurton |