Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made all in-source documentation Gtk-Doc conformant | Timo Dritschler | 2015-04-10 | 1 | -9/+0 |
| | |||||
* | Fixed KIRO Client allocating new memory on each ACK_RDMA message | Timo Dritschler | 2015-03-09 | 1 | -12/+17 |
| | |||||
* | Added new kiro_client_sync_partial interface | Timo Dritschler | 2015-02-06 | 1 | -2/+30 |
| | |||||
* | Added missing cleanup for GIOChannel GSources to client main loop | Timo Dritschler | 2015-02-06 | 1 | -20/+34 |
| | |||||
* | Fixed race conditions in kiro_server_realloc | Timo Dritschler | 2015-01-30 | 1 | -13/+62 |
| | | | | KIRO client now reacts to server realloc | ||||
* | Fixed a bug in KiroClient when connection fails during setup | Timo Dritschler | 2015-01-21 | 1 | -5/+12 |
| | | | | | Added early-out functionality to all KIRO interfaces to prevent segfaults when passing a NULL pointer | ||||
* | Fixed KIRO client getting stuck in the RDMA event handler | Timo Dritschler | 2014-12-10 | 1 | -7/+145 |
| | | | | | | 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 a race condition concerning message handling in kiro client | Timo Dritschler | 2014-12-04 | 1 | -5/+5 |
| | |||||
* | KIRO Server now has a message event handler for receives | Timo Dritschler | 2014-12-03 | 1 | -3/+4 |
| | |||||
* | Fixed a race condition in kiro_client_connect | Timo Dritschler | 2014-12-03 | 1 | -15/+19 |
| | |||||
* | KIRO Client now has a communication event handler for receives | Timo Dritschler | 2014-12-03 | 1 | -29/+74 |
| | |||||
* | Changed a missed occurance of malloc to g_try_malloc | Timo Dritschler | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 1 | -1/+1 |
|\ | |||||
| * | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | 2014-11-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 1 | -10/+0 |
|\| | |||||
| * | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | 2014-11-26 | 1 | -10/+0 |
| | | |||||
* | | Added a Main Loop model to kiro-client | Timo Dritschler | 2014-11-26 | 1 | -3/+105 |
|/ | | | | | 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 header | Timo Dritschler | 2014-11-21 | 1 | -12/+14 |
| | | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth | ||||
* | Fix #7: Added missing call to parent finalize | Timo Dritschler | 2014-11-21 | 1 | -0/+1 |
| | |||||
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 1 | -8/+15 |
| | | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file | ||||
* | Changed kiro_cient_connect parameters to const | Timo Dritschler | 2014-09-19 | 1 | -2/+1 |
| | |||||
* | Fixed a problem in KIRO Client "sync" function | Timo Dritschler | 2014-08-29 | 1 | -5/+27 |
| | | | | | 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 | -18/+18 |
| | | | | Also fixes #2 | ||||
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 1 | -110/+118 |
| | |||||
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 1 | -0/+6 |
| | | | | Changed test software to use the new kiro_CLASS_new functions | ||||
* | Changed gobject initialization for backward compatibility with older ↵ | Timo Dritschler | 2014-07-18 | 1 | -1/+2 |
| | | | | versions of GLib | ||||
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 1 | -0/+256 |