Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 6 | -5/+23 |
| | | | | Changed test software to use the new kiro_CLASS_new functions | ||||
* | 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 |
| | | | | 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 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 |
| | | | | | Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server | ||||
* | Changed gobject initialization for backward compatibility with older ↵ | Timo Dritschler | 2014-07-18 | 3 | -3/+6 |
| | | | | versions of GLib | ||||
* | 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 |
| | | | | Added kiro_trb_purge to completely reset the entire buffer | ||||
* | 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 |