Age | Commit message (Expand) | Author |
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 |
2011-02-08 | zmq_poll with no fds behaves decently | Martin Sustrik |
2011-02-03 | Don't use RLIMIT_NOFILES in devpoll_t. | Martin Sustrik |
2011-02-03 | RLIMIT_NOFILE not used in poll_t anymore | Martin Sustrik |
2011-01-28 | Fixed the problem of subscription forwarding and PGM interaction | Martin Sustrik |
2011-01-26 | ZMQ_RECONNECT_IVL_MAX socket option added | Thijs Terlouw |
2011-01-20 | Remove unnecessary visibility pragmas | Mikko Koppanen |
2011-01-20 | Fix handle connection reset during session init | Dhammika Pathirana |
2011-01-18 | Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. | Martin Sustrik |
2011-01-17 | Cancel pending timers when decoder for PGM stalls | Steven McCoy |
2011-01-14 | Fair queueing of subscriptions added to XPUB socket | Martin Sustrik |
2011-01-14 | XSUB socket has a subscription distributor | Martin Sustrik |
2011-01-14 | 'message distribution mechanism' separated from XPUB socket | Martin Sustrik |
2011-01-13 | Make cppcheck not complain about "'operator=' should return something" | Martin Sustrik |
2011-01-12 | Support dynamic generation of C preprocessor definitions for PGM rather than ... | Neale Ferguson |
2011-01-10 | Size of inproc hwm and swap is sum of peers' hwms and swaps | Martin Sustrik |
2011-01-07 | Fix pipe writer termination | Dhammika Pathirana |
2011-01-07 | Disable sending messages on SUB socket | Martin Sustrik |
2011-01-05 | Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was called | Martin Sustrik |
2011-01-03 | sunos/gcc3 compilation issue fixed | Martin Sustrik |
2010-12-20 | Yet one more fix for oversized messages. | Martin Sustrik |
2010-12-20 | Fix the segfault when over-sized message is rejected. | Martin Sustrik |
2010-12-17 | unplugged engine tries to manipulate the pollset -- fixed | Martin Sustrik |
2010-12-17 | fix race condition in session init | Dhammika Pathirana |
2010-12-15 | Fixes assertion on pipe.cpp:237 when swap fills up. | Mikko Koppanen |
2010-12-15 | Remove assertions from devices | Mikko Koppanen |
2010-12-13 | add basic uri validations | Dhammika Pathirana |
2010-12-13 | fix overwriting errno on bind failure | Dhammika Pathirana |
2010-12-09 | Added Recovery Interval in Milliseconds | Bob Beaty |