summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* KIRO Server now maintains a list of all connected clientsTimo Dritschler2014-08-282-30/+24
| | | | Removed kiro_connected structure from kiro-rdma.h as it is no longer needed
* 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
| | | | | Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server
* Changed gobject initialization for backward compatibility with older ↵Timo Dritschler2014-07-183-3/+6
| | | | versions of GLib
* 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
| | | | Added kiro_trb_purge to completely reset the entire buffer
* 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