summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-20Message atomicity bug in load-balancer fixedMartin Sustrik
2011-03-20Message atomicity problem solved in PUB socketMartin Sustrik
2011-03-16zmq_socket(3) and zmq_setsockopt(3) man pages improvedMartin Sustrik
2011-03-16Incorrect errno reported from tcp_listener_t::set_addressMartin Sustrik
2011-03-16Duplicate identities now checked with zmq_connectMartin Sustrik
2011-03-16reset socket state when identity message cannot be written to xrepJon Dyte
2011-03-15Dead code removed from named_session.cppMartin Sustrik
2011-03-14FreeBSD complation error fixedMartin Sustrik
2011-03-14Remove obsolete assert from pgm_socket.cppMartin Sustrik
2011-03-12Added missing close method w/ check if socket is already closed.Guido Goldstein
2011-03-09Windows build fixedMartin Sustrik
2011-03-08Different fixed to make OpenVMS port work.Brett Cameron
2011-03-03Bug caused by interaction of REQ/REP routing and HWM fixed.Martin Sustrik
2011-03-03Documentation wrt thread-safety cleaned up.Martin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-03-02ZMQ_MAXMSGSIZE option addedMartin Sustrik
2011-03-01Explicit identities bug in inproc transport fixed.Martin Sustrik
2011-02-26Memory leak in PUB/XPUB sockets fixed.Martin Sustrik
2011-02-25Socket with no owner objects is deallocated immediatelyMartin Sustrik
2011-02-24Minor patch to zmq_getsockopt(3) man pageMartin Sustrik
2011-02-23Incorrect PGM sender/receiver creation fixedMartin Sustrik
2011-02-22Version bumped to 2.2.0Martin Sustrik
2011-02-22Added explicit error message in case of memory exhaustionMartin Sustrik
2011-02-21Fixes build on at least CentOS 5Mikko Koppanen
2011-02-21Fix for memory leak caused by long identitiesMartin Sustrik
2011-02-21Computation of buffer size for PGM fixed.Martin Sustrik
2011-02-18Fix MSVC and SunStudio builds with OpenPGMMartin Sustrik
2011-02-18Logging of duplicit identities addedMartin Sustrik
2011-02-17Init object is child of listenerMartin Sustrik
2011-02-17Add delay before reconnectingMartin Sustrik
2011-02-15Added note regarding setting sockopt before bind/connectMichael Compton
2011-02-13Build problem with OpenPGM and MSVC fixedMartin Sustrik
2011-02-12Fixed win32 issue with WSAStartupPieter Hintjens
2011-02-09reaper added to MSVC buildMartin Sustrik
2011-02-09Reaper thread waits for commands rather them retrieving them periodicallyMartin Sustrik
2011-02-09Initial implementation of reaper thread.Martin Sustrik
2011-02-08max_sockets honoured preciselyMartin Sustrik
2011-02-08zmq_poll with no fds behaves decentlyMartin Sustrik
2011-02-07m4_esyscmd_s doesnt seem to be portable across different systemsMikko Koppanen
2011-02-05test-hwm added to .gitignoreMartin Sustrik
2011-02-05Fixed autogen.sh warnings on Debian 6 systems.Chris Rempel
2011-02-04operator void* () added to context_t.Thijs Terlouw
2011-02-03Don't use RLIMIT_NOFILES in devpoll_t.Martin Sustrik
2011-02-03RLIMIT_NOFILE not used in poll_t anymoreMartin Sustrik
2011-01-30Added WithOpenPGM configuration into MSVC buildsMikko Koppanen
2011-01-30Added test for HWMMikko Koppanen
2011-01-28Fixed the problem of subscription forwarding and PGM interactionMartin Sustrik
2011-01-26ZMQ_RECONNECT_IVL_MAX socket option addedThijs Terlouw
2011-01-20Do not execute ipc tests under MinGWMikko Koppanen
2011-01-20Remove unnecessary visibility pragmasMikko Koppanen