Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work on changing style | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update year and e-mail address | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Work on changing style, and an important typo fix | Mattias Andrée | 2017-11-05 | 1 | -509/+512 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2016-07-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2016-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | introduce the `Origin command`-header | Mattias Andrée | 2015-08-24 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-vt: typo and style | Mattias Andrée | 2015-08-24 | 1 | -20/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | signal handlers that return should not modify errno | Mattias Andrée | 2015-08-23 | 1 | -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ée | 2015-08-21 | 1 | -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 parameter | Mattias Andrée | 2015-08-19 | 1 | -32/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-18 | 1 | -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 open | Mattias Andrée | 2015-07-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn | Mattias Andrée | 2015-04-18 | 1 | -0/+27 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -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_if | Mattias Andrée | 2014-12-08 | 1 | -59/+66 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -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 failed | Mattias Andrée | 2014-12-08 | 1 | -6/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-11-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | SIGRTMAX is used internally by valgrind | Mattias Andrée | 2014-09-20 | 1 | -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 mode | Mattias Andrée | 2014-09-20 | 1 | -4/+20 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whoops | Mattias Andrée | 2014-09-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use XDG_VTNR | Mattias Andrée | 2014-09-19 | 1 | -8/+41 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | we should support XDG_VTNR | Mattias Andrée | 2014-09-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-09-09 | 1 | -1/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-09-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-vt: secondary connection | Mattias Andrée | 2014-09-09 | 1 | -10/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | broadcast switching-vt | Mattias Andrée | 2014-09-09 | 1 | -5/+32 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | implement support for get-vt and configure-vt messages | Mattias Andrée | 2014-09-09 | 1 | -1/+136 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-09-09 | 1 | -7/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | never volatile int, always volatile sig_atomic_t | Mattias Andrée | 2014-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | move reconnect_to_display todo into todo file | Mattias Andrée | 2014-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | message id is unsigned 32-bit | Mattias Andrée | 2014-08-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | read and write vtfile | Mattias Andrée | 2014-08-23 | 1 | -2/+60 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | some work on mds-vt | Mattias Andrée | 2014-08-22 | 1 | -5/+120 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | vt protocols | Mattias Andrée | 2014-08-22 | 1 | -7/+36 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | beginning of mds-vt | Mattias Andrée | 2014-08-22 | 1 | -0/+371 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |