summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-20ZMQ-42: Building with ICC failsMartin Sustrik
2010-01-18ZMQII-40: wrong return code from recolve_ip_interfaceMartin Sustrik
2010-01-16Solaris build fixedMartin Sustrik
2010-01-15Win32 build fixedunknown
2010-01-15ZMQII-39: Implement IPC transportMartin Sustrik
2010-01-14ZMQII-34: ensure that poll won't return POLLIN event when the message will be...unknown
2010-01-13ZMQII-34: ensure that poll won't return POLLIN event when the message will be...Martin Sustrik
2010-01-13ZMQII-38: Compiler complains about missing virtual constructorsMartin Sustrik
2010-01-12ZMQII-37: SIGSEGV when polling on REQ socketMartin Sustrik
2010-01-09ZMQII-33: zmq_poll may exceed timeout if signal interrupts the waitingMartin Sustrik
2010-01-08ZMQII-31: memory leak in zmq_poll (on timeout)Martin Sustrik
2010-01-07zmq.cpp build probelm on non-linux platforms fixedMartin Sustrik
2010-01-05forced WINVER to 0x0501 for mingv32 buildmalosek
2010-01-05perf tests modified to reflect change in subscription formatMartin Sustrik
2010-01-05added pending event fd handling by the pgm_sendermalosek
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2010-01-04ZMQII-29: Add timeout to zmq_poll functionMartin Sustrik
2009-12-31added missing likely.hpp file into the distmalosek
2009-12-31fixed minor gcc warning in src/pgm_receiver.cppmalosek
2009-12-31fixed minor gcc warning in src/pgm_socket.cppmalosek
2009-12-29polling on SUB socket fixedMartin Sustrik
2009-12-28format of subscriptions changed (no * needed anymore)Martin Sustrik
2009-12-28MSVC build fixedunknown
2009-12-28PGM code cleanupMartin Sustrik
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-12-22OpenPGM error handling fixedMartin Sustrik
2009-12-21minor fixesMartin Sustrik
2009-12-21OpenPGM error handling improvedMartin Sustrik
2009-12-18memory leaks related to OpenPGM errors fixedMartin Sustrik
2009-12-16hint parameter added to zmq_free functionMartin Sustrik
2009-12-15Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-12-15all news converted to nothrow variantMartin Sustrik
2009-12-15win32 build fixedunknown
2009-12-15reconnection mechanism added to tcp transportMartin Sustrik
2009-12-15handle error during connecting by eventual reconnectionMartin Sustrik
2009-12-15zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein...Martin Sustrik
2009-12-14ZMQ_SNDBUF and ZMQ_RCVBUF honoured in PGM transportMartin Sustrik
2009-12-13zmq_streamer & zmq_queue are built under MSVCunknown
2009-12-13XREP & XREQ socket types added; zmq_queue device addedMartin Sustrik
2009-12-13debug code removed from PGM enginesMartin Sustrik
2009-12-13OpenPGM v1 support removedMartin Sustrik
2009-12-13PGM transport fixedMartin Sustrik
2009-12-11ZMQII-26: Use zero-copy for large messages (rx side)Martin Sustrik
2009-12-10errors are never predicted in branch prediction (likely/unlikely macros added)Martin Sustrik
2009-12-10zmq_poll implemented on Win32 platformunknown
2009-12-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32)unknown
2009-12-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)Martin Sustrik
2009-12-10zero-copy on tx side optimised to minimise number of user/kernel space transi...Martin Sustrik
2009-12-09minor documentation updatesMartin Sustrik
2009-12-08minor fix of zero-copy on tx sideMartin Sustrik