summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-04-02MSVC build system updated to match 3.0 changesMartin Sustrik
2011-04-01inproc_lat and inproc_thr added to .gitignoreMartin Sustrik
2011-04-01PGM wire format specification improved in zmq_pgm(7)Martin Sustrik
2011-03-31Ian Barber and Zed Shaw added to credits sectionMartin Sustrik
2011-03-31Robert G. Jakabosky added to the AUTHORS fileMartin Sustrik
2011-03-31Adding thread latency/throughput perf. examples.Robert G. Jakabosky
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-24Auto-tests modified to use C API instead of C++ bindingMartin Sustrik
2011-03-23zmq_device removedMartin Sustrik
2011-03-23Pre-compiled devices removedMartin Sustrik
2011-03-23ZMQ_MCAST_LOOP removedMartin Sustrik
2011-03-23Timeout in zmq_poll is in millisecondsMartin Sustrik