summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in RDMA memory allocation (Size information was missing)Timo2014-09-302-3/+5
* Changed kiro_cient_connect parameters to constTimo Dritschler2014-09-192-3/+2
* Fixed a problem in KIRO Client "sync" functionTimo Dritschler2014-08-291-5/+27
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-292-51/+53
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-297-519/+566
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-286-5/+23
* 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-151-1/+1
* Removed superfluous mutex to prevent deadlock situationsTimo Dritschler2014-07-251-9/+2
* Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler2014-07-252-29/+73
* Changed gobject initialization for backward compatibility with older versions...Timo Dritschler2014-07-183-3/+6
* 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
* Updated CMake build scripts to build and install KIRO as libraryTimo Dritschler2014-05-272-1/+21
* Changed build system to CMakeTimo Dritschler2014-05-278-0/+1647