aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-clipboard.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* siginfo: mds-clipboard, mds-echo, mds-kkbdMattias Andrée2015-04-181-0/+50
| | | | 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>
* add xmemdup macroMattias Andrée2014-12-101-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-30/+31
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename pfail to failMattias Andrée2014-12-081-8/+8
| | | | 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-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-11-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, read wrong headerMattias Andrée2014-09-091-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-4/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* set danger in mds-base's receive_dangerMattias Andrée2014-09-081-19/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derp, danger is volatile and atomicMattias Andrée2014-09-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* take care of some dangerMattias Andrée2014-09-081-4/+43
| | | | 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>
* m todoMattias Andrée2014-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message id is unsigned 32-bitMattias Andrée2014-08-241-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + do not any assumtion of int typedefsMattias Andrée2014-08-241-12/+12
| | | | 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>
* mMattias Andrée2014-08-121-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* macros for ato* with castMattias Andrée2014-08-121-2/+3
| | | | 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>
* the rest of the clipboardMattias Andrée2014-08-031-75/+135
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-clipboard: all actions except add, however there is not removal of old entries yetMattias Andrée2014-08-031-4/+363
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* free the clipboard when exitingMattias Andrée2014-08-031-3/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-031-8/+198
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-clipboardMattias Andrée2014-08-031-0/+275
Signed-off-by: Mattias Andrée <maandree@operamail.com>