| Age | Commit message (Collapse) | Author |
|
Added gi-introspection module to build chain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added first prototype implementation of KiroSb
Fixed some typos
|
|
Changed kiro_trb_get_element interface to allow negative element indices
|
|
|
|
|
|
KIRO client now reacts to server realloc
|
|
|
|
Added early-out functionality to all KIRO interfaces to prevent segfaults when
passing a NULL pointer
|
|
|
|
|
|
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 kiro_client_disconnect function
Added missing memory cleanup to kiro server and client upon shutdown
|
|
|
|
Fixed build warnings
Fixed a bug in kiro-test-bandwidth
|
|
|
|
|
|
Added kiro_*_free methods to all three units
Added installation guide
Added readme
Added licence file
|
|
Added test-latency and test-bandwith tests
|
|
|
|
KIRO Client was ignoring broken connections and bad RDMA access keys
Made test-client application check kiro_client_sync return value
|
|
Also fixes #2
|
|
|
|
Changed test software to use the new kiro_CLASS_new functions
|
|
|
|
Removed kiro_connected structure from kiro-rdma.h as it is no longer needed
|
|
|
|
|
|
Added missing cleanup to kiro_server_finalize
Added missing cleanup to test-server
|
|
versions of GLib
|
|
|
|
Added kiro_trb_purge to completely reset the entire buffer
|
|
|
|
|