summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Heavily changed cmake build scriptsTimo Dritschler2015-04-141-6/+9
| | | | Added gi-introspection module to build chain
* Added kiro-test-partial tool for kiro_sync_partial testingTimo Dritschler2015-03-093-0/+51
| | | | Changed KiroSbSyncCallbacks to pass generic void* userdata instead of KiroSb*
* Fixed race conditions in kiro_server_reallocTimo Dritschler2015-01-301-0/+2
| | | | KIRO client now reacts to server realloc
* Fixed some crashes on exit in testsTimo Dritschler2015-01-162-2/+4
|
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-20/+12
| | | | | | 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
* Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas2014-11-242-2/+2
|
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-213-6/+6
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* Fix #5: Changed build process to use ConfigurePaths instead of static pathsTimo Dritschler2014-11-211-3/+3
|
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-206-74/+33
| | | | | | | 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-303-3/+112
| | | | Added test-latency and test-bandwith tests
* Fixed a problem in KIRO Client "sync" functionTimo Dritschler2014-08-291-1/+4
| | | | | 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-1/+1
| | | | Also fixes #2
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-293-156/+176
|
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-282-4/+4
| | | | Changed test software to use the new kiro_CLASS_new functions
* Changed CMake build to exclude test binaries if SDL library is not installedTimo Dritschler2014-08-151-2/+9
|
* Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler2014-07-251-0/+2
| | | | | Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server
* Changed build system to CMakeTimo Dritschler2014-05-274-0/+324