summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
Changed test software to use the new kiro_CLASS_new functions
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
Removed kiro_connected structure from kiro-rdma.h as it is no longer needed
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
Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server
2014-07-18Changed gobject initialization for backward compatibility with older ↵Timo Dritschler
versions of GLib
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
Added kiro_trb_purge to completely reset the entire buffer
2014-05-27Updated CMake build scripts to build and install KIRO as libraryTimo Dritschler
2014-05-27Changed build system to CMakeTimo Dritschler