Age | Commit message (Expand) | Author |
2011-04-04 | Issue with error checking on Win32 platform fixed | Martin Sustrik |
2011-04-04 | Unreferenced variable removed | Martin Sustrik |
2011-04-02 | Fixed memory leak with threads on win32 | Pieter Hintjens |
2011-03-31 | Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM builds | Mikko Koppanen |
2011-03-27 | Comments improvement | Martin Sustrik |
2011-03-27 | zmq_recv() returns size of the message even if it's truncated | Martin Sustrik |
2011-03-26 | Memory leak in zmq_recv fixed | Martin Sustrik |
2011-03-26 | ZMQ_NOBLOCK renamed ZMQ_DONTWAIT | Martin Sustrik |
2011-03-24 | ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM | Martin Sustrik |
2011-03-24 | ZMQ_HWM type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to int | Martin Sustrik |
2011-03-24 | ZMQ_EVENTS type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RCVMORE type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_SNDBUF and ZMQ_RCVBUF type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled | Martin Sustrik |
2011-03-24 | SWAP functionality removed | Martin Sustrik |
2011-03-24 | send/recv was changed to send/recv/sendmsg/recvmsg | Martin Sustrik |
2011-03-24 | C++ binding removed from the core | Martin Sustrik |
2011-03-23 | zmq_device removed | Martin Sustrik |
2011-03-23 | ZMQ_MCAST_LOOP removed | Martin Sustrik |
2011-03-23 | Timeout in zmq_poll is in milliseconds | Martin Sustrik |
2011-03-20 | Message atomicity bug in load-balancer fixed | Martin Sustrik |
2011-03-20 | Message atomicity problem solved in PUB socket | Martin Sustrik |
2011-03-16 | Incorrect errno reported from tcp_listener_t::set_address | Martin Sustrik |
2011-03-16 | Duplicate identities now checked with zmq_connect | Martin Sustrik |
2011-03-16 | reset socket state when identity message cannot be written to xrep | Jon Dyte |
2011-03-15 | Dead code removed from named_session.cpp | Martin Sustrik |
2011-03-14 | FreeBSD complation error fixed | Martin Sustrik |
2011-03-14 | Remove obsolete assert from pgm_socket.cpp | Martin Sustrik |
2011-03-09 | Windows build fixed | Martin Sustrik |
2011-03-08 | Different fixed to make OpenVMS port work. | Brett Cameron |
2011-03-03 | Bug caused by interaction of REQ/REP routing and HWM fixed. | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-03-02 | ZMQ_MAXMSGSIZE option added | Martin Sustrik |
2011-03-01 | Explicit identities bug in inproc transport fixed. | Martin Sustrik |
2011-02-26 | Memory leak in PUB/XPUB sockets fixed. | Martin Sustrik |
2011-02-25 | Socket with no owner objects is deallocated immediately | Martin Sustrik |
2011-02-23 | Incorrect PGM sender/receiver creation fixed | Martin Sustrik |
2011-02-22 | Added explicit error message in case of memory exhaustion | Martin Sustrik |
2011-02-21 | Fix for memory leak caused by long identities | Martin Sustrik |
2011-02-21 | Computation of buffer size for PGM fixed. | Martin Sustrik |
2011-02-18 | Fix MSVC and SunStudio builds with OpenPGM | Martin Sustrik |
2011-02-18 | Logging of duplicit identities added | Martin Sustrik |
2011-02-17 | Init object is child of listener | Martin Sustrik |
2011-02-17 | Add delay before reconnecting | Martin Sustrik |
2011-02-13 | Build problem with OpenPGM and MSVC fixed | Martin Sustrik |
2011-02-12 | Fixed win32 issue with WSAStartup | Pieter Hintjens |
2011-02-09 | Reaper thread waits for commands rather them retrieving them periodically | Martin Sustrik |
2011-02-09 | Initial implementation of reaper thread. | Martin Sustrik |
2011-02-08 | max_sockets honoured precisely | Martin Sustrik |