summaryrefslogtreecommitdiff
path: root/ufo/ufo-zmq-messenger.c
Commit message (Collapse)AuthorAge
* Fix #88: communication brokenMatthias Vogelgesang2015-04-21
| | | | No better summary line, too many problems ...
* Allow multi input tasks for remote processingSven Werchner2015-02-11
|
* Use GError-based error handling for communicationMatthias Vogelgesang2014-11-25
|
* Replace g_message() with g_debug()Matthias Vogelgesang2014-11-25
|
* Make connection address constantMatthias Vogelgesang2014-11-25
|
* Do not expose impl-specific messenger methodsMatthias Vogelgesang2014-11-25
| | | | They should all be handled through the UfoMessenger interface.
* Change annotations for g-ir-scanner and gtkdocMatthias Vogelgesang2013-12-16
|
* 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