summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-17Paul Colomiets added to AUTHORS fileMartin Sustrik
2011-05-17Better handling of memory error in resolve_ip_hostnamePaul Colomiets
2011-05-17zmq_msg_init_data returns ERRNO instead abortingPaul Colomiets
2011-05-16Duplicate initialisation of PGM_MULTICAST_HOPS removedMartin Sustrik
2011-05-15ZMQ_MULTICAST_HOPS socket option addedMartin Sustrik
2011-05-15Fixes warning when compiling with MSVC on Win64Martin Sustrik
2011-05-08Async connect doesn't fail on EWSANETDOWNMartin Sustrik
2011-05-08Fixed REP assert on missing envelopePieter Hintjens
2011-05-06urrent pipe pointer in XREP out of range -- fixed.Martin Sustrik
2011-05-04Tore Halvorsen added to the AUTHORS fileMartin Sustrik
2011-05-04Accessing an iterator after it is accessed is not valid.Tore Halvorsen
2011-05-03Deallocation functions in zmq.h and msg_t class are consistent.Martin Sustrik
2011-05-03Minor patch to keep ICC compiler happyMartin Sustrik
2011-05-02Current inpipe remains unchaged in XREP when other pipe terminatesMartin Sustrik
2011-05-02Yet one more fix related to PUB socket and multipart messagesMartin Sustrik
2011-05-02Moved tests off 5555 (conflict with Eclipse)Pieter Hintjens
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-18zmq_socket(3) describes the EMFILE error codeMartin Sustrik
2011-04-18OpenPGM compilation error on OSX fixedMartin Sustrik
2011-04-15zmq_send(3) manpage improvedMartin Sustrik
2011-04-15Error handling for accept on Cygwin fixedMartin Sustrik
2011-04-13Minor cleanup of preprocessor definitions for OpenPGMMartin Sustrik
2011-04-13MSVC build fixed to reflect zmq.cpp splitMartin 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-11Fixed examplePieter Hintjens
2011-04-09Missing ENOTSOCK added on Win32Martin Sustrik
2011-04-09Run-time checking for context & socket validity addedMartin Sustrik
2011-04-09RPM packaging improvementsMikko Koppanen
2011-04-04Make pkg-config dependency conditionalMikko Koppanen
2011-04-04TCP and IPC connection initiation allow for multiple propertiesMartin Sustrik
2011-04-04Another error handling issue on Win32 solvedMartin Sustrik
2011-04-04Issue with error checking on Win32 platform fixedMartin Sustrik
2011-04-04Unreferenced variable removedMartin Sustrik
2011-04-03Add note about thread-safety to zmq_msg_init_data() manpage.Robert G. Jakabosky
2011-04-03Git ignores .gcno filesMartin Sustrik
2011-04-03Additional gcov changesMikko Koppanen
2011-04-02Large rename: AC_ZMQ_ to LIBZMQ_ and ac_zmq_ to libzmq_. Fixes "warning suspi...Mikko Koppanen
2011-04-02Added code coverage checkingMikko Koppanen
2011-04-02Add option to build with system opepgmMikko Koppanen
2011-04-02Project location on github changed in README fileMartin Sustrik
2011-04-02Fixed memory leak with threads on win32Pieter Hintjens
2011-04-02inproc perf tests now work on WindowsMartin Sustrik