summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-23Obsolete note removed from zmq_poll(3) manpageMartin Sustrik
2011-03-23Obsolete constants ZMQ_UPSTREAM and ZMQ_DOWNSTREAM removedMartin Sustrik
2011-03-23Version bumped to 3.0.0Martin Sustrik
2011-03-20Message atomicity bug in load-balancer fixedMartin Sustrik
2011-03-20Message atomicity problem solved in PUB socketMartin Sustrik
2011-03-16zmq_socket(3) and zmq_setsockopt(3) man pages improvedMartin 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-12Added missing close method w/ check if socket is already closed.Guido Goldstein
2011-03-09Windows build fixedMartin Sustrik
2011-03-08Different fixed to make OpenVMS port work.Brett Cameron