aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-vt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* signal handlers that return should not modify errnoMattias Andrée2015-08-231-0/+4
* 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
* 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
* typoMattias Andrée2015-08-181-1/+1
* fix error where mode_t argument was not added when O_CREAT was used in openMattias Andrée2015-07-071-1/+1
* m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawnMattias Andrée2015-04-181-0/+27
* bump yearMattias Andrée2015-02-131-1/+1
* 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
* rename pfail to failMattias Andrée2014-12-081-3/+3
* no more goto failMattias Andrée2014-12-081-9/+7
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-6/+5
* whitespaceMattias Andrée2014-11-281-2/+2
* SIGRTMAX is used internally by valgrindMattias Andrée2014-09-201-3/+3
* 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
* whoopsMattias Andrée2014-09-191-2/+2
* use XDG_VTNRMattias Andrée2014-09-191-8/+41
* we should support XDG_VTNRMattias Andrée2014-09-141-1/+1
* mMattias Andrée2014-09-091-1/+3
* mMattias Andrée2014-09-091-1/+4
* mds-vt: secondary connectionMattias Andrée2014-09-091-10/+126
* broadcast switching-vtMattias Andrée2014-09-091-5/+32
* implement support for get-vt and configure-vt messagesMattias Andrée2014-09-091-1/+136
* mMattias Andrée2014-09-091-7/+3
* never volatile int, always volatile sig_atomic_tMattias Andrée2014-09-081-1/+1
* move reconnect_to_display todo into todo fileMattias Andrée2014-09-081-1/+1
* message id is unsigned 32-bitMattias Andrée2014-08-241-4/+4
* read and write vtfileMattias Andrée2014-08-231-2/+60
* mMattias Andrée2014-08-221-1/+1
* some work on mds-vtMattias Andrée2014-08-221-5/+120
* vt protocolsMattias Andrée2014-08-221-7/+36
* beginning of mds-vtMattias Andrée2014-08-221-0/+371