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