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