Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-16 | Full name of the project used in license headers | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-11-21 | Fix broken VPATH/parallel builds | Philip Kovacs | |
Signed-off-by: Philip Kovacs <phil@philkovacs.com> | |||
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-10-31 | 250bpm copyrights added | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-19 | Throughput tests fixed. | Martin Sustrik | |
Introduction of subscription forwarding have broken throughput tests. This patch changes the pattern used in the tests to PUSH/PULL. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles | |
- Add doc and tests - Add options and setup - Wait using poll/select Signed-off-by: Fabien Ninoles <fabien@tzone.org> Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-04 | Another error handling issue on Win32 solved | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-02 | inproc perf tests now work on Windows | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-31 | Adding thread latency/throughput perf. examples. | Robert G. Jakabosky | |
Signed-off-by: Robert G. Jakabosky <bobby@sharedrealm.com> | |||
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 | platform.hpp for MSVC contains only very basic stuff | Martin Sustrik | |
2010-06-04 | MSVC build fixed | 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-06-04 | Remove PGM examples from build | Martin Lucina | |
2010-04-10 | Remove -Wxxx gcc-isms from subdir Makefiles | 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. | |||
2010-03-16 | fix include paths in perf on Win32 | Martin Sustrik | |
2010-03-12 | C perf tests are built non-optionally; C++ perf tests removed | Martin Sustrik | |
2010-03-11 | Restructure language bindings | Martin Lucina | |
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default | |||
2010-03-11 | Removed Java binding from core distribution | Martin Lucina | |
2010-02-27 | Ruby binding removed | Martin Sustrik | |
2010-02-27 | python binding removed | Martin Sustrik | |
2010-02-16 | ZMQII-77: Put librbzmq symbols into ZMQ module | Martin Sustrik | |
2010-02-16 | Fix 'make dist' to work with no special magic | Martin Lucina | |
2010-02-15 | Cleaning up more PGM cruft | Martin Lucina | |
2010-01-28 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-01-28 | CL binding ripped out of the tree | Martin Sustrik | |
2010-01-27 | fixed OpenPGM compilation on mingw32 | malosek | |
2010-01-27 | libpgm updated to 2.6.21rc6 | malosek | |
2010-01-18 | error handling in C perf tests improved | Martin Sustrik | |
2010-01-05 | perf tests modified to reflect change in subscription format | Martin Sustrik | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-12-03 | common lisp binding & perf tests added | Martin Sustrik | |
2009-11-26 | memory leak in message encoder fixed | Martin Sustrik | |
2009-10-19 | added --with-pgm2-examples configure option | malosek | |
2009-09-23 | ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C binding | Martin Sustrik | |
2009-09-20 | 'flags' parameter added to zmq_init | Martin Sustrik | |
2009-09-16 | c and cpp directories moved into bindings directory | malosek | |
2009-09-16 | setsockopt cleanup in rbzmq | malosek | |
2009-09-16 | added newly added socket options to all language bindings, P2P model changed ↵ | malosek | |
to PUB/SUB for throughput tests | |||
2009-09-16 | reconnect added to zmq_connecter | Martin Sustrik | |
2009-09-10 | throughput tests use P2P sockets consistently | Martin Sustrik | |
2009-09-09 | higher precision time measurement in python perf tests | Martin Sustrik | |