| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-16 | Pushed to version 1.3.0HEADmaster | Timo Dritschler | |
| Highlights: - KiroSb: Added kiro_sb_get_dma_pointer interface | |||
| 2015-04-21 | Updated README to mention KiroSb as well | Timo Dritschler | |
| 2015-04-15 | Push to version 1.2.0 | Timo Dritschler | |
| 2015-04-15 | Changed gi.introspection handling for pointers to and from KIRO | Timo Dritschler | |
| 2015-04-15 | Fixed a bug in KiroSb | Timo Dritschler | |
| Removed a debugging statement which was causing the KiroSb to sync permanently Added gi.introspection annotations to some of the KiroSb documentation | |||
| 2015-04-14 | Heavily changed cmake build scripts | Timo Dritschler | |
| Added gi-introspection module to build chain | |||
| 2015-04-10 | Made all in-source documentation Gtk-Doc conformant | Timo Dritschler | |
| 2015-03-30 | Fixed an issue in kiro_sb_push and kiro_sb_push_dma | Timo Dritschler | |
| 2015-03-30 | Bump version to v1.1.0 | Timo Dritschler | |
| Highlights: KiroSb: - kiro_sb_serve now accepts optional address and port parameters Notes: The new kiro_sb_serve options break the backwards compatibility to previous versions of KIRO. | |||
| 2015-03-30 | Added new optional address and port paramters to kiro_sb_serve | Timo Dritschler | |
| 2015-03-09 | Fixed KIRO Client allocating new memory on each ACK_RDMA message | Timo Dritschler | |
| 2015-03-09 | Bump Version to v1.0.0 | Timo Dritschler | |
| 2015-03-09 | Added kiro-test-partial tool for kiro_sync_partial testing | Timo Dritschler | |
| Changed KiroSbSyncCallbacks to pass generic void* userdata instead of KiroSb* | |||
| 2015-03-09 | Added kiro_sb_get_data_blocking interface | Timo Dritschler | |
| 2015-03-09 | Finished implementation of KiroSyncBuffer class | Timo Dritschler | |
| 2015-03-09 | Added new "Kiro Sync Buffer" (KiroSb) class. | Timo Dritschler | |
| Added first prototype implementation of KiroSb Fixed some typos | |||
| 2015-03-09 | Bump Version to v0.3.2 | Timo Dritschler | |
| 2015-02-09 | Fixed a bug with kiro_trb_get_element returning the wrong address | Timo Dritschler | |
| Changed kiro_trb_get_element interface to allow negative element indices | |||
| 2015-02-06 | Bump Version to v0.3.1 | Timo Dritschler | |
| 2015-02-06 | Added new kiro_client_sync_partial interface | Timo Dritschler | |
| 2015-02-06 | Merge pull request #20 from ufo-kit/fixMainLoop | Timo Dritschler | |
| Fix #19: Added cleanup for implicitly create GSources in main_loop | |||
| 2015-02-06 | Added missing cleanup for GIOChannel GSources to client main loop | Timo Dritschler | |
| 2015-01-30 | Bumped version to 0.3.0 | Timo Dritschler | |
| 2015-01-30 | Merge pull request #17 from ufo-kit/serverRealloc | Timo Dritschler | |
| Added server-side reallocation request | |||
| 2015-01-30 | Fixed race conditions in kiro_server_realloc | Timo Dritschler | |
| KIRO client now reacts to server realloc | |||
| 2015-01-26 | KIRO Server can now issue a client reallocation command | Timo Dritschler | |
| 2015-01-21 | Pushed Version to 0.2.2 | Timo Dritschler | |
| 2015-01-21 | Fixed a bug in KiroClient when connection fails during setup | Timo Dritschler | |
| Added early-out functionality to all KIRO interfaces to prevent segfaults when passing a NULL pointer | |||
| 2015-01-16 | Fixed some crashes on exit in tests | Timo Dritschler | |
| 2014-12-10 | Fixed broken pkgconfig file | Timo Dritschler | |
| 2014-12-10 | Merge pull request #14 from ufo-kit/communicationHandling | Timo Dritschler | |
| Release Version 2 (0.2.0) Added kiro_client_ping_server to KIRO client | |||
| 2014-12-10 | Push release version to 2 (0.2.0) | Timo Dritschler | |
| 2014-12-10 | Added a missing pointer cleanup | Timo Dritschler | |
| 2014-12-10 | Fixed KIRO client getting stuck in the RDMA event handler | Timo Dritschler | |
| Fix #8: KIRO Server and Client now have routines to handle async communication Fix #6: Added kiro_client_ping_server and respective event handling to server Changed kiro-test-latency to use the new kiro_client_ping_server instead | |||
| 2014-12-05 | Fixed a problem with the kiro server getting stuck in the RDMA event handler | Timo Dritschler | |
| 2014-12-04 | Fixed a race condition concerning message handling in kiro client | Timo Dritschler | |
| 2014-12-03 | KIRO Server now has a message event handler for receives | Timo Dritschler | |
| 2014-12-03 | Fixed a race condition in kiro_client_connect | Timo Dritschler | |
| 2014-12-03 | KIRO Client now has a communication event handler for receives | Timo Dritschler | |
| 2014-12-03 | Fixed two memory leaks in kiro-server | Timo Dritschler | |
| 2014-11-27 | Merge pull request #12 from ufo-kit/eventLoops | Timo Dritschler | |
| Fix #3: Changed threading model from pthreads to g_threads Changed server and client to use a main loop approach for event handling | |||
| 2014-11-26 | Changed a missed occurance of malloc to g_try_malloc | Timo Dritschler | |
| 2014-11-26 | Merge branch 'master' into eventLoops | Timo Dritschler | |
| 2014-11-26 | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | |
| 2014-11-26 | Merge branch 'master' into eventLoops | Timo Dritschler | |
| 2014-11-26 | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | |
| 2014-11-26 | Added a Main Loop model to kiro-client | Timo Dritschler | |
| Added kiro_client_disconnect function Added missing memory cleanup to kiro server and client upon shutdown | |||
| 2014-11-26 | Changed kiro-server to use a Main Loop model for event handling | Timo Dritschler | |
| 2014-11-24 | Merge pull request #10 from ufo-kit/output-fix | Timo Dritschler | |
| Fix #9: Fixed usage hints for kiro-test-bandwidth and kiro-test-latency | |||
| 2014-11-24 | Fixed usage hints for kiro-test-bandwidth and kiro-test-latency | kaikas | |
