aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsserver/linked-list.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-28add version when marshalingMattias Andrée1-1/+7
2014-04-28use sig_atomic_t for runningMattias Andrée1-1/+2
2014-04-28add todoMattias Andrée1-1/+1
2014-04-28store the socket's stateMattias Andrée2-0/+7
2014-04-28handle closing of sockets by peerMattias Andrée1-4/+13
2014-04-28we should of cause use recv and not readMattias Andrée1-1/+2
2014-04-28derpMattias Andrée1-4/+2
2014-04-28mMattias Andrée1-1/+1
2014-04-28read messages from clientMattias Andrée2-2/+45
2014-04-27fix readmeMattias Andrée1-10/+43
2014-04-27whoopsMattias Andrée1-1/+1
2014-04-27mMattias Andrée1-1/+1
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ée3-1/+353
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ée7-47/+567
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée4-7/+101
2014-04-23add value remapping to hash table unmarshalingMattias Andrée2-10/+22
2014-04-23add missed includeMattias Andrée1-0/+1
2014-04-23m makeMattias Andrée1-1/+5
2014-04-23link binaries to the libraryMattias Andrée1-3/+3
2014-04-23update makefileMattias Andrée1-1/+10
2014-04-22m + add string comparatorMattias Andrée1-1/+17