summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-16Pushed to version 1.3.0HEADmasterTimo Dritschler
2015-04-21Updated README to mention KiroSb as wellTimo Dritschler
2015-04-15Push to version 1.2.0Timo Dritschler
2015-04-15Changed gi.introspection handling for pointers to and from KIROTimo Dritschler
2015-04-15Fixed a bug in KiroSbTimo Dritschler
2015-04-14Heavily changed cmake build scriptsTimo Dritschler
2015-04-10Made all in-source documentation Gtk-Doc conformantTimo Dritschler
2015-03-30Fixed an issue in kiro_sb_push and kiro_sb_push_dmaTimo Dritschler
2015-03-30Bump version to v1.1.0Timo Dritschler
2015-03-30Added new optional address and port paramters to kiro_sb_serveTimo Dritschler
2015-03-09Fixed KIRO Client allocating new memory on each ACK_RDMA messageTimo Dritschler
2015-03-09Bump Version to v1.0.0Timo Dritschler
2015-03-09Added kiro-test-partial tool for kiro_sync_partial testingTimo Dritschler
2015-03-09Added kiro_sb_get_data_blocking interfaceTimo Dritschler
2015-03-09Finished implementation of KiroSyncBuffer classTimo Dritschler
2015-03-09Added new "Kiro Sync Buffer" (KiroSb) class.Timo Dritschler
2015-03-09Bump Version to v0.3.2Timo Dritschler
2015-02-09Fixed a bug with kiro_trb_get_element returning the wrong addressTimo Dritschler
2015-02-06Bump Version to v0.3.1Timo Dritschler
2015-02-06Added new kiro_client_sync_partial interfaceTimo Dritschler
2015-02-06Merge pull request #20 from ufo-kit/fixMainLoopTimo Dritschler
2015-02-06Added missing cleanup for GIOChannel GSources to client main loopTimo Dritschler
2015-01-30Bumped version to 0.3.0Timo Dritschler
2015-01-30Merge pull request #17 from ufo-kit/serverReallocTimo Dritschler
2015-01-30Fixed race conditions in kiro_server_reallocTimo Dritschler
2015-01-26KIRO Server can now issue a client reallocation commandTimo Dritschler
2015-01-21Pushed Version to 0.2.2Timo Dritschler
2015-01-21Fixed a bug in KiroClient when connection fails during setupTimo Dritschler
2015-01-16Fixed some crashes on exit in testsTimo Dritschler
2014-12-10Fixed broken pkgconfig fileTimo Dritschler
2014-12-10Merge pull request #14 from ufo-kit/communicationHandlingTimo Dritschler
2014-12-10Push release version to 2 (0.2.0)Timo Dritschler
2014-12-10Added a missing pointer cleanupTimo Dritschler
2014-12-10Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler
2014-12-05Fixed a problem with the kiro server getting stuck in the RDMA event handlerTimo Dritschler
2014-12-04Fixed a race condition concerning message handling in kiro clientTimo Dritschler
2014-12-03KIRO Server now has a message event handler for receivesTimo Dritschler
2014-12-03Fixed a race condition in kiro_client_connectTimo Dritschler
2014-12-03KIRO Client now has a communication event handler for receivesTimo Dritschler
2014-12-03Fixed two memory leaks in kiro-serverTimo Dritschler
2014-11-27Merge pull request #12 from ufo-kit/eventLoopsTimo Dritschler
2014-11-26Changed a missed occurance of malloc to g_try_mallocTimo Dritschler
2014-11-26Merge branch 'master' into eventLoopsTimo Dritschler
2014-11-26Replaced all calls to malloc, calloc and free by their respective glib versionsTimo Dritschler
2014-11-26Merge branch 'master' into eventLoopsTimo Dritschler
2014-11-26Removed superfluous memory allocations in kiro server and clientTimo Dritschler
2014-11-26Added a Main Loop model to kiro-clientTimo Dritschler
2014-11-26Changed kiro-server to use a Main Loop model for event handlingTimo Dritschler
2014-11-24Merge pull request #10 from ufo-kit/output-fixTimo Dritschler
2014-11-24Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas