aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-echo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-23signal handlers that return should not modify errnoMattias Andrée1-0/+2
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée1-31/+11
2015-08-18typoMattias Andrée1-1/+1
2015-08-18typoMattias Andrée1-1/+1
2015-04-18siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée1-0/+16
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-09missed to change some partsMattias Andrée1-4/+2
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-29/+27
2014-12-08rename pfail to failMattias Andrée1-2/+2
2014-12-08no more goto failMattias Andrée1-5/+4
2014-12-08replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée1-2/+2
2014-09-09mMattias Andrée1-8/+4
2014-09-08move reconnect_to_display todo into todo fileMattias Andrée1-1/+1
2014-08-24derpMattias Andrée1-1/+1
2014-08-24message id is unsigned 32-bitMattias Andrée1-7/+7
2014-08-20danger is deadly for the echo and the clipboard serversMattias Andrée1-1/+1
2014-08-20add sigdanger supportMattias Andrée1-1/+2
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-2/+3
2014-08-03miscMattias Andrée1-1/+6
2014-08-02miscMattias Andrée1-4/+4
2014-07-28docMattias Andrée1-0/+9
2014-07-28m + marshal and unmarshal registry tableMattias Andrée1-1/+4
2014-07-28miscMattias Andrée1-5/+9
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
2014-06-09mMattias Andrée1-2/+2
2014-06-09m + fix echo server crashMattias Andrée1-5/+4
2014-06-08m + fix: include header value in interception conditionsMattias Andrée1-3/+3
2014-06-08mds-echo: include message id + do not require respawn statusMattias Andrée1-5/+10
2014-06-08implement echoingMattias Andrée1-20/+102
2014-06-08beginning of echo serverMattias Andrée1-0/+262