summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-04-30Message atomicity problem in PUB socket fixed.Martin Sustrik
2011-04-30pgm_socket uses binary version of UUIDMartin Sustrik
2011-04-29WSAENETUNREACH is a valid networking errorMartin Sustrik
2011-04-29Substantial simplification of uuid_tMartin Sustrik
2011-04-22Assert during SUB socket termination fixed.Martin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-04-19Message validity is checked in the runtimeMartin Sustrik
2011-04-18OpenPGM compilation error on OSX fixedMartin Sustrik
2011-04-15Error handling for accept on Cygwin fixedMartin Sustrik
2011-04-13Minor cleanup of preprocessor definitions for OpenPGMMartin Sustrik
2011-04-12Code dealing with messages moved to msg.cppMartin Sustrik
2011-04-12zmq_utils implementation moved to zmq_utils.cppMartin Sustrik
2011-04-12OpenPGM now doesn't redefine bool, we can drop the workaroundMartin Sustrik
2011-04-09Run-time checking for context & socket validity addedMartin Sustrik
2011-04-04TCP and IPC connection initiation allow for multiple propertiesMartin Sustrik
2011-04-04Issue with error checking on Win32 platform fixedMartin Sustrik
2011-04-04Unreferenced variable removedMartin Sustrik
2011-04-02Fixed memory leak with threads on win32Pieter Hintjens
2011-03-31Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM buildsMikko Koppanen
2011-03-27Comments improvementMartin Sustrik
2011-03-27zmq_recv() returns size of the message even if it's truncatedMartin Sustrik
2011-03-26Memory leak in zmq_recv fixedMartin Sustrik
2011-03-26ZMQ_NOBLOCK renamed ZMQ_DONTWAITMartin Sustrik
2011-03-24ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWMMartin Sustrik
2011-03-24ZMQ_HWM type changed to intMartin Sustrik
2011-03-24ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to intMartin Sustrik
2011-03-24ZMQ_EVENTS type changed to intMartin Sustrik
2011-03-24ZMQ_RCVMORE type changed to intMartin Sustrik
2011-03-24ZMQ_SNDBUF and ZMQ_RCVBUF type changed to intMartin Sustrik
2011-03-24ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciledMartin Sustrik
2011-03-24SWAP functionality removedMartin Sustrik
2011-03-24send/recv was changed to send/recv/sendmsg/recvmsgMartin Sustrik
2011-03-24C++ binding removed from the coreMartin Sustrik
2011-03-23zmq_device removedMartin Sustrik
2011-03-23ZMQ_MCAST_LOOP removedMartin Sustrik
2011-03-23Timeout in zmq_poll is in millisecondsMartin Sustrik
2011-03-20Message atomicity bug in load-balancer fixedMartin Sustrik
2011-03-20Message atomicity problem solved in PUB socketMartin 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-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-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