summaryrefslogtreecommitdiffstats
path: root/src/kiro-server.c
Commit message (Expand)AuthorAgeFilesLines
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-9/+0
* Fixed race conditions in kiro_server_reallocTimo Dritschler2015-01-301-71/+155
* KIRO Server can now issue a client reallocation commandTimo Dritschler2015-01-261-8/+149
* Fixed a bug in KiroClient when connection fails during setupTimo Dritschler2015-01-211-6/+6
* Added a missing pointer cleanupTimo Dritschler2014-12-101-0/+1
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-1/+18
* Fixed a problem with the kiro server getting stuck in the RDMA event handlerTimo Dritschler2014-12-051-2/+9
* KIRO Server now has a message event handler for receivesTimo Dritschler2014-12-031-27/+111
* Fixed two memory leaks in kiro-serverTimo Dritschler2014-12-031-1/+19
* 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