Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-12 | Implement flow control | Martin Hurton | |
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types. | |||
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-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵ | Martin Sustrik | |
connections | |||
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-12 | Multi-hop REQ/REP, part III., change 'type' in options to simple ↵ | Martin Sustrik | |
'traceroute' flag | |||
2010-02-12 | Multi-hop REQ/REP, part I., socket type is known to all associated objects | Martin Sustrik | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-12-10 | ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) | Martin Sustrik | |
2009-09-23 | ZMQII-14: Change default for ZMQ_MCAST_LOOP to true | malosek | |
2009-09-21 | different fixes to req/rep | Martin Sustrik | |
2009-09-21 | initial version of req/rep sockets | Martin Sustrik | |
2009-09-16 | added OpenPGM receiver - ZMQ_SUB | malosek | |
2009-09-14 | java binding sets socket options using setsockopt function | Martin Sustrik | |
2009-09-11 | added OpenPGM sender - ZMQ_PUB | malosek | |
2009-08-12 | listener/connecter/init/session added | Martin Sustrik | |