aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump yearMattias Andrée2015-02-131-1/+1
* doc style fixMattias Andrée2014-09-131-1/+1
* typoMattias Andrée2014-08-291-3/+3
* m + do not any assumtion of int typedefsMattias Andrée2014-08-241-1/+1
* miscMattias Andrée2014-08-021-1/+0
* unregister protocols for closing serversMattias Andrée2014-07-281-1/+1
* fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée2014-07-271-0/+10
* Modify mds-server to use mds-base (some regression...)Mattias Andrée2014-05-201-1/+1
* add foreach_linked_list_nodeMattias Andrée2014-05-061-0/+9
* add version when marshalingMattias Andrée2014-04-281-0/+2
* typoMattias Andrée2014-04-261-1/+1
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-231-2/+2
* mMattias Andrée2014-04-221-9/+9
* add marshaling for linked-listMattias Andrée2014-04-221-1/+27
* linked list implementationMattias Andrée2014-04-221-0/+243