summaryrefslogtreecommitdiffstats
path: root/src/kiro-client.h
Commit message (Collapse)AuthorAgeFilesLines
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-41/+43
|
* Added new kiro_client_sync_partial interfaceTimo Dritschler2015-02-061-5/+28
|
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-0/+13
| | | | | | Fix #8: KIRO Server and Client now have routines to handle async communication Fix #6: Added kiro_client_ping_server and respective event handling to server Changed kiro-test-latency to use the new kiro_client_ping_server instead
* Added a Main Loop model to kiro-clientTimo Dritschler2014-11-261-0/+17
| | | | | Added kiro_client_disconnect function Added missing memory cleanup to kiro server and client upon shutdown
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-1/+92
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-2/+3
| | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
* Fixed a bug in RDMA memory allocation (Size information was missing)Timo2014-09-301-2/+2
| | | | Added test-latency and test-bandwith tests
* Changed kiro_cient_connect parameters to constTimo Dritschler2014-09-191-1/+1
|
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-291-10/+10
|
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-281-1/+1
| | | | Changed test software to use the new kiro_CLASS_new functions
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+90