summaryrefslogtreecommitdiff
path: root/test/test-client.c
AgeCommit message (Collapse)Author
2014-11-20Release KIRO to GitHub under LGPL v2.1Timo Dritschler
Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
2014-08-29Fixed a problem in KIRO Client "sync" functionTimo Dritschler
KIRO Client was ignoring broken connections and bad RDMA access keys Made test-client application check kiro_client_sync return value
2014-08-29Fix #6: Changed coding style to match UFO ProjectTimo Dritschler
2014-08-28Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler
Changed test software to use the new kiro_CLASS_new functions
2014-05-27Changed build system to CMakeTimo Dritschler