summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2015-04-14Heavily changed cmake build scriptsTimo Dritschler
Added gi-introspection module to build chain
2015-03-09Added kiro-test-partial tool for kiro_sync_partial testingTimo Dritschler
Changed KiroSbSyncCallbacks to pass generic void* userdata instead of KiroSb*
2015-01-30Fixed race conditions in kiro_server_reallocTimo Dritschler
KIRO client now reacts to server realloc
2015-01-16Fixed some crashes on exit in testsTimo Dritschler
2014-12-10Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler
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
2014-11-24Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas
2014-11-21Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler
Fixed build warnings Fixed a bug in kiro-test-bandwidth
2014-11-21Fix #5: Changed build process to use ConfigurePaths instead of static pathsTimo Dritschler
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-09-30Fixed a bug in RDMA memory allocation (Size information was missing)Timo
Added test-latency and test-bandwith tests
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-29Changed error loging to use the respective GLib functionsTimo Dritschler
Also fixes #2
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-08-15Changed CMake build to exclude test binaries if SDL library is not installedTimo Dritschler
2014-07-25Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler
Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server
2014-05-27Changed build system to CMakeTimo Dritschler