| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix code formatting | Amadeusz Sławiński | 2019-12-31 | 1 | -2/+2 |
| * | Disable exclusive mode on TTY device when closing | David Dorfman | 2019-12-28 | 1 | -0/+8 |
| * | Using 'https' instead of 'http' | Alexander Naumov | 2019-11-09 | 1 | -1/+1 |
| * | check if we succeeded in SttyMode | Amadeusz Sławiński | 2018-05-31 | 1 | -1/+8 |
| * | fix job control on FreeBSD | Amadeusz Sławiński | 2018-05-15 | 1 | -1/+16 |
| * | remove exclusive access when closing ptyfd | Amadeusz Sławiński | 2018-05-15 | 1 | -2/+9 |
| * | get rid of (sometype *)0 casts | Amadeusz Sławiński | 2018-04-07 | 1 | -4/+4 |
| * | use NULL instead of 0 where applicable | Amadeusz Sławiński | 2018-04-06 | 1 | -1/+1 |
| * | refactor use of sizeof | Amadeusz Sławiński | 2017-07-09 | 1 | -3/+3 |
| * | expose less functions via header | Amadeusz Sławiński | 2017-07-09 | 1 | -3/+6 |
| * | use library sleep functions | Amadeusz Sławiński | 2017-04-13 | 1 | -2/+3 |
| * | screen: handle pts devices in different namespaces | Christian Brauner | 2017-04-06 | 1 | -0/+24 |
| * | int -> size_t | Amadeusz Sławiński | 2016-10-05 | 1 | -1/+1 |
| * | use VDISABLE instead of hardcoded values | Amadeusz Sławiński | 2016-07-04 | 1 | -3/+3 |
| * | change VKILL to ^U | Amadeusz Sławiński | 2016-07-04 | 1 | -1/+1 |
| * | c99 style for loops | Amadeusz Sławiński | 2016-06-25 | 1 | -23/+13 |
| * | move config.h to top of includes | Amadeusz Sławiński | 2016-06-18 | 1 | -2/+2 |
| * | rename define BUILTIN_TELNET to ENABLE_TELNET | Amadeusz Sławiński | 2016-06-18 | 1 | -1/+1 |
| * | make all header files self-contained and include it in the source file | Simon Ruderich | 2016-02-07 | 1 | -0/+2 |
| * | remove unneeded idx field from struct baud_values | Amadeusz Sławiński | 2016-02-07 | 1 | -41/+38 |
| * | remove unneeded ospeed handling | Amadeusz Sławiński | 2016-02-07 | 1 | -2/+0 |
| * | assume that we ran on POSIX system | Amadeusz Sławiński | 2016-02-07 | 1 | -2/+2 |
| * | Add more serial speeds | Amadeusz Sławiński | 2016-02-07 | 1 | -49/+81 |
| * | more int -> bool conversions | Amadeusz Sławiński | 2015-12-06 | 1 | -1/+1 |
| * | more type conversions to bool | Amadeusz Sławiński | 2015-12-06 | 1 | -4/+4 |
| * | Bring telnet code up to standard | Amadeusz Sławiński | 2015-09-05 | 1 | -0/+1 |
| * | indent -linux -l120 tty.c | Amadeusz Sławiński | 2015-09-05 | 1 | -595/+584 |
| * | Use realpath(name, buf) for Solaris | saper | 2015-09-05 | 1 | -4/+6 |
| * | readd setting of signal handler, which was accidentally removed | Amadeusz Sławiński | 2015-09-02 | 1 | -0/+1 |
| * | remove fgtty() | Amadeusz Sławiński | 2015-08-31 | 1 | -8/+0 |
| * | as per comment, it's not needed | Amadeusz Sławiński | 2015-07-28 | 1 | -10/+0 |
| * | get rid of extern.h | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+0 |
| * | rename some arguments; ev -> event | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+2 |
| * | mark unused attributes differently | Amadeusz Sławiński | 2015-06-26 | 1 | -3/+8 |
| * | Might as well use void* as there are casts anyway | Amadeusz Sławiński | 2015-06-26 | 1 | -2/+2 |
| * | tty.c - small fixes + reformatting | Amadeusz Sławiński | 2015-06-26 | 1 | -262/+209 |
| * | move global variables declarations to corresponding headers | Amadeusz Sławiński | 2015-06-26 | 1 | -0/+2 |
| * | use Event type instead of struct event | Amadeusz Sławiński | 2015-06-26 | 1 | -3/+3 |
| * | use Display type instead of struct display | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+1 |
| * | use Window type instead of struct win | Amadeusz Sławiński | 2015-06-26 | 1 | -1/+1 |
| * | Use xsignal() so it's clear that we are not using signal() | Amadeusz Sławiński | 2015-06-25 | 1 | -6/+6 |
| * | quiet unused parameter warnings | Amadeusz Sławiński | 2015-06-25 | 1 | -4/+4 |
| * | more header stuff | Amadeusz Sławiński | 2015-06-25 | 1 | -0/+4 |
| * | remove #ifdef BSDJOBS | Amadeusz Sławiński | 2015-06-25 | 1 | -2/+0 |
| * | bye bye DEBUG | Amadeusz Sławiński | 2015-06-25 | 1 | -45/+1 |
| * | Remove unuseful comment | Amadeusz Sławiński | 2015-06-25 | 1 | -2/+0 |
| * | Remove comment about being generated from script | Amadeusz Sławiński | 2015-06-25 | 1 | -5/+0 |
| * | Replace tty.sh with tty.c | Amadeusz Sławiński | 2015-06-25 | 1 | -0/+1297 |
| * | historic version screen-3.2a | jnweiger | 2005-12-16 | 1 | -510/+0 |
| * | historic version screen-3.2.0 Jun 1 1992 | jnweiger | 2005-12-16 | 1 | -0/+510 |
