aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/mds-server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-05add xsnprintf macroMattias Andrée1-9/+10
2014-05-05it would be a shame if we could not re-exec because we have filled the pipeMattias Andrée1-45/+42
2014-05-04change doc in preparation for upcoming changeMattias Andrée1-10/+10
2014-05-04restart slave threads after a re-execMattias Andrée1-79/+102
2014-05-04unlist clients we failed to loadMattias Andrée1-43/+61
2014-05-04populate address remap tableMattias Andrée1-17/+78
2014-05-04read the marshalled data from the pipeMattias Andrée1-1/+43
2014-05-03some work on unmarshallingMattias Andrée1-23/+147
2014-05-03m + docMattias Andrée1-4/+41
2014-05-03mMattias Andrée1-1/+4
2014-05-03compile-time configurable api-fs pathMattias Andrée1-1/+1
2014-05-03separation of server state marshaling into a new methodMattias Andrée1-98/+109
2014-05-03no need to marshal the socket's fd, it is already included in the cmdlineMattias Andrée1-3/+2
2014-05-02more re-exec stuffMattias Andrée1-4/+79
2014-05-02some more work on re-execMattias Andrée1-17/+133
2014-05-02some re-exec stuffMattias Andrée1-7/+54
2014-04-28use sig_atomic_t for runningMattias Andrée1-1/+2
2014-04-28store the socket's stateMattias Andrée1-0/+2
2014-04-28handle closing of sockets by peerMattias Andrée1-4/+13
2014-04-28read messages from clientMattias Andrée1-2/+38
2014-04-26add table optimised for file descriptorsMattias Andrée1-9/+8
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée1-4/+78
2014-04-22m + accept incoming connectionsMattias Andrée1-65/+189
2014-04-21run mdsinitrcMattias Andrée1-3/+103
2014-04-21add missing includeMattias Andrée1-0/+1
2014-04-21master server also drops prilivegesMattias Andrée1-0/+9
2014-04-21mds-server: parse command line argumentsMattias Andrée1-0/+137