Age | Commit message (Expand) | Author |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-17 | one more attempt to fix the previous win32 problem | Martin Sustrik |
2010-02-17 | recv returning -1 while errno=0 fixed | Martin Sustrik |
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VII., identity-related algorithms rewritten | Martin Sustrik |
2010-02-12 | Fix memory leak in bind() | Martin Hurton |
2010-02-12 | Resolve command starvation in recv() | Martin Hurton |
2010-02-07 | minor code cleanup | Martin Sustrik |
2010-01-15 | ZMQII-39: Implement IPC transport | Martin Sustrik |
2010-01-13 | ZMQII-34: ensure that poll won't return POLLIN event when the message will be... | Martin Sustrik |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik |
2009-12-28 | format of subscriptions changed (no * needed anymore) | Martin Sustrik |
2009-12-23 | ZMQII-28: Bidirectional introduction on TCP connection establishment | Martin Sustrik |
2009-12-15 | all news converted to nothrow variant | Martin Sustrik |
2009-12-02 | seqnum mechanism automated | Martin Sustrik |
2009-12-01 | annoying optimisation in 'bind' command removed | Martin Sustrik |
2009-11-21 | race condition in inproc transport shutdown fixed | Martin Sustrik |
2009-11-21 | obsolete parameter removed from 'bind' command | Martin Sustrik |
2009-11-21 | inproc transport - initial commit | Martin Sustrik |
2009-10-01 | ZMQII-18: Implement I/O multiplexing (first approximation) | Martin Sustrik |
2009-09-25 | pgm2 receiver working (partly) | malosek |
2009-09-24 | added --with-pgm2 into build system | malosek |
2009-09-22 | ZMQ-specific error codes added | Martin Sustrik |
2009-09-21 | different fixes to req/rep | Martin Sustrik |
2009-09-21 | initial version of req/rep sockets | Martin Sustrik |
2009-09-17 | fixed compiler warning cast from uint64 to bool in socket_base.cpp | malosek |
2009-09-16 | c and cpp directories moved into bindings directory | malosek |
2009-09-16 | added udp:// transport prefix for PGM UDP encapsulation | 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-16 | added OpenPGM receiver - ZMQ_SUB | malosek |
2009-09-15 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | malosek |
2009-09-15 | deleted useles iostream include from socket_base.cpp | malosek |
2009-09-14 | ZMQII-1: Win32 - failure on shutdown | Martin Sustrik |
2009-09-14 | java binding sets socket options using setsockopt function | Martin Sustrik |
2009-09-11 | added OpenPGM sender - ZMQ_PUB | malosek |
2009-09-11 | build on win32 fixed | Martin Sustrik |
2009-09-11 | ZMQII-7: Pipe detach fails on shutdown | Martin Sustrik |
2009-09-10 | ZMQII-3: cheap and nasty implementation of message filtering | Martin Sustrik |
2009-09-07 | include directory split into c and cpp dirs, added --with-c and --with-cpp co... | malosek |
2009-09-04 | python binding functional | Martin Sustrik |
2009-09-02 | O(1) socket removal | Martin Sustrik |
2009-09-02 | python extension & perf tests | Martin Sustrik |
2009-08-28 | pipe deallocation added | Martin Sustrik |
2009-08-27 | pipes added | Martin Sustrik |
2009-08-21 | session management implemented | Martin Sustrik |
2009-08-20 | couple of bugs in shutdown mechanism fixed | Martin Sustrik |