summaryrefslogtreecommitdiffstats
path: root/src/kiro-client.c
Commit message (Expand)AuthorAgeFilesLines
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-9/+0
* Fixed KIRO Client allocating new memory on each ACK_RDMA messageTimo Dritschler2015-03-091-12/+17
* Added new kiro_client_sync_partial interfaceTimo Dritschler2015-02-061-2/+30
* Added missing cleanup for GIOChannel GSources to client main loopTimo Dritschler2015-02-061-20/+34
* Fixed race conditions in kiro_server_reallocTimo Dritschler2015-01-301-13/+62
* Fixed a bug in KiroClient when connection fails during setupTimo Dritschler2015-01-211-5/+12
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-7/+145
* Fixed a race condition concerning message handling in kiro clientTimo Dritschler2014-12-041-5/+5
* KIRO Server now has a message event handler for receivesTimo Dritschler2014-12-031-3/+4
* Fixed a race condition in kiro_client_connectTimo Dritschler2014-12-031-15/+19
* KIRO Client now has a communication event handler for receivesTimo Dritschler2014-12-031-29/+74
* Changed a missed occurance of malloc to g_try_mallocTimo Dritschler2014-11-261-1/+1
* Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-1/+1
|\
| * Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler2014-11-261-1/+1
* | Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-10/+0
|\ \ | |/
| * Removed superfluous memory allocations in kiro server and clientTimo Dritschler2014-11-261-10/+0
* | Added a Main Loop model to kiro-clientTimo Dritschler2014-11-261-3/+105
|/
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-12/+14
* Fix #7: Added missing call to parent finalizeTimo Dritschler2014-11-211-0/+1
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-8/+15
* Changed kiro_cient_connect parameters to constTimo Dritschler2014-09-191-2/+1
* Fixed a problem in KIRO Client "sync" functionTimo Dritschler2014-08-291-5/+27
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-291-18/+18
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-291-110/+118
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-281-0/+6
* Changed gobject initialization for backward compatibility with older versions...Timo Dritschler2014-07-181-1/+2
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+256