Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-18 | [feat] Get events working on windows | meskio on windows | |
Always use tcp channels and disable curve encryption on the zmq connections. - Closes: #7899, #7239 - Related: #7919 | |||
2015-07-23 | [style] Fixed pep8 warnings | Bruno Wagner | |
2015-05-27 | [feat] refactor events to use ZMQ | drebs | |
Before this commit, protobuf and protobuf.socketrpc were used to serialize and transmit messages between events clients. This change implements a simpler ZMQ client/server events mechanism that uses ZMQ sockets for transmitting messages from clients to server and to redistribute such messages to subscribed clients. Closes: #6359 |