Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use *_MAX instead of __WORDSIZE | Mattias Andrée | 2016-07-11 | 1 | -1/+1 |
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
* | m + attributes | Mattias Andrée | 2015-08-25 | 1 | -0/+3 |
* | work on mds-colour and list alternative to hash table | Mattias Andrée | 2015-08-19 | 1 | -1/+1 |
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
* | add xmemdup macro | Mattias Andrée | 2014-12-10 | 1 | -31/+5 |
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 1 | -29/+16 |
* | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-08 | 1 | -19/+23 |
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -2/+2 |
* | m + make sure we never lose errno | Mattias Andrée | 2014-12-08 | 1 | -2/+6 |
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -13/+13 |
* | doc style fix | Mattias Andrée | 2014-09-13 | 1 | -1/+1 |
* | typo | Mattias Andrée | 2014-08-29 | 1 | -1/+1 |
* | m + do not any assumtion of int typedefs | Mattias Andrée | 2014-08-24 | 1 | -10/+10 |
* | 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 |