Age | Commit message (Expand) | Author |
2012-03-13 | io_threads argument removed from xs_init() | Martin Sustrik |
2012-02-16 | Full name of the project used in license headers | Martin Sustrik |
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik |
2011-11-21 | Fix broken VPATH/parallel builds | Philip Kovacs |
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik |
2011-10-31 | 250bpm copyrights added | Martin Sustrik |
2011-06-19 | Throughput tests fixed. | Martin Sustrik |
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles |
2011-04-04 | Another error handling issue on Win32 solved | Martin Sustrik |
2011-04-02 | inproc perf tests now work on Windows | Martin Sustrik |
2011-03-31 | Adding thread latency/throughput perf. examples. | Robert G. Jakabosky |
2011-03-24 | send/recv was changed to send/recv/sendmsg/recvmsg | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
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 |
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 |
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 |
2009-09-16 | reconnect added to zmq_connecter | Martin Sustrik |
2009-09-10 | throughput tests use P2P sockets consistently | Martin Sustrik |