Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-02-23 | Use unix sockets for the fallback, and set permissions | Kali Kaneko | |
... on them, to user-writeable only. I think we could consider ipc for the curve-case too, at least for the platforms that support them. | |||
2015-02-20 | Fall back to plain ZMQ if Curve is not available. | Ivan Alejandro | |
Use global flag for ZMQ_HAS_CURVE. Closes #6646 | |||
2014-07-15 | Replace QThread with threading.Thread. | Ivan Alejandro | |
2014-07-14 | Comment out overly verbose logs for communication. | Ivan Alejandro | |
2014-07-14 | Add file docstrings. | Ivan Alejandro | |
2014-07-14 | Add license headers. | Ivan Alejandro | |
2014-07-14 | Add base communication framework. | Ivan Alejandro | |