Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked list | Mattias Andrée | 2014-07-27 | 1 | -1/+36 |
* | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 2014-05-07 | 1 | -111/+67 |
* | use more macros | Mattias Andrée | 2014-05-05 | 1 | -22/+24 |
* | add version when marshaling | Mattias Andrée | 2014-04-28 | 1 | -1/+7 |
* | typo | Mattias Andrée | 2014-04-26 | 1 | -1/+1 |
* | take care of realloc failures | Mattias Andrée | 2014-04-26 | 1 | -8/+23 |
* | more restrict | Mattias Andrée | 2014-04-22 | 1 | -8/+8 |
* | m | Mattias Andrée | 2014-04-22 | 1 | -10/+10 |
* | add marshaling for linked-list | Mattias Andrée | 2014-04-22 | 1 | -1/+85 |
* | fix error handling | Mattias Andrée | 2014-04-22 | 1 | -1/+13 |
* | linked list implementation | Mattias Andrée | 2014-04-22 | 1 | -0/+396 |