Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | 2014-11-26 | 1 | -8/+0 |
| | |||||
* | Fix #1: Added missing documentation to TRB, Client and Server header | Timo Dritschler | 2014-11-21 | 1 | -2/+11 |
| | | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth | ||||
* | Fix #7: Added missing call to parent finalize | Timo Dritschler | 2014-11-21 | 1 | -0/+2 |
| | |||||
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 1 | -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 functions | Timo Dritschler | 2014-08-29 | 1 | -33/+35 |
| | | | | Also fixes #2 | ||||
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 1 | -175/+166 |
| | |||||
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 1 | -1/+7 |
| | | | | 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 | 1 | -21/+24 |
| | | | | Removed kiro_connected structure from kiro-rdma.h as it is no longer needed | ||||
* | 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 | 1 | -27/+61 |
| | | | | | 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 | 1 | -1/+2 |
| | | | | versions of GLib | ||||
* | Fixed possible segfault due to missing cleanup of event listener thread | Timo Dritschler | 2014-07-01 | 1 | -1/+4 |
| | |||||
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 1 | -0/+361 |