Age | Commit message (Expand) | Author |
2011-06-19 | Race condition in pipe_t fixed. | Martin Sustrik |
2011-06-19 | ENETDOWN is a legal error from TCP connect | Martin Sustrik |
2011-06-19 | Merge branch 'master' of github.com:zeromq/libzmq | Martin Sustrik |
2011-06-18 | Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <st... | Steven McCoy |
2011-06-18 | Minor MSVC warning fixed | Martin Sustrik |
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles |
2011-06-14 | ENETUNREACH is a valid error from connect | Martin Sustrik |
2011-06-13 | Minor patch to fix ICC build | Martin Sustrik |
2011-06-13 | Reverting previous commit that broke MSVC2010 build | Martin Sustrik |
2011-06-12 | Fix scope on Windows includes. | Steven McCoy |
2011-06-12 | ZMQ_FILTER socket option added | Martin Sustrik |
2011-06-12 | Publisher-side filtering for multi-part messages fixed | Martin Sustrik |
2011-06-11 | Actual message filtering happens in XPUB socket | Martin Sustrik |
2011-06-01 | Minor code beautification for mtrie_t | Martin Sustrik |
2011-05-31 | Subscriptions are processed immediately in XPUB socket | Martin Sustrik |
2011-05-31 | Session termination induced by socket fixed | Martin Sustrik |
2011-05-30 | Patches from sub-forward branch incorporated | Martin Sustrik |
2011-05-28 | Subscription matching moved from XSUB to SUB socket | Martin Sustrik |
2011-05-26 | Pending messages are delivered even if connection doesn't exist yet | Martin Sustrik |
2011-05-25 | All pipe termination code moved to pipe_t | Martin Sustrik |
2011-05-23 | Add multi-array support to array_item_t. | Fabien Ninoles |
2011-05-23 | Move the pipe termination code to socket_base_t | Martin Sustrik |
2011-05-22 | Introduces bi-directional pipes | Martin Sustrik |
2011-05-17 | Couple of minor issues in MSVC build fixed | Martin Sustrik |
2011-05-17 | Better handling of memory error in resolve_ip_hostname | Paul Colomiets |
2011-05-17 | zmq_msg_init_data returns ERRNO instead aborting | Paul Colomiets |
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 |