summaryrefslogtreecommitdiffstats
path: root/src/kiro-server.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | Added kiro_client_disconnect function Added missing memory cleanup to kiro server and client upon shutdown
* | 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
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* 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
| | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
* Changed error loging to use the respective GLib functionsTimo Dritschler2014-08-291-33/+35
| | | | Also fixes #2
* 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
| | | | Changed test software to use the new kiro_CLASS_new functions
* 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 kiro_connected structure from kiro-rdma.h as it is no longer needed
* 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
| | | | | Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server
* Changed gobject initialization for backward compatibility with older ↵Timo Dritschler2014-07-181-1/+2
| | | | versions of GLib
* 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