aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05misc + update e-mailMattias Andrée22-40/+40
2017-11-05Work on changing styleMattias Andrée6-14/+5
2017-11-05Update year and e-mail addressMattias Andrée22-22/+22
2017-11-05Work on changing style, and an important typo fixMattias Andrée22-1896/+1821
2016-07-10Fix new GCC warningsMattias Andrée1-1/+1
2016-07-09Bump yearMattias Andrée22-22/+22
2015-08-28everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headersMattias Andrée1-0/+1
2015-08-25attributesMattias Andrée13-10/+51
2015-08-24mds-server: styleMattias Andrée3-6/+49
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