aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-13doc style fixMattias Andrée1-1/+1
2014-08-29typoMattias Andrée1-3/+3
2014-08-24m + do not any assumtion of int typedefsMattias Andrée1-1/+1
2014-08-02miscMattias Andrée1-1/+0
2014-07-28unregister protocols for closing serversMattias Andrée1-1/+1
2014-07-27fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée1-0/+10
2014-05-20Modify mds-server to use mds-base (some regression...)Mattias Andrée1-1/+1
2014-05-06add foreach_linked_list_nodeMattias Andrée1-0/+9
2014-04-28add version when marshalingMattias Andrée1-0/+2
2014-04-26typoMattias Andrée1-1/+1
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée1-2/+2
2014-04-22mMattias Andrée1-9/+9
2014-04-22add marshaling for linked-listMattias Andrée1-1/+27
2014-04-22linked list implementationMattias Andrée1-0/+243