aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.c (unfollow)
Commit message (Expand)AuthorFilesLines
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