summaryrefslogtreecommitdiffstats
path: root/src/kiro-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-9/+0
|
* Fixed KIRO Client allocating new memory on each ACK_RDMA messageTimo Dritschler2015-03-091-12/+17
|
* Added new kiro_client_sync_partial interfaceTimo Dritschler2015-02-061-2/+30
|
* Added missing cleanup for GIOChannel GSources to client main loopTimo Dritschler2015-02-061-20/+34
|
* Fixed race conditions in kiro_server_reallocTimo Dritschler2015-01-301-13/+62
| | | | KIRO client now reacts to server realloc
* Fixed a bug in KiroClient when connection fails during setupTimo Dritschler2015-01-211-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 handlerTimo Dritschler2014-12-101-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 clientTimo Dritschler2014-12-041-5/+5
|
* KIRO Server now has a message event handler for receivesTimo Dritschler2014-12-031-3/+4
|
* Fixed a race condition in kiro_client_connectTimo Dritschler2014-12-031-15/+19
|
* KIRO Client now has a communication event handler for receivesTimo Dritschler2014-12-031-29/+74
|
* Changed a missed occurance of malloc to g_try_mallocTimo Dritschler2014-11-261-1/+1
|
* Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-1/+1
|\
| * Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler2014-11-261-1/+1
| |
* | Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-10/+0
|\|
| * Removed superfluous memory allocations in kiro server and clientTimo Dritschler2014-11-261-10/+0
| |
* | Added a Main Loop model to kiro-clientTimo Dritschler2014-11-261-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 headerTimo Dritschler2014-11-211-12/+14
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* Fix #7: Added missing call to parent finalizeTimo Dritschler2014-11-211-0/+1
|
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-8/+15
| | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
* Changed kiro_cient_connect parameters to constTimo Dritschler2014-09-191-2/+1
|
* Fixed a problem in KIRO Client "sync" functionTimo Dritschler2014-08-291-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 functionsTimo Dritschler2014-08-291-18/+18
| | | | Also fixes #2
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-291-110/+118
|
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-281-0/+6
| | | | Changed test software to use the new kiro_CLASS_new functions
* Changed gobject initialization for backward compatibility with older ↵Timo Dritschler2014-07-181-1/+2
| | | | versions of GLib
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+256