aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-25m + attributesMattias Andrée1-0/+3
2015-08-19work on mds-colour and list alternative to hash tableMattias Andrée1-1/+1
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-10add xmemdup macroMattias Andrée1-31/+5
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-29/+16
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-19/+23
2014-12-08rename pfail to failMattias Andrée1-2/+2
2014-12-08m + make sure we never lose errnoMattias Andrée1-2/+6
2014-12-08no more goto failMattias Andrée1-13/+13
2014-09-13doc style fixMattias Andrée1-1/+1
2014-08-29typoMattias Andrée1-1/+1
2014-08-24m + do not any assumtion of int typedefsMattias Andrée1-10/+10
2014-07-27fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée1-1/+36
2014-05-07use more macros and do not du null-check before free:ing, free does that for usMattias Andrée1-111/+67
2014-05-05use more macrosMattias Andrée1-22/+24
2014-04-28add version when marshalingMattias Andrée1-1/+7
2014-04-26typoMattias Andrée1-1/+1
2014-04-26take care of realloc failuresMattias Andrée1-8/+23
2014-04-22more restrictMattias Andrée1-8/+8
2014-04-22mMattias Andrée1-10/+10
2014-04-22add marshaling for linked-listMattias Andrée1-1/+85
2014-04-22fix error handlingMattias Andrée1-1/+13
2014-04-22linked list implementationMattias Andrée1-0/+396