Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
* | 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 | -15/+16 |
* | doc style fix | Mattias Andrée | 2014-09-13 | 1 | -2/+2 |
* | misc | Mattias Andrée | 2014-07-28 | 1 | -0/+24 |
* | fix errors | Mattias Andrée | 2014-05-14 | 1 | -3/+3 |
* | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 2014-05-07 | 1 | -19/+9 |
* | add buf_set/get_next macros | Mattias Andrée | 2014-05-06 | 1 | -23/+13 |
* | use more macros | Mattias Andrée | 2014-05-05 | 1 | -31/+34 |
* | add version when marshaling | Mattias Andrée | 2014-04-28 | 1 | -1/+7 |
* | typo | Mattias Andrée | 2014-04-26 | 1 | -1/+1 |
* | m doc | Mattias Andrée | 2014-04-26 | 1 | -1/+1 |
* | add table optimised for file descriptors | Mattias Andrée | 2014-04-26 | 1 | -0/+1 |
* | add value remapping to hash table unmarshaling | Mattias Andrée | 2014-04-23 | 1 | -5/+8 |
* | error support | Mattias Andrée | 2014-04-22 | 1 | -6/+18 |
* | more restrict | Mattias Andrée | 2014-04-22 | 1 | -9/+9 |
* | m + implement marshaling for hash table | Mattias Andrée | 2014-04-22 | 1 | -47/+129 |
* | second draft of hash table implementation | Mattias Andrée | 2014-04-22 | 1 | -30/+31 |
* | first draft of hash table implementation | Mattias Andrée | 2014-04-22 | 1 | -0/+392 |