aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-clipboard.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/+50
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-10add xmemdup macroMattias 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-30/+31
2014-12-08rename pfail to failMattias Andrée1-8/+8
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-3/+3
2014-11-28whitespaceMattias Andrée1-2/+2
2014-09-09whoops, read wrong headerMattias Andrée1-6/+6
2014-09-09mMattias Andrée1-4/+2
2014-09-08set danger in mds-base's receive_dangerMattias Andrée1-19/+0
2014-09-08derp, danger is volatile and atomicMattias Andrée1-1/+1
2014-09-08take care of some dangerMattias Andrée1-4/+43
2014-09-08move reconnect_to_display todo into todo fileMattias Andrée1-1/+1
2014-08-31m todoMattias Andrée1-1/+1
2014-08-24message id is unsigned 32-bitMattias Andrée1-13/+13
2014-08-24m + do not any assumtion of int typedefsMattias Andrée1-12/+12
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-12mMattias Andrée1-2/+0
2014-08-12macros for ato* with castMattias Andrée1-2/+3
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-2/+3
2014-08-03the rest of the clipboardMattias Andrée1-75/+135
2014-08-03mds-clipboard: all actions except add, however there is not removal of old entries yetMattias Andrée1-4/+363
2014-08-03free the clipboard when exitingMattias Andrée1-3/+13
2014-08-03miscMattias Andrée1-8/+198
2014-08-03beginning of mds-clipboardMattias Andrée1-98/+8
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