summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-15Cast execute_timers() result to intMikko Koppanen
2010-10-15Timers correctly canceled by PGM engines on shutdown.Martin Sustrik
2010-10-15Fixes build on Linux using Sun Studio compilerMikko Koppanen
2010-10-15ICC related qualifier fixMikko Koppanen
2010-10-14zmq::clock_t : return correct value in rdtsc() on solarisMartin Pales
2010-10-14To insert to associateive STL containers value_type used instead of make_pairMartin Sustrik
2010-10-14zmq::poller_base_t : workaround for sunstudio compiler in add_timer()Martin Pales
2010-10-14Safety measure in zmq_msg_close implementedMartin Sustrik
2010-10-14zmq_poll man page fixed to reflect the precise timeout semantics.Martin Sustrik
2010-10-14zmq::devpoll_t : correct a typo in loop()Martin Pales
2010-10-13Precise timouts in zmq_poll implementedMartin Sustrik
2010-10-13Clean-up of the code related to attaching/detaching engines to sessions.Martin Sustrik
2010-10-13Merge branch 'maint'Martin Sustrik
2010-10-13Add support for RHEL6 in the spec fileSebastian Otaegui
2010-10-12Avoid duplicate creation of pipes for a single sessionMartin Sustrik
2010-10-12Drop PGM parameters to 100mb friendly range.Steven McCoy
2010-10-11Fix assertion in PGM transports on cancel_timerSteven McCoy
2010-10-11Merge branch 'maint'Martin Sustrik
2010-10-11configure.in: Do not patch libtool rpath handlingMartin Lucina
2010-10-11Fixing the Red Hat packagingMartin Sustrik
2010-10-11Reverting commit 1d431190f50c86f62460Martin Sustrik
2010-10-10When XREP silently drops message, it does not empty it -- fixedMartin Sustrik
2010-10-09Execute the timers before pollset initialisation.Christian Gudrian
2010-10-09Merge branch 'maint'Martin Sustrik
2010-10-09Version macros addedMartin Sustrik
2010-10-08Fix missing platform.hpp in zmq_connecter.cppMartin Lucina
2010-10-08More cleanup of session termination process.Martin Sustrik
2010-10-08Scalability improvements for large amounts of connectionsMartin Lucina
2010-10-08Clean-up of session termination processMartin Sustrik
2010-10-04configure.in: OpenPGM no longer requires pkg-configMartin Lucina
2010-10-04configure.in: Add amd64 to OpenPGM supported platformsSteven McCoy
2010-10-02make sure that reader does not terminate in the middle of a multipart messageNir Soffer
2010-10-01issue 92 -- Assertion failed: inpipe && outpipe (pair.cpp:86) -- fixedMartin Sustrik
2010-10-01stress test for shutdown process addedMartin Sustrik
2010-10-01Merge branch 'master' of github.com:zeromq/zeromq2Martin Sustrik
2010-10-01assert when xrep socket gets reconnected in the middle of the shutdown -- fixedMartin Sustrik
2010-09-30zmq_poll(): Fix busy-loop if timeout is zeroMartin Lucina
2010-09-30Merge branch 'maint'Martin Sustrik
2010-09-30zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixedMax Wolf
2010-09-30fix in XREP's fair queueing mechanismMartin Sustrik
2010-09-30minor whitespace fixMartin Sustrik
2010-09-30FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQSteven McCoy
2010-09-30C++ binding destructors don't throw exceptionsIlja Golshtein
2010-09-30more fixes to (e)pgm transportSteven McCoy
2010-09-30 * Add assertions to check for OpenPGM calls with invalid parameters.Steven McCoy
2010-09-28Upgrade to OpenPGM-5.0.78Steven McCoy
2010-09-28Dhammika Pathirana was missing from the AUTOHRS file for some reason -- fixedMartin Sustrik
2010-09-28ZMQ_TYPE socket option addedGonzalo Diethelm
2010-09-28Merge branch 'maint'Martin Sustrik
2010-09-28crash when closing an ypipe -- fixedDhammika Pathirana