summaryrefslogtreecommitdiff
path: root/ufo/ufo-messenger-iface.h
Commit message (Collapse)AuthorAge
* Remove trailing comma causing annoying warningsMatthias Vogelgesang2016-04-08
|
* Document all message typesMatthias Vogelgesang2015-07-30
|
* Added ufo_messenger_create factoryTimo Dritschler2015-04-24
| | | | This creates the messenger dependending on the protocol scheme.
* Rework message handlingMatthias Vogelgesang2015-04-21
|
* Use GError-based error handling for communicationMatthias Vogelgesang2014-11-25
|
* Make connection address constantMatthias Vogelgesang2014-11-25
|
* Fix doc and gi annotationsMatthias Vogelgesang2014-07-30
|
* Add MPI supportTimo Dörr2013-10-23
|
* Abstract away communication into interfaceTimo Dörr2013-10-23
* Create generic interface ufo_messenger_iface * Move all zmq_* stuff into ufo_zmq_messenger that implements that interface * also fixes a bug that happened when closing the zmq_socket from another thread by introducing a special TERMINATE message that will kill ufo-daemon