summaryrefslogtreecommitdiffstats
path: root/src/kiro-server.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-4/+4
|\
| * Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler2014-11-261-4/+4
* | Merge branch 'master' into eventLoopsTimo Dritschler2014-11-261-8/+0
|\|
| * Removed superfluous memory allocations in kiro server and clientTimo Dritschler2014-11-261-8/+0
* | Added a Main Loop model to kiro-clientTimo Dritschler2014-11-261-7/+11
* | Changed kiro-server to use a Main Loop model for event handlingTimo Dritschler2014-11-261-55/+89
|/
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-2/+11
* Fix #7: Added missing call to parent finalizeTimo Dritschler2014-11-211-0/+2
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-8/+13
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-291-33/+35
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-291-175/+166
* Fix #5: Added kiro_CLASS_new methods to all KIRO classesTimo Dritschler2014-08-281-1/+7
* 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-281-21/+24
* Removed superfluous mutex to prevent deadlock situationsTimo Dritschler2014-07-251-9/+2
* Added 'kiro_server_stop' method to KIRO ServerTimo Dritschler2014-07-251-27/+61
* Changed gobject initialization for backward compatibility with older versions...Timo Dritschler2014-07-181-1/+2
* Fixed possible segfault due to missing cleanup of event listener threadTimo Dritschler2014-07-011-1/+4
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+361