aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-echo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée2015-04-181-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-02-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to change some partsMattias Andrée2014-12-091-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename pfail to failMattias Andrée2014-12-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more goto failMattias Andrée2014-12-081-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-8/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move reconnect_to_display todo into todo fileMattias Andrée2014-09-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message id is unsigned 32-bitMattias Andrée2014-08-241-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* danger is deadly for the echo and the clipboard serversMattias Andrée2014-08-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sigdanger supportMattias Andrée2014-08-201-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-111-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-031-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-07-281-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + marshal and unmarshal registry tableMattias Andrée2014-07-281-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-07-281-5/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* call server_initialised in mds-echoMattias Andrée2014-07-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-06-091-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix echo server crashMattias Andrée2014-06-091-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix: include header value in interception conditionsMattias Andrée2014-06-081-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-echo: include message id + do not require respawn statusMattias Andrée2014-06-081-5/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement echoingMattias Andrée2014-06-081-20/+102
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of echo serverMattias Andrée2014-06-081-0/+262
Signed-off-by: Mattias Andrée <maandree@operamail.com>