| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a problem with the kiro server getting stuck in the RDMA event handler | Timo Dritschler | 2014-12-05 | 1 | -2/+9 |
* | Fixed a race condition concerning message handling in kiro client | Timo Dritschler | 2014-12-04 | 1 | -5/+5 |
* | KIRO Server now has a message event handler for receives | Timo Dritschler | 2014-12-03 | 3 | -31/+120 |
* | Fixed a race condition in kiro_client_connect | Timo Dritschler | 2014-12-03 | 1 | -15/+19 |
* | KIRO Client now has a communication event handler for receives | Timo Dritschler | 2014-12-03 | 1 | -29/+74 |
* | Fixed two memory leaks in kiro-server | Timo Dritschler | 2014-12-03 | 1 | -1/+19 |
* | Changed a missed occurance of malloc to g_try_malloc | Timo Dritschler | 2014-11-26 | 1 | -1/+1 |
* | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 3 | -11/+11 |
|\ |
|
| * | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | 2014-11-26 | 3 | -11/+11 |
* | | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 2 | -18/+0 |
|\| |
|
| * | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | 2014-11-26 | 2 | -18/+0 |
* | | Added a Main Loop model to kiro-client | Timo Dritschler | 2014-11-26 | 3 | -10/+133 |
* | | Changed kiro-server to use a Main Loop model for event handling | Timo Dritschler | 2014-11-26 | 1 | -55/+89 |
|/ |
|
* | Fix #1: Added missing documentation to TRB, Client and Server header | Timo Dritschler | 2014-11-21 | 6 | -21/+173 |
* | Fix #7: Added missing call to parent finalize | Timo Dritschler | 2014-11-21 | 3 | -0/+5 |
* | Fix #5: Changed build process to use ConfigurePaths instead of static paths | Timo Dritschler | 2014-11-21 | 1 | -2/+3 |
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 6 | -22/+55 |
* | Fixed a bug in RDMA memory allocation (Size information was missing) | Timo | 2014-09-30 | 2 | -3/+5 |
* | Changed kiro_cient_connect parameters to const | Timo Dritschler | 2014-09-19 | 2 | -3/+2 |
* | Fixed a problem in KIRO Client "sync" function | Timo Dritschler | 2014-08-29 | 1 | -5/+27 |
* | Changed error loging to use the respective GLib functions | Timo Dritschler | 2014-08-29 | 2 | -51/+53 |
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 7 | -519/+566 |
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 6 | -5/+23 |
* | KIRO Server now sends a disconnect request to all clients upon shutdown | Timo Dritschler | 2014-08-28 | 1 | -5/+14 |
* | KIRO Server now maintains a list of all connected clients | Timo Dritschler | 2014-08-28 | 2 | -30/+24 |
* | Changed CMake build to exclude test binaries if SDL library is not installed | Timo Dritschler | 2014-08-15 | 1 | -1/+1 |
* | Removed superfluous mutex to prevent deadlock situations | Timo Dritschler | 2014-07-25 | 1 | -9/+2 |
* | Added 'kiro_server_stop' method to KIRO Server | Timo Dritschler | 2014-07-25 | 2 | -29/+73 |
* | Changed gobject initialization for backward compatibility with older versions... | Timo Dritschler | 2014-07-18 | 3 | -3/+6 |
* | Fixed possible segfault due to missing cleanup of event listener thread | Timo Dritschler | 2014-07-01 | 1 | -1/+4 |
* | Updated documentation to make it conform with Gtk Documentation-Guide | Timo Dritschler | 2014-06-06 | 2 | -30/+81 |
* | Updated CMake build scripts to build and install KIRO as library | Timo Dritschler | 2014-05-27 | 2 | -1/+21 |
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 8 | -0/+1647 |