| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | 2014-11-26 | 3 | -11/+11 |
* | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | 2014-11-26 | 2 | -18/+0 |
* | Merge pull request #10 from ufo-kit/output-fix | Timo Dritschler | 2014-11-24 | 2 | -2/+2 |
|\ |
|
| * | Fixed usage hints for kiro-test-bandwidth and kiro-test-latency | kaikas | 2014-11-24 | 2 | -2/+2 |
|/ |
|
* | Fix #1: Added missing documentation to TRB, Client and Server header | Timo Dritschler | 2014-11-21 | 9 | -27/+179 |
* | 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 | 5 | -21/+163 |
* | Release KIRO to GitHub under LGPL v2.1 | Timo Dritschler | 2014-11-20 | 15 | -96/+707 |
* | Fixed a bug in RDMA memory allocation (Size information was missing) | Timo | 2014-09-30 | 5 | -6/+117 |
* | 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 | 2 | -6/+31 |
* | Changed error loging to use the respective GLib functions | Timo Dritschler | 2014-08-29 | 3 | -52/+54 |
* | Fix #6: Changed coding style to match UFO Project | Timo Dritschler | 2014-08-29 | 10 | -675/+742 |
* | Fix #1: Removed -g from default build | Timo Dritschler | 2014-08-28 | 1 | -1/+1 |
* | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | 2014-08-28 | 8 | -9/+27 |
* | 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 | 2 | -3/+10 |
* | 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 | 3 | -29/+75 |
* | Changed gobject initialization for backward compatibility with older versions... | Timo Dritschler | 2014-07-18 | 3 | -3/+6 |
* | Updated CMake build dependencies for rdmacm-devel files | Timo Dritschler | 2014-07-08 | 1 | -1/+9 |
* | 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 | 3 | -3/+26 |
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 14 | -41/+78 |
* | Added kiro_attach_qp to kiro-rdma.h that creates a new QP for | Timo Dritschler | 2014-05-13 | 4 | -69/+146 |
* | Added SDL (Simple Direct media Layer) image output to testing framework | Timo Dritschler | 2014-05-09 | 4 | -7/+81 |
* | Restructured kiro-server implementation to make it a bit more modular | Timo Dritschler | 2014-05-09 | 9 | -179/+404 |
* | Added documentation to KIRO TRB Header file | Timo Dritschler | 2014-04-30 | 2 | -24/+180 |
* | Added new function 'kiro_trb_dma_push' that allows the user to directly | Timo Dritschler | 2014-04-28 | 5 | -8/+112 |
* | KIRO Server and Client now automatically exchange MRI on connect | Timo Dritschler | 2014-04-25 | 6 | -33/+138 |
* | Added 'kiro_trb_refresh' that refreshes all internal meta | Timo Dritschler | 2014-04-25 | 3 | -20/+40 |
* | Fixed kiro_create_rdma_memory not setting pointers correctly | Timo Dritschler | 2014-04-25 | 6 | -15/+27 |
* | Small detail fix in KIRO Server | Timo Dritschler | 2014-04-25 | 4 | -7/+39 |
* | Added first draft of 'KIRO Server' class | Timo Dritschler | 2014-04-25 | 3 | -1/+329 |
* | Added first draft of a KIRO Client class | Timo Dritschler | 2014-04-24 | 3 | -2/+297 |
* | Added new 'toolbox' unit KIRO RDMA that contains all 'loose' | Timo Dritschler | 2014-04-24 | 1 | -0/+172 |
* | Initial Commit for "KIT Infiniband Remote Objects" (KIRO) Library | Timo Dritschler | 2014-04-23 | 4 | -0/+402 |