summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-01-20Fix handle connection reset during session initDhammika Pathirana
2011-01-18Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types.Martin Sustrik
2011-01-17Typo fixed in zmq_send(3) man page.Martin Sustrik
2011-01-17Cancel pending timers when decoder for PGM stallsSteven McCoy
2011-01-15Fix MSVC buildMartin Sustrik
2011-01-14Gerard Toonstra added to the authors fileMartin Sustrik
2011-01-14Fair queueing of subscriptions added to XPUB socketMartin Sustrik
2011-01-14XSUB socket has a subscription distributorMartin Sustrik
2011-01-14'message distribution mechanism' separated from XPUB socketMartin Sustrik
2011-01-13Make cppcheck not complain about "'operator=' should return something"Martin Sustrik
2011-01-12Support dynamic generation of C preprocessor definitions for PGM rather than ...Neale Ferguson
2011-01-11Version bumped to 2.1.1Martin Sustrik
2011-01-10Size of inproc hwm and swap is sum of peers' hwms and swapsMartin Sustrik
2011-01-07Fix pipe writer terminationDhammika Pathirana
2011-01-07Disable sending messages on SUB socketMartin Sustrik
2011-01-06resolve "function declaration isn't a prototype"Min Ragan-Kelley
2011-01-05Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was calledMartin Sustrik
2011-01-03sunos/gcc3 compilation issue fixedMartin Sustrik
2010-12-20Yet one more fix for oversized messages.Martin Sustrik
2010-12-20Fix the segfault when over-sized message is rejected.Martin Sustrik
2010-12-18Fix passing through CFLAGS/CPPFLAGS/CXXFLAGS when using --enable-debugMikko Koppanen
2010-12-17unplugged engine tries to manipulate the pollset -- fixedMartin Sustrik
2010-12-17fix race condition in session initDhammika Pathirana
2010-12-15Fixes assertion on pipe.cpp:237 when swap fills up.Mikko Koppanen
2010-12-15Remove assertions from devicesMikko Koppanen
2010-12-13add basic uri validationsDhammika Pathirana
2010-12-13fix overwriting errno on bind failureDhammika Pathirana