index
:
mds
master
Avant-garde display server
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mds-vt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
introduce the `Origin command`-header
Mattias Andrée
2015-08-24
1
-1
/
+2
*
mds-vt: typo and style
Mattias Andrée
2015-08-24
1
-20
/
+10
*
signal handlers that return should not modify errno
Mattias Andrée
2015-08-23
1
-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ée
2015-08-21
1
-3
/
+3
*
put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter
Mattias Andrée
2015-08-19
1
-32
/
+0
*
typo
Mattias Andrée
2015-08-18
1
-1
/
+1
*
fix error where mode_t argument was not added when O_CREAT was used in open
Mattias Andrée
2015-07-07
1
-1
/
+1
*
m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn
Mattias Andrée
2015-04-18
1
-0
/
+27
*
bump year
Mattias Andrée
2015-02-13
1
-1
/
+1
*
with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if
Mattias Andrée
2014-12-08
1
-59
/
+66
*
rename pfail to fail
Mattias Andrée
2014-12-08
1
-3
/
+3
*
no more goto fail
Mattias Andrée
2014-12-08
1
-9
/
+7
*
replace all goto pfail with fail_if, so that we can take whence it failed
Mattias Andrée
2014-12-08
1
-6
/
+5
*
whitespace
Mattias Andrée
2014-11-28
1
-2
/
+2
*
SIGRTMAX is used internally by valgrind
Mattias Andrée
2014-09-20
1
-3
/
+3
*
mds-vt: fix m unmarshal bug + mds-vt: keep track of the number of servers that require non-exclusive mode
Mattias Andrée
2014-09-20
1
-4
/
+20
*
whoops
Mattias Andrée
2014-09-19
1
-2
/
+2
*
use XDG_VTNR
Mattias Andrée
2014-09-19
1
-8
/
+41
*
we should support XDG_VTNR
Mattias Andrée
2014-09-14
1
-1
/
+1
*
m
Mattias Andrée
2014-09-09
1
-1
/
+3
*
m
Mattias Andrée
2014-09-09
1
-1
/
+4
*
mds-vt: secondary connection
Mattias Andrée
2014-09-09
1
-10
/
+126
*
broadcast switching-vt
Mattias Andrée
2014-09-09
1
-5
/
+32
*
implement support for get-vt and configure-vt messages
Mattias Andrée
2014-09-09
1
-1
/
+136
*
m
Mattias Andrée
2014-09-09
1
-7
/
+3
*
never volatile int, always volatile sig_atomic_t
Mattias Andrée
2014-09-08
1
-1
/
+1
*
move reconnect_to_display todo into todo file
Mattias Andrée
2014-09-08
1
-1
/
+1
*
message id is unsigned 32-bit
Mattias Andrée
2014-08-24
1
-4
/
+4
*
read and write vtfile
Mattias Andrée
2014-08-23
1
-2
/
+60
*
m
Mattias Andrée
2014-08-22
1
-1
/
+1
*
some work on mds-vt
Mattias Andrée
2014-08-22
1
-5
/
+120
*
vt protocols
Mattias Andrée
2014-08-22
1
-7
/
+36
*
beginning of mds-vt
Mattias Andrée
2014-08-22
1
-0
/
+371