aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-21add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée1-1/+1
2015-02-13bump yearMattias Andrée22-22/+22
2014-12-10add xmemdup macroMattias Andrée4-12/+7
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée4-11/+7
2014-12-09improve with_mutex and with_mutex_if alsoMattias Andrée1-3/+1
2014-12-09with a few exceptions, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée8-66/+69
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée3-12/+18
2014-12-08rename pfail to failMattias Andrée4-13/+13
2014-12-08m + make sure we never lose errnoMattias Andrée2-6/+5
2014-12-08no more goto failMattias Andrée3-29/+30
2014-12-08replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée1-2/+2
2014-11-26typoMattias Andrée1-1/+1
2014-09-13doc style fixMattias Andrée8-12/+12
2014-09-08pack client_list on dangerMattias Andrée2-4/+12
2014-08-20add todos on things to do on dangerMattias Andrée1-1/+1
2014-08-20add sigdanger supportMattias Andrée1-1/+2
2014-08-12macros for ato* with castMattias Andrée3-4/+4
2014-08-12missed explicit castMattias Andrée1-1/+1
2014-08-12make it possible to consume messagesMattias Andrée1-1/+7
2014-08-12miscMattias Andrée1-41/+1
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-1/+2
2014-08-02miscMattias Andrée6-20/+20
2014-08-02miscMattias Andrée2-2/+2
2014-07-27fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked listMattias Andrée1-3/+0
2014-07-26mark temporary printsMattias Andrée1-0/+3
2014-06-08m + fix: include header value in interception conditionsMattias Andrée1-0/+5
2014-06-07mMattias Andrée1-1/+1
2014-06-07beginning of mds-respawnMattias Andrée1-2/+4
2014-06-07fix some client marshalling errorsMattias Andrée3-5/+6
2014-06-07add zero length checkMattias Andrée1-2/+3
2014-06-07fix errors in client marshallingMattias Andrée1-6/+11
2014-06-07fix file namesMattias Andrée11-12/+12
2014-06-06add some zero length checksMattias Andrée1-8/+15
2014-05-20m docMattias Andrée1-0/+4
2014-05-20Modify mds-server to use mds-base (some regression...)Mattias Andrée11-449/+221
2014-05-20misc, mostly mds-base re-execMattias Andrée1-14/+19
2014-05-19add broadcast supportMattias Andrée1-3/+9
2014-05-19m + add --alarm= optionsMattias Andrée2-22/+45
2014-05-19exit cleanly on terminal interruption (sigint)Mattias Andrée1-2/+24
2014-05-19store structure version for all structures when marshallingMattias Andrée8-8/+30
2014-05-19Do not just queue "Client close" message, but also send itMattias Andrée1-1/+2
2014-05-19Fix memory leakMattias Andrée1-0/+1
2014-05-19reduce code complexityMattias Andrée5-268/+377
2014-05-19mMattias Andrée1-1/+4
2014-05-19add to fixme:sMattias Andrée1-1/+1
2014-05-19fix regressionMattias Andrée1-1/+2
2014-05-18reduce code complexityMattias Andrée6-467/+655
2014-05-18reduce code complexityMattias Andrée4-104/+91
2014-05-18reduce code complexityMattias Andrée10-632/+926
2014-05-18reduce code complexityMattias Andrée1-173/+261