summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20 from ufo-kit/fixMainLoopTimo Dritschler2015-02-061-20/+34
|\
| * Added missing cleanup for GIOChannel GSources to client main loopTimo Dritschler2015-02-061-20/+34
|/
* Bumped version to 0.3.0Timo Dritschler2015-01-301-3/+3
* Merge pull request #17 from ufo-kit/serverReallocTimo Dritschler2015-01-306-54/+344
|\
| * Fixed race conditions in kiro_server_reallocTimo Dritschler2015-01-305-87/+222
| * KIRO Server can now issue a client reallocation commandTimo Dritschler2015-01-263-9/+164
|/
* Pushed Version to 0.2.2Timo Dritschler2015-01-211-2/+2
* Fixed a bug in KiroClient when connection fails during setupTimo Dritschler2015-01-214-16/+38
* Fixed some crashes on exit in testsTimo Dritschler2015-01-162-2/+4
* Fixed broken pkgconfig fileTimo Dritschler2014-12-102-6/+6
* Merge pull request #14 from ufo-kit/communicationHandlingTimo Dritschler2014-12-106-96/+402
|\
| * Push release version to 2 (0.2.0)Timo Dritschler2014-12-101-2/+2
| * Added a missing pointer cleanupTimo Dritschler2014-12-101-0/+1
| * Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-105-35/+195
| * Fixed a problem with the kiro server getting stuck in the RDMA event handlerTimo Dritschler2014-12-051-2/+9
| * 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-033-31/+120
| * 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
|/
* Fixed two memory leaks in kiro-serverTimo Dritschler2014-12-031-1/+19
* Merge pull request #12 from ufo-kit/eventLoopsTimo Dritschler2014-11-273-61/+218
|\
| * Changed a missed occurance of malloc to g_try_mallocTimo Dritschler2014-11-261-1/+1
| * Merge branch 'master' into eventLoopsTimo Dritschler2014-11-263-11/+11
| |\ | |/ |/|
* | Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler2014-11-263-11/+11
| * Merge branch 'master' into eventLoopsTimo Dritschler2014-11-262-18/+0
| |\ | |/ |/|
* | Removed superfluous memory allocations in kiro server and clientTimo Dritschler2014-11-262-18/+0
| * Added a Main Loop model to kiro-clientTimo Dritschler2014-11-263-10/+133
| * Changed kiro-server to use a Main Loop model for event handlingTimo Dritschler2014-11-261-55/+89
|/
* Merge pull request #10 from ufo-kit/output-fixTimo Dritschler2014-11-242-2/+2
|\
| * Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas2014-11-242-2/+2
|/
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-219-27/+179
* Fix #7: Added missing call to parent finalizeTimo Dritschler2014-11-213-0/+5
* Fix #5: Changed build process to use ConfigurePaths instead of static pathsTimo Dritschler2014-11-215-21/+163
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-2015-96/+707
* Fixed a bug in RDMA memory allocation (Size information was missing)Timo2014-09-305-6/+117
* Changed kiro_cient_connect parameters to constTimo Dritschler2014-09-192-3/+2
* Fixed a problem in KIRO Client "sync" functionTimo Dritschler2014-08-292-6/+31
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-293-52/+54
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-2910-675/+742
* Fix #1: Removed -g from default buildTimo Dritschler2014-08-281-1/+1
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-288-9/+27
* KIRO Server now sends a disconnect request to all clients upon shutdownTimo Dritschler2014-08-281-5/+14
* KIRO Server now maintains a list of all connected clientsTimo Dritschler2014-08-282-30/+24
* Changed CMake build to exclude test binaries if SDL library is not installedTimo Dritschler2014-08-152-3/+10
* Removed superfluous mutex to prevent deadlock situationsTimo Dritschler2014-07-251-9/+2
* Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler2014-07-253-29/+75
* Changed gobject initialization for backward compatibility with older versions...Timo Dritschler2014-07-183-3/+6
* Updated CMake build dependencies for rdmacm-devel filesTimo Dritschler2014-07-081-1/+9
* Fixed possible segfault due to missing cleanup of event listener threadTimo Dritschler2014-07-011-1/+4
* Updated documentation to make it conform with Gtk Documentation-GuideTimo Dritschler2014-06-062-30/+81