| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-28 | Fix #5: Added kiro_CLASS_new methods to all KIRO classes | Timo Dritschler | |
| Changed test software to use the new kiro_CLASS_new functions | |||
| 2014-08-28 | KIRO Server now sends a disconnect request to all clients upon shutdown | Timo Dritschler | |
| 2014-08-28 | KIRO Server now maintains a list of all connected clients | Timo Dritschler | |
| Removed kiro_connected structure from kiro-rdma.h as it is no longer needed | |||
| 2014-08-15 | Changed CMake build to exclude test binaries if SDL library is not installed | Timo Dritschler | |
| 2014-07-25 | Removed superfluous mutex to prevent deadlock situations | Timo Dritschler | |
| 2014-07-25 | Added 'kiro_server_stop' method to KIRO Server | Timo Dritschler | |
| Added missing cleanup to kiro_server_finalize Added missing cleanup to test-server | |||
| 2014-07-18 | Changed gobject initialization for backward compatibility with older ↵ | Timo Dritschler | |
| versions of GLib | |||
| 2014-07-08 | Updated CMake build dependencies for rdmacm-devel files | Timo Dritschler | |
| 2014-07-01 | Fixed possible segfault due to missing cleanup of event listener thread | Timo Dritschler | |
| 2014-06-06 | Updated documentation to make it conform with Gtk Documentation-Guide | Timo Dritschler | |
| Added kiro_trb_purge to completely reset the entire buffer | |||
| 2014-05-27 | Updated CMake build scripts to build and install KIRO as library | Timo Dritschler | |
| 2014-05-27 | Changed build system to CMake | Timo Dritschler | |
| 2014-05-13 | Added kiro_attach_qp to kiro-rdma.h that creates a new QP for | Timo Dritschler | |
| a rdma_cm_id and attaches it. Changed kiro_destroy_connection to work on a rdma_cm_id instead. Changed kiro-server accordingly. Restructured kiro-server to use an event loop thread to listen for new client connections. Restructured kiro-server to no longer memorize the client connections. It is currently unneccessary as no control-flow is exchanged. | |||
| 2014-05-09 | Added SDL (Simple Direct media Layer) image output to testing framework | Timo Dritschler | |
| Test communicaation between server and client now passes images via KIRO-TRB Updated Makefile Removed Super-Verbose output from kiro_client_sync | |||
| 2014-05-09 | Restructured kiro-server implementation to make it a bit more modular | Timo Dritschler | |
| Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile | |||
| 2014-04-30 | Added documentation to KIRO TRB Header file | Timo Dritschler | |
| 2014-04-28 | Added new function 'kiro_trb_dma_push' that allows the user to directly | Timo Dritschler | |
| write a new element into the buffers memory Changed the name of 'kiro_trb_ingest' to 'kiro_trb_adopt' Added new function 'kiro_trb_clone' that copies the pointed memory before 'adopting' it. Started to add documentation | |||
| 2014-04-25 | KIRO Server and Client now automatically exchange MRI on connect | Timo Dritschler | |
| Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client | |||
| 2014-04-25 | Added 'kiro_trb_refresh' that refreshes all internal meta | Timo Dritschler | |
| information based on the memory content Added 'kiro_trb_is_setup' to check if the buffer is consistent | |||
| 2014-04-25 | Fixed kiro_create_rdma_memory not setting pointers correctly | Timo Dritschler | |
| Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv" | |||
| 2014-04-25 | Small detail fix in KIRO Server | Timo Dritschler | |
| Added small test program for KIRO Server and Client Updated Makefile | |||
| 2014-04-25 | Added first draft of 'KIRO Server' class | Timo Dritschler | |
| Updated Makefile | |||
| 2014-04-24 | Added first draft of a KIRO Client class | Timo Dritschler | |
| Updated Makefile | |||
| 2014-04-24 | Added new 'toolbox' unit KIRO RDMA that contains all 'loose' | Timo Dritschler | |
| functionality that will be used by both, server and client | |||
| 2014-04-23 | Initial Commit for "KIT Infiniband Remote Objects" (KIRO) Library | Timo Dritschler | |
| Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class | |||
