aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-vt.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-05misc + update e-mailMattias Andrée1-9/+9
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-11-05Work on changing styleMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-05Update year and e-mail addressMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-11-05Work on changing style, and an important typo fixMattias Andrée1-507/+510
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-10mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-10mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-09Bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-08-24introduce the `Origin command`-headerMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-vt: typo and styleMattias Andrée1-20/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-23signal handlers that return should not modify errnoMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-21add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée1-32/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-18typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-07-07fix error where mode_t argument was not added when O_CREAT was used in openMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-04-18m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée1-0/+27
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-02-13bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-59/+66
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08rename pfail to failMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08no more goto failMattias Andrée1-9/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée1-6/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-28whitespaceMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-20SIGRTMAX is used internally by valgrindMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-20mds-vt: fix m unmarshal bug + mds-vt: keep track of the number of servers that require non-exclusive modeMattias Andrée1-4/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-19whoopsMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-19use XDG_VTNRMattias Andrée1-8/+41
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-14we should support XDG_VTNRMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09mMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09mMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09mds-vt: secondary connectionMattias Andrée1-10/+126
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09broadcast switching-vtMattias Andrée1-5/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09implement support for get-vt and configure-vt messagesMattias Andrée1-1/+136
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-09mMattias Andrée1-7/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08never volatile int, always volatile sig_atomic_tMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08move reconnect_to_display todo into todo fileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-24message id is unsigned 32-bitMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-23read and write vtfileMattias Andrée1-2/+60
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-22mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-22some work on mds-vtMattias Andrée1-5/+120
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-22vt protocolsMattias Andrée1-7/+36
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-22beginning of mds-vtMattias Andrée1-97/+96
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-20danger is deadly for the echo and the clipboard serversMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-20add sigdanger supportMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-03miscMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28docMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28m + marshal and unmarshal registry tableMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée1-5/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>