aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move mds-server into its own directoryMattias Andrée2014-05-081-1597/+0
* whitespaceMattias Andrée2014-05-081-1/+1
* work on supporting re-exec during message coordinationMattias Andrée2014-05-081-30/+87
* derpMattias Andrée2014-05-071-2/+3
* mMattias Andrée2014-05-071-9/+5
* use more macros and do not du null-check before free:ing, free does that for usMattias Andrée2014-05-071-88/+29
* mMattias Andrée2014-05-071-0/+6
* send to clients (does not implement modifiers yet)Mattias Andrée2014-05-071-1/+29
* sort interceptors by priorityMattias Andrée2014-05-071-0/+18
* get multicast recipientsMattias Andrée2014-05-071-3/+66
* collect headers in preparation to multicastMattias Andrée2014-05-071-10/+101
* m + ignore EINTR when sending a messageMattias Andrée2014-05-071-5/+28
* do not destroy the mutex and condition before we have used to to join with all slavesMattias Andrée2014-05-071-4/+4
* mMattias Andrée2014-05-071-1/+1
* m + docMattias Andrée2014-05-071-5/+36
* list interception conditionsMattias Andrée2014-05-071-2/+140
* I should really write better commit messagesMattias Andrée2014-05-071-40/+143
* m docMattias Andrée2014-05-071-1/+3
* derpMattias Andrée2014-05-071-1/+1
* miscMattias Andrée2014-05-071-4/+66
* add a todoMattias Andrée2014-05-061-0/+3
* miscMattias Andrée2014-05-061-23/+40
* 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