Age | Commit message (Expand) | Author |
2010-10-14 | To insert to associateive STL containers value_type used instead of make_pair | Martin Sustrik |
2010-10-14 | zmq::poller_base_t : workaround for sunstudio compiler in add_timer() | Martin Pales |
2010-10-14 | Safety measure in zmq_msg_close implemented | Martin Sustrik |
2010-10-14 | zmq::devpoll_t : correct a typo in loop() | Martin Pales |
2010-10-13 | Precise timouts in zmq_poll implemented | Martin Sustrik |
2010-10-13 | Clean-up of the code related to attaching/detaching engines to sessions. | Martin Sustrik |
2010-10-12 | Avoid duplicate creation of pipes for a single session | Martin Sustrik |
2010-10-12 | Drop PGM parameters to 100mb friendly range. | Steven McCoy |
2010-10-11 | Fix assertion in PGM transports on cancel_timer | Steven McCoy |
2010-10-11 | Reverting commit 1d431190f50c86f62460 | Martin Sustrik |
2010-10-10 | When XREP silently drops message, it does not empty it -- fixed | Martin Sustrik |
2010-10-09 | Execute the timers before pollset initialisation. | Christian Gudrian |
2010-10-09 | Merge branch 'maint' | Martin Sustrik |
2010-10-09 | Version macros added | Martin Sustrik |
2010-10-08 | Fix missing platform.hpp in zmq_connecter.cpp | Martin Lucina |
2010-10-08 | More cleanup of session termination process. | Martin Sustrik |
2010-10-08 | Scalability improvements for large amounts of connections | Martin Lucina |
2010-10-08 | Clean-up of session termination process | Martin Sustrik |
2010-10-02 | make sure that reader does not terminate in the middle of a multipart message | Nir Soffer |
2010-10-01 | issue 92 -- Assertion failed: inpipe && outpipe (pair.cpp:86) -- fixed | Martin Sustrik |
2010-10-01 | Merge branch 'master' of github.com:zeromq/zeromq2 | Martin Sustrik |
2010-10-01 | assert when xrep socket gets reconnected in the middle of the shutdown -- fixed | Martin Sustrik |
2010-09-30 | zmq_poll(): Fix busy-loop if timeout is zero | Martin Lucina |
2010-09-30 | Merge branch 'maint' | Martin Sustrik |
2010-09-30 | zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed | Max Wolf |
2010-09-30 | fix in XREP's fair queueing mechanism | Martin Sustrik |
2010-09-30 | minor whitespace fix | Martin Sustrik |
2010-09-30 | FreeBSD doesn't define MSG_ERRQUEUE -- now it's defined in 0MQ | Steven McCoy |
2010-09-30 | more fixes to (e)pgm transport | Steven McCoy |
2010-09-30 | * Add assertions to check for OpenPGM calls with invalid parameters. | Steven McCoy |
2010-09-28 | Upgrade to OpenPGM-5.0.78 | Steven McCoy |
2010-09-28 | ZMQ_TYPE socket option added | Gonzalo Diethelm |
2010-09-28 | Merge branch 'maint' | Martin Sustrik |
2010-09-28 | crash when closing an ypipe -- fixed | Dhammika Pathirana |
2010-09-28 | REQ socket can die when reply is delivered on wrong unerlying connection -- f... | Martin Sustrik |
2010-09-27 | MSVC build fixed | Martin Sustrik |
2010-09-27 | latency optimisation for the case where there are no timers | Martin Sustrik |
2010-09-26 | timers properly implemented | Martin Sustrik |
2010-09-26 | common base for all pollers created; the only thing it handles at the moment ... | Martin Sustrik |
2010-09-26 | new interfaces for timers; the implementation is not changed yet | Martin Sustrik |
2010-09-26 | minor beautifications | Martin Sustrik |
2010-09-26 | clock_t class added | Martin Sustrik |
2010-09-26 | Merge branch 'maint' | Martin Sustrik |
2010-09-26 | if TSC jumps backwards (in case of migration to a different CPU core) latency... | Martin Sustrik |
2010-09-21 | minor error in comment fixed | Martin Sustrik |
2010-09-21 | The flag in the socket has clear semantics now -- it tracks whether correspon... | Martin Sustrik |
2010-09-20 | zmq_poll (select version) now correctly assumes that ZMQ_FD is edge-trigerred | Martin Sustrik |
2010-09-20 | zmq_poll honours ZMQ_FORCE_POLL and ZMQ_FORCE_SELECT options | Martin Lucina |
2010-09-20 | minor problem in zmq_poll (select version) fixed | Martin Lucina |
2010-09-20 | problem with engine being attached to session while it's being terminated fixed | Martin Sustrik |