Age | Commit message (Expand) | Author |
2011-05-16 | Duplicate initialisation of PGM_MULTICAST_HOPS removed | Martin Sustrik |
2011-05-15 | ZMQ_MULTICAST_HOPS socket option added | Martin Sustrik |
2011-05-15 | Fixes warning when compiling with MSVC on Win64 | Martin Sustrik |
2011-05-08 | Async connect doesn't fail on EWSANETDOWN | Martin Sustrik |
2011-05-08 | Fixed REP assert on missing envelope | Pieter Hintjens |
2011-05-06 | urrent pipe pointer in XREP out of range -- fixed. | Martin Sustrik |
2011-05-04 | Accessing an iterator after it is accessed is not valid. | Tore Halvorsen |
2011-05-03 | Deallocation functions in zmq.h and msg_t class are consistent. | Martin Sustrik |
2011-05-03 | Minor patch to keep ICC compiler happy | Martin Sustrik |
2011-05-02 | Current inpipe remains unchaged in XREP when other pipe terminates | Martin Sustrik |
2011-05-02 | Yet one more fix related to PUB socket and multipart messages | Martin Sustrik |
2011-04-30 | Message atomicity problem in PUB socket fixed. | Martin Sustrik |
2011-04-30 | pgm_socket uses binary version of UUID | Martin Sustrik |
2011-04-29 | WSAENETUNREACH is a valid networking error | Martin Sustrik |
2011-04-29 | Substantial simplification of uuid_t | Martin Sustrik |
2011-04-22 | Assert during SUB socket termination fixed. | Martin Sustrik |
2011-04-21 | Message-related functionality factored out into msg_t class. | Martin Sustrik |
2011-04-19 | Message validity is checked in the runtime | Martin Sustrik |
2011-04-18 | OpenPGM compilation error on OSX fixed | Martin Sustrik |
2011-04-15 | Error handling for accept on Cygwin fixed | Martin Sustrik |
2011-04-13 | Minor cleanup of preprocessor definitions for OpenPGM | Martin Sustrik |
2011-04-12 | Code dealing with messages moved to msg.cpp | Martin Sustrik |
2011-04-12 | zmq_utils implementation moved to zmq_utils.cpp | Martin Sustrik |
2011-04-12 | OpenPGM now doesn't redefine bool, we can drop the workaround | Martin Sustrik |
2011-04-09 | Run-time checking for context & socket validity added | Martin Sustrik |
2011-04-04 | TCP and IPC connection initiation allow for multiple properties | Martin Sustrik |
2011-04-04 | Issue with error checking on Win32 platform fixed | Martin Sustrik |
2011-04-04 | Unreferenced variable removed | Martin Sustrik |
2011-04-02 | Fixed memory leak with threads on win32 | Pieter Hintjens |
2011-03-31 | Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM builds | Mikko Koppanen |
2011-03-27 | Comments improvement | Martin Sustrik |
2011-03-27 | zmq_recv() returns size of the message even if it's truncated | Martin Sustrik |
2011-03-26 | Memory leak in zmq_recv fixed | Martin Sustrik |
2011-03-26 | ZMQ_NOBLOCK renamed ZMQ_DONTWAIT | Martin Sustrik |
2011-03-24 | ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM | Martin Sustrik |
2011-03-24 | ZMQ_HWM type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to int | Martin Sustrik |
2011-03-24 | ZMQ_EVENTS type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RCVMORE type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_SNDBUF and ZMQ_RCVBUF type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled | Martin Sustrik |
2011-03-24 | SWAP functionality removed | Martin Sustrik |
2011-03-24 | send/recv was changed to send/recv/sendmsg/recvmsg | Martin Sustrik |
2011-03-24 | C++ binding removed from the core | Martin Sustrik |
2011-03-23 | zmq_device removed | Martin Sustrik |
2011-03-23 | ZMQ_MCAST_LOOP removed | Martin Sustrik |
2011-03-23 | Timeout in zmq_poll is in milliseconds | Martin Sustrik |
2011-03-20 | Message atomicity bug in load-balancer fixed | Martin Sustrik |
2011-03-20 | Message atomicity problem solved in PUB socket | Martin Sustrik |
2011-03-16 | Incorrect errno reported from tcp_listener_t::set_address | Martin Sustrik |