aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-vt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduce the `Origin command`-headerMattias Andrée2015-08-241-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-vt: typo and styleMattias Andrée2015-08-241-20/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* signal handlers that return should not modify errnoMattias Andrée2015-08-231-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it.Mattias Andrée2015-08-211-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée2015-08-191-32/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix error where mode_t argument was not added when O_CREAT was used in openMattias Andrée2015-07-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée2015-04-181-0/+27
| | | | 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>
* with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-081-59/+66
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename pfail to failMattias Andrée2014-12-081-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more goto failMattias Andrée2014-12-081-9/+7
| | | | 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-6/+5
| | | | 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>
* SIGRTMAX is used internally by valgrindMattias Andrée2014-09-201-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-vt: fix m unmarshal bug + mds-vt: keep track of the number of servers that require non-exclusive modeMattias Andrée2014-09-201-4/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-09-191-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use XDG_VTNRMattias Andrée2014-09-191-8/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* we should support XDG_VTNRMattias Andrée2014-09-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-vt: secondary connectionMattias Andrée2014-09-091-10/+126
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* broadcast switching-vtMattias Andrée2014-09-091-5/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement support for get-vt and configure-vt messagesMattias Andrée2014-09-091-1/+136
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-7/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* never volatile int, always volatile sig_atomic_tMattias Andrée2014-09-081-1/+1
| | | | 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>
* message id is unsigned 32-bitMattias Andrée2014-08-241-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* read and write vtfileMattias Andrée2014-08-231-2/+60
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-08-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some work on mds-vtMattias Andrée2014-08-221-5/+120
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* vt protocolsMattias Andrée2014-08-221-7/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-vtMattias Andrée2014-08-221-0/+371
Signed-off-by: Mattias Andrée <maandree@operamail.com>