aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/mds-server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-11handle errors when sending a multicast messageMattias Andrée1-3/+8
2014-05-11derpMattias Andrée1-2/+1
2014-05-11handle interceptions, everything except receiving modificationsMattias Andrée3-20/+156
2014-05-11derpMattias Andrée1-2/+3
2014-05-11a much of multicasting stuffMattias Andrée10-46/+623
2014-05-11m + release all resources before re-execingMattias Andrée3-36/+66
2014-05-11move mutex_created into client_t + error handling for pthread_*_initMattias Andrée3-7/+30
2014-05-10whitespaceMattias Andrée1-1/+1
2014-05-10race conditionMattias Andrée1-20/+26
2014-05-10fix compare overflowMattias Andrée1-2/+2
2014-05-08m + add full_write and add full_readMattias Andrée3-48/+99
2014-05-08use the data structure marshallersMattias Andrée6-182/+109
2014-05-08split up mds-server structs into their own .h-files and add marshal functionsMattias Andrée10-135/+490
2014-05-08Move mds-server into its own directoryMattias Andrée3-1/+1
2014-05-08whitespaceMattias Andrée1-1/+1
2014-05-08work on supporting re-exec during message coordinationMattias Andrée2-30/+97
2014-05-07derpMattias Andrée1-2/+3
2014-05-07mMattias Andrée1-9/+5
2014-05-07mMattias Andrée1-2/+2
2014-05-07use more macros and do not du null-check before free:ing, free does that for usMattias Andrée8-292/+241
2014-05-07mMattias Andrée1-0/+6
2014-05-07send to clients (does not implement modifiers yet)Mattias Andrée1-1/+29
2014-05-07sort interceptors by priorityMattias Andrée1-0/+18
2014-05-07get multicast recipientsMattias Andrée2-4/+92
2014-05-07collect headers in preparation to multicastMattias Andrée2-10/+109
2014-05-07mMattias Andrée1-2/+2
2014-05-07m + ignore EINTR when sending a messageMattias Andrée1-5/+28
2014-05-07do not destroy the mutex and condition before we have used to to join with all slavesMattias Andrée1-4/+4
2014-05-07mMattias Andrée1-1/+1
2014-05-07m + docMattias Andrée1-5/+36
2014-05-07list interception conditionsMattias Andrée2-2/+151
2014-05-07I should really write better commit messagesMattias Andrée2-41/+186
2014-05-07m docMattias Andrée1-1/+3
2014-05-07derpMattias Andrée2-2/+2
2014-05-07miscMattias Andrée5-7/+126
2014-05-06add a todoMattias Andrée1-0/+3
2014-05-06miscMattias Andrée4-27/+58
2014-05-06add xsigactionMattias Andrée4-19/+53
2014-05-06add foreach_linked_list_nodeMattias Andrée2-22/+16
2014-05-06mMattias Andrée1-1/+0
2014-05-06add util.cMattias Andrée5-51/+131
2014-05-06move config.h into libmdsserverMattias Andrée3-2/+2
2014-05-06add monotone macroMattias Andrée2-2/+14
2014-05-06add strequals and startswith macros + add drop_privileges macro that drops the group before the userMattias Andrée3-10/+44
2014-05-06mMattias Andrée1-2/+1
2014-05-06use macros in mds.cMattias Andrée2-48/+25
2014-05-06add buf_set/get_next macrosMattias Andrée5-74/+74
2014-05-06kill all threadsMattias Andrée2-20/+57
2014-05-06close files before running initrcMattias Andrée1-15/+29
2014-05-06close untracked files if unmarshal from re-exec failsMattias Andrée2-2/+32