summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-04Fixed a race condition concerning message handling in kiro clientTimo Dritschler
2014-12-03KIRO Server now has a message event handler for receivesTimo Dritschler
2014-12-03Fixed a race condition in kiro_client_connectTimo Dritschler
2014-12-03KIRO Client now has a communication event handler for receivesTimo Dritschler
2014-12-03Fixed two memory leaks in kiro-serverTimo Dritschler
2014-11-26Changed a missed occurance of malloc to g_try_mallocTimo Dritschler
2014-11-26Merge branch 'master' into eventLoopsTimo Dritschler
2014-11-26Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler
2014-11-26Merge branch 'master' into eventLoopsTimo Dritschler
2014-11-26Removed superfluous memory allocations in kiro server and clientTimo Dritschler
2014-11-26Added a Main Loop model to kiro-clientTimo Dritschler
2014-11-26Changed kiro-server to use a Main Loop model for event handlingTimo Dritschler
2014-11-21Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler
2014-11-21Fix #7: Added missing call to parent finalizeTimo Dritschler
2014-11-21Fix #5: Changed build process to use ConfigurePaths instead of static pathsTimo Dritschler
2014-11-20Release KIRO to GitHub under LGPL v2.1Timo Dritschler
2014-09-30Fixed a bug in RDMA memory allocation (Size information was missing)Timo
2014-09-19Changed kiro_cient_connect parameters to constTimo Dritschler
2014-08-29Fixed a problem in KIRO Client "sync" functionTimo Dritschler
2014-08-29Changed error loging to use the respective GLib functionsTimo Dritschler
2014-08-29Fix #6: Changed coding style to match UFO ProjectTimo Dritschler
2014-08-28Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler
2014-08-28KIRO Server now sends a disconnect request to all clients upon shutdownTimo Dritschler
2014-08-28KIRO Server now maintains a list of all connected clientsTimo Dritschler
2014-08-15Changed CMake build to exclude test binaries if SDL library is not installedTimo Dritschler
2014-07-25Removed superfluous mutex to prevent deadlock situationsTimo Dritschler
2014-07-25Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler
2014-07-18Changed gobject initialization for backward compatibility with older versions...Timo Dritschler
2014-07-01Fixed possible segfault due to missing cleanup of event listener threadTimo Dritschler
2014-06-06Updated documentation to make it conform with Gtk Documentation-GuideTimo Dritschler
2014-05-27Updated CMake build scripts to build and install KIRO as libraryTimo Dritschler
2014-05-27Changed build system to CMakeTimo Dritschler