aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add xsigactionMattias Andrée2014-05-061-17/+7
* add foreach_linked_list_nodeMattias Andrée2014-05-061-22/+7
* add util.cMattias Andrée2014-05-061-42/+5
* move config.h into libmdsserverMattias Andrée2014-05-061-1/+1
* add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée2014-05-061-8/+7
* mMattias Andrée2014-05-061-2/+1
* add buf_set/get_next macrosMattias Andrée2014-05-061-26/+17
* kill all threadsMattias Andrée2014-05-061-20/+51
* close files before running initrcMattias Andrée2014-05-061-15/+29
* close untracked files if unmarshal from re-exec failsMattias Andrée2014-05-061-2/+24
* use more macrosMattias Andrée2014-05-051-70/+57
* use more macrosMattias Andrée2014-05-051-32/+22
* add xsnprintf macroMattias Andrée2014-05-051-9/+10
* it would be a shame if we could not re-exec because we have filled the pipeMattias Andrée2014-05-051-45/+42
* change doc in preparation for upcoming changeMattias Andrée2014-05-041-10/+10
* restart slave threads after a re-execMattias Andrée2014-05-041-79/+102
* unlist clients we failed to loadMattias Andrée2014-05-041-43/+61
* populate address remap tableMattias Andrée2014-05-041-17/+78
* read the marshalled data from the pipeMattias Andrée2014-05-041-1/+43
* some work on unmarshallingMattias Andrée2014-05-031-23/+147
* m + docMattias Andrée2014-05-031-4/+41
* mMattias Andrée2014-05-031-1/+4
* compile-time configurable api-fs pathMattias Andrée2014-05-031-1/+1
* separation of server state marshaling into a new methodMattias Andrée2014-05-031-98/+109
* no need to marshal the socket's fd, it is already included in the cmdlineMattias Andrée2014-05-031-3/+2
* more re-exec stuffMattias Andrée2014-05-021-4/+79
* some more work on re-execMattias Andrée2014-05-021-17/+133
* some re-exec stuffMattias Andrée2014-05-021-7/+54
* use sig_atomic_t for runningMattias Andrée2014-04-281-1/+2
* store the socket's stateMattias Andrée2014-04-281-0/+2
* handle closing of sockets by peerMattias Andrée2014-04-281-4/+13
* read messages from clientMattias Andrée2014-04-281-2/+38
* add table optimised for file descriptorsMattias Andrée2014-04-261-9/+8
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-231-4/+78
* m + accept incoming connectionsMattias Andrée2014-04-221-65/+189
* run mdsinitrcMattias Andrée2014-04-211-3/+103
* add missing includeMattias Andrée2014-04-211-0/+1
* master server also drops prilivegesMattias Andrée2014-04-211-0/+9
* mds-server: parse command line argumentsMattias Andrée2014-04-211-0/+137