Age | Commit message (Expand) | Author |
2010-04-11 | multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE | Martin Sustrik |
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-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 | unitialised member in seesion_t class - fixed | Martin Sustrik |
2010-04-07 | devices can be created via API | Jon Dyte |
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-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-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-12 | devices are built unconditionally | Martin Sustrik |
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 |
2010-03-12 | Implement flow control for ZMQ_PUB sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_DOWNSTREAM sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_P2P sockets | Martin Hurton |
2010-03-12 | PGM: implement flow control | Martin Hurton |
2010-03-12 | Implement flow control | Martin Hurton |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-03-09 | udp transport renamed to epgm | Martin Sustrik |
2010-03-09 | PGM late joiners would start receiving a complete message rather than a messa... | Martin Sustrik |
2010-03-09 | message flags from the wire are written to zmq_msg_t and vice versa | Martin Sustrik |
2010-03-09 | message flags added to zmq_msg_t strcuture | Martin Sustrik |
2010-03-09 | 'flags' fields added to the wire format | Martin Sustrik |
2010-03-09 | rollback functionality added to pipe | Martin Sustrik |
2010-03-06 | problem with NIC name resolution on OSX fixed | Martin Sustrik |
2010-03-03 | Win32 build fixes | Martin Lucina |
2010-03-03 | type mismatch in tcp_listener (win version) fixed | unknown |
2010-03-03 | Fix typo: zmq_close -> zmq_msg_close | Martin Hurton |
2010-03-03 | Fix possible lockups when reading from ZMQ_REP sockets | Martin Hurton |
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-26 | Cygwin support | Martin Lucina |
2010-02-24 | handle invalid PGM connection string decently | Martin Sustrik |