| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated README to mention KiroSb as well | Timo Dritschler | 2015-04-21 | 1 | -4/+4 |
* | Push to version 1.2.0 | Timo Dritschler | 2015-04-15 | 1 | -2/+2 |
* | Changed gi.introspection handling for pointers to and from KIRO | Timo Dritschler | 2015-04-15 | 3 | -16/+23 |
* | Fixed a bug in KiroSb | Timo Dritschler | 2015-04-15 | 2 | -6/+8 |
* | Heavily changed cmake build scripts | Timo Dritschler | 2015-04-14 | 7 | -49/+289 |
* | Made all in-source documentation Gtk-Doc conformant | Timo Dritschler | 2015-04-10 | 9 | -228/+207 |
* | Fixed an issue in kiro_sb_push and kiro_sb_push_dma | Timo Dritschler | 2015-03-30 | 1 | -2/+2 |
* | Bump version to v1.1.0 | Timo Dritschler | 2015-03-30 | 1 | -2/+2 |
* | Added new optional address and port paramters to kiro_sb_serve | Timo Dritschler | 2015-03-30 | 2 | -4/+14 |
* | Fixed KIRO Client allocating new memory on each ACK_RDMA message | Timo Dritschler | 2015-03-09 | 1 | -12/+17 |
* | Bump Version to v1.0.0 | Timo Dritschler | 2015-03-09 | 1 | -4/+4 |
* | Added kiro-test-partial tool for kiro_sync_partial testing | Timo Dritschler | 2015-03-09 | 3 | -0/+51 |
* | Added kiro_sb_get_data_blocking interface | Timo Dritschler | 2015-03-09 | 2 | -14/+62 |
* | Finished implementation of KiroSyncBuffer class | Timo Dritschler | 2015-03-09 | 2 | -28/+306 |
* | Added new "Kiro Sync Buffer" (KiroSb) class. | Timo Dritschler | 2015-03-09 | 4 | -5/+408 |
* | Bump Version to v0.3.2 | Timo Dritschler | 2015-03-09 | 1 | -2/+2 |
* | Fixed a bug with kiro_trb_get_element returning the wrong address | Timo Dritschler | 2015-02-09 | 2 | -7/+13 |
* | Bump Version to v0.3.1 | Timo Dritschler | 2015-02-06 | 1 | -2/+2 |
* | Added new kiro_client_sync_partial interface | Timo Dritschler | 2015-02-06 | 2 | -7/+58 |
* | Merge pull request #20 from ufo-kit/fixMainLoop | Timo Dritschler | 2015-02-06 | 1 | -20/+34 |
|\ |
|
| * | Added missing cleanup for GIOChannel GSources to client main loop | Timo Dritschler | 2015-02-06 | 1 | -20/+34 |
|/ |
|
* | Bumped version to 0.3.0 | Timo Dritschler | 2015-01-30 | 1 | -3/+3 |
* | Merge pull request #17 from ufo-kit/serverRealloc | Timo Dritschler | 2015-01-30 | 6 | -54/+344 |
|\ |
|
| * | Fixed race conditions in kiro_server_realloc | Timo Dritschler | 2015-01-30 | 5 | -87/+222 |
| * | KIRO Server can now issue a client reallocation command | Timo Dritschler | 2015-01-26 | 3 | -9/+164 |
|/ |
|
* | Pushed Version to 0.2.2 | Timo Dritschler | 2015-01-21 | 1 | -2/+2 |
* | Fixed a bug in KiroClient when connection fails during setup | Timo Dritschler | 2015-01-21 | 4 | -16/+38 |
* | Fixed some crashes on exit in tests | Timo Dritschler | 2015-01-16 | 2 | -2/+4 |
* | Fixed broken pkgconfig file | Timo Dritschler | 2014-12-10 | 2 | -6/+6 |
* | Merge pull request #14 from ufo-kit/communicationHandling | Timo Dritschler | 2014-12-10 | 6 | -96/+402 |
|\ |
|
| * | Push release version to 2 (0.2.0) | Timo Dritschler | 2014-12-10 | 1 | -2/+2 |
| * | Added a missing pointer cleanup | Timo Dritschler | 2014-12-10 | 1 | -0/+1 |
| * | Fixed KIRO client getting stuck in the RDMA event handler | Timo Dritschler | 2014-12-10 | 5 | -35/+195 |
| * | Fixed a problem with the kiro server getting stuck in the RDMA event handler | Timo Dritschler | 2014-12-05 | 1 | -2/+9 |
| * | Fixed a race condition concerning message handling in kiro client | Timo Dritschler | 2014-12-04 | 1 | -5/+5 |
| * | KIRO Server now has a message event handler for receives | Timo Dritschler | 2014-12-03 | 3 | -31/+120 |
| * | Fixed a race condition in kiro_client_connect | Timo Dritschler | 2014-12-03 | 1 | -15/+19 |
| * | KIRO Client now has a communication event handler for receives | Timo Dritschler | 2014-12-03 | 1 | -29/+74 |
|/ |
|
* | Fixed two memory leaks in kiro-server | Timo Dritschler | 2014-12-03 | 1 | -1/+19 |
* | Merge pull request #12 from ufo-kit/eventLoops | Timo Dritschler | 2014-11-27 | 3 | -61/+218 |
|\ |
|
| * | Changed a missed occurance of malloc to g_try_malloc | Timo Dritschler | 2014-11-26 | 1 | -1/+1 |
| * | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 3 | -11/+11 |
| |\
| |/
|/| |
|
* | | Replaced all calls to malloc, calloc and free by their respective glib versions | Timo Dritschler | 2014-11-26 | 3 | -11/+11 |
| * | Merge branch 'master' into eventLoops | Timo Dritschler | 2014-11-26 | 2 | -18/+0 |
| |\
| |/
|/| |
|
* | | Removed superfluous memory allocations in kiro server and client | Timo Dritschler | 2014-11-26 | 2 | -18/+0 |
| * | Added a Main Loop model to kiro-client | Timo Dritschler | 2014-11-26 | 3 | -10/+133 |
| * | Changed kiro-server to use a Main Loop model for event handling | Timo Dritschler | 2014-11-26 | 1 | -55/+89 |
|/ |
|
* | 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 |