Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-24 | send/recv was changed to send/recv/sendmsg/recvmsg | Martin Sustrik | |
send/recv now complies with POSIX by using raw buffers instead of message objects and by returning number of bytes sent/recvd instead of 0/-1. The return value is changed accordingly for sendmsg and recvmsg. Note that related man pages will be fixed in a separate patch. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-08-25 | added ZMQ_MAKE_VALGRIND_HAPPY compile-time option | Martin Sustrik | |
2010-07-26 | perf: fix typo | Martin Hurton | |
2010-06-17 | stopwatch returned to libzmq | Martin Sustrik | |
2010-06-04 | obsolete API elements removed - this commit breaks backward compatibility | Martin Sustrik | |
2010-06-04 | Move perf helper functions to perf/helpers.cpp | Martin Lucina | |
2010-04-10 | Compile perf tests with the C++ compiler | Martin Lucina | |
This lets us build the binaries in a portable fashion w/o having to worry about how to link with the C++ runtime. |