Age | Commit message (Expand) | Author |
2011-03-12 | Added missing close method w/ check if socket is already closed. | Guido Goldstein |
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-03 | Documentation wrt thread-safety cleaned up. | 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-24 | Minor patch to zmq_getsockopt(3) man page | Martin Sustrik |
2011-02-23 | Incorrect PGM sender/receiver creation fixed | Martin Sustrik |
2011-02-22 | Version bumped to 2.2.0 | Martin Sustrik |
2011-02-22 | Added explicit error message in case of memory exhaustion | Martin Sustrik |
2011-02-21 | Fixes build on at least CentOS 5 | Mikko Koppanen |
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-15 | Added note regarding setting sockopt before bind/connect | Michael Compton |
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 added to MSVC build | Martin Sustrik |
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-07 | m4_esyscmd_s doesnt seem to be portable across different systems | Mikko Koppanen |
2011-02-05 | test-hwm added to .gitignore | Martin Sustrik |
2011-02-05 | Fixed autogen.sh warnings on Debian 6 systems. | Chris Rempel |
2011-02-04 | operator void* () added to context_t. | Thijs Terlouw |
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-30 | Added WithOpenPGM configuration into MSVC builds | Mikko Koppanen |
2011-01-30 | Added test for HWM | Mikko Koppanen |
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 | Do not execute ipc tests under MinGW | Mikko Koppanen |
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 | Typo fixed in zmq_send(3) man page. | Martin Sustrik |
2011-01-17 | Cancel pending timers when decoder for PGM stalls | Steven McCoy |
2011-01-15 | Fix MSVC build | Martin Sustrik |
2011-01-14 | Gerard Toonstra added to the authors file | Martin Sustrik |
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 |