aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-27docMattias Andrée1-2/+9
2014-04-27m fixes + docMattias Andrée1-6/+61
2014-04-27return -1 not 1 on failureMattias Andrée1-4/+4
2014-04-27well, that was unnecessaryMattias Andrée1-1/+0
2014-04-27finish mds-messageMattias Andrée2-13/+199
2014-04-27ipc message class, does not do reading yetMattias Andrée2-0/+352
2014-04-26typoMattias Andrée6-6/+6
2014-04-26m docMattias Andrée4-4/+4
2014-04-26take care of realloc failuresMattias Andrée2-10/+34
2014-04-26add table optimised for file descriptorsMattias Andrée5-35/+556
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée2-3/+3
2014-04-23add value remapping to hash table unmarshalingMattias Andrée2-10/+22
2014-04-23add missed includeMattias Andrée1-0/+1
2014-04-22m + add string comparatorMattias Andrée1-1/+17
2014-04-22add string hasherMattias Andrée1-0/+44
2014-04-22error supportMattias Andrée2-7/+20
2014-04-22more restrictMattias Andrée2-17/+17
2014-04-22m + implement marshaling for hash tableMattias Andrée2-73/+161
2014-04-22second draft of hash table implementationMattias Andrée2-49/+52
2014-04-22first draft of hash table implementationMattias Andrée2-0/+646
2014-04-22mMattias Andrée2-19/+19
2014-04-22add marshaling for linked-listMattias Andrée2-2/+112
2014-04-22fix error handlingMattias Andrée1-1/+13
2014-04-22linked list implementationMattias Andrée2-0/+639