aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work on changing styleMattias Andrée2017-11-051-261/+271
* Update year and e-mail addressMattias Andrée2017-11-051-1/+1
* Use *_MAX instead of __WORDSIZEMattias Andrée2016-07-111-1/+1
* Bump yearMattias Andrée2016-07-091-1/+1
* m + attributesMattias Andrée2015-08-251-0/+3
* work on mds-colour and list alternative to hash tableMattias Andrée2015-08-191-1/+1
* bump yearMattias Andrée2015-02-131-1/+1
* add xmemdup macroMattias Andrée2014-12-101-31/+5
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-29/+16
* with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-081-19/+23
* rename pfail to failMattias Andrée2014-12-081-2/+2
* m + make sure we never lose errnoMattias Andrée2014-12-081-2/+6
* no more goto failMattias Andrée2014-12-081-13/+13
* doc style fixMattias Andrée2014-09-131-1/+1
* typoMattias Andrée2014-08-291-1/+1
* m + do not any assumtion of int typedefsMattias Andrée2014-08-241-10/+10
* fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée2014-07-271-1/+36
* use more macros and do not du null-check before free:ing, free does that for usMattias Andrée2014-05-071-111/+67
* use more macrosMattias Andrée2014-05-051-22/+24
* add version when marshalingMattias Andrée2014-04-281-1/+7
* typoMattias Andrée2014-04-261-1/+1
* take care of realloc failuresMattias Andrée2014-04-261-8/+23
* more restrictMattias Andrée2014-04-221-8/+8
* mMattias Andrée2014-04-221-10/+10
* add marshaling for linked-listMattias Andrée2014-04-221-1/+85
* fix error handlingMattias Andrée2014-04-221-1/+13
* linked list implementationMattias Andrée2014-04-221-0/+396