summaryrefslogtreecommitdiffstats
path: root/src/kiro-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-12/+14
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* 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
| | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
* 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
| | | | | KIRO Client was ignoring broken connections and bad RDMA access keys Made test-client application check kiro_client_sync return value
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-291-18/+18
| | | | Also fixes #2
* 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 test software to use the new kiro_CLASS_new functions
* Changed gobject initialization for backward compatibility with older ↵Timo Dritschler2014-07-181-1/+2
| | | | versions of GLib
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+256