Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Heavily changed cmake build scripts | Timo Dritschler | 2015-04-14 | 1 | -6/+9 |
| | | | | Added gi-introspection module to build chain | ||||
* | Added kiro-test-partial tool for kiro_sync_partial testing | Timo Dritschler | 2015-03-09 | 3 | -0/+51 |
| | | | | Changed KiroSbSyncCallbacks to pass generic void* userdata instead of KiroSb* | ||||
* | Fixed race conditions in kiro_server_realloc | Timo Dritschler | 2015-01-30 | 1 | -0/+2 |
| | | | | KIRO client now reacts to server realloc | ||||
* | Fixed some crashes on exit in tests | Timo Dritschler | 2015-01-16 | 2 | -2/+4 |
| | |||||
* | Fixed KIRO client getting stuck in the RDMA event handler | Timo Dritschler | 2014-12-10 | 1 | -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-latency | kaikas | 2014-11-24 | 2 | -2/+2 |
| | |||||
* | Fix #1: Added missing documentation to TRB, Client and Server header | Timo Dritschler | 2014-11-21 | 3 | -6/+6 |
| | | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth | ||||
* | Fix #5: Changed build process to use ConfigurePaths instead of static paths | Timo Dritschler | 2014-11-21 | 1 | -3/+3 |
| | |||||
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 6 | -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) | Timo | 2014-09-30 | 3 | -3/+112 |
| | | | | Added test-latency and test-bandwith tests | ||||
* | Fixed a problem in KIRO Client "sync" function | Timo Dritschler | 2014-08-29 | 1 | -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 functions | Timo Dritschler | 2014-08-29 | 1 | -1/+1 |
| | | | | Also fixes #2 | ||||
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 3 | -156/+176 |
| | |||||
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 2 | -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 installed | Timo Dritschler | 2014-08-15 | 1 | -2/+9 |
| | |||||
* | Added 'kiro_server_stop' method to KIRO Server | Timo Dritschler | 2014-07-25 | 1 | -0/+2 |
| | | | | | Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server | ||||
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 4 | -0/+324 |