summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Missing signal sending permission check on failed query messagesHEADmasterAlexander Naumov2023-02-011-3/+7
* httpss->httpsAlexander Naumov2023-01-131-1/+1
* http => httpsAlexander Naumov2022-05-291-1/+1
* http => httpsAlexander Naumov2022-05-291-1/+1
* Avoid zombies after shell exitVincent Lefevre2022-02-171-0/+10
* bugfix CVE-2021-26937Michael Schröder2022-02-021-5/+8
* man page: copyright updateAlexander Naumov2022-01-041-5/+5
* [PATCH 2/2] trivial: docs: Add missing ')'.Michael Witten2020-12-171-1/+1
* [PATCH 1/2] trivial: docs: Fix typo (s/paramter/parameter)Michael Witten2020-12-171-1/+1
* bugfix: option -X ignores specified user in multiuser envTaj Morton2020-10-201-0/+4
* TERMCAP_BUF is used in place of TERMCAP_BUFSIZEVictor Dmitriev2020-04-271-1/+1
* Expand d_xtermosc array in struct DisplayVáclav Doležal2020-02-221-1/+1
* Increase permitted length of OSCAmadeusz Sławiński2020-02-051-1/+1
* Fix out of bounds access when setting w_xtermosc after OSC 49Amadeusz Sławiński2020-02-051-1/+1
* Add escape to show number of currently open windows in hardstatused@s5h.net2020-02-033-0/+32
* Fix 100% cpu use on one core with pollAmadeusz Sławiński2020-02-031-1/+1
* Haiku port: Check for some librariesFrançois Revol2020-02-031-1/+6
* fix mismatched types in prototypeFrançois Revol2020-02-032-2/+2
* remove hardcoded -lutilFrançois Revol2020-02-031-1/+0
* add dirent.h test back to configureFrançois Revol2020-02-031-0/+3
* build: acls.c: mark unused parametersChris Meyering2020-02-021-0/+4
* build: tests/test-winmsgbuf.c: avoid GCC 10 alloca warningChris Meyering2020-02-021-1/+2
* build: test-winmsgbuf.c: add const to avoid GCC 10 warningChris Meyering2020-02-021-1/+1
* cleanup: acls.c: move unused variables into #if-0 blockChris Meyering2020-02-021-2/+2
* build: cast NULL to (char *) to prevent GCC 10 warningChris Meyering2020-02-021-1/+1
* Refactor condition handling to use offset instead of pointerAmadeusz Sławiński2020-01-313-27/+30
* Copyright update for 2020Alexander Naumov2020-01-101-1/+1
* Fix return code of '--version' and '-v'Alexander Naumov2020-01-101-4/+6
* Fix code formattingAmadeusz Sławiński2019-12-312-12/+12
* Fix variable typeAmadeusz Sławiński2019-12-281-2/+2
* Disable exclusive mode on TTY device when closingDavid Dorfman2019-12-283-3/+20
* Create TERMCAP entries limited to 1023 bytes by default.Scott Shambarger2019-12-285-17/+49
* Fix coredump on xterm and rxvtChristoph Moench-Tegeder2019-12-281-1/+1
* Count timeout in milliseconds instead of using struct timevalAmadeusz Sławiński2019-12-284-31/+20
* Convert select() to poll() in sched.cAmadeusz Sławiński2019-12-281-22/+67
* Convert select() to poll() in screen.cAmadeusz Sławiński2019-12-281-5/+6
* Convert select() to poll() in display.cAmadeusz Sławiński2019-12-281-14/+14
* Make closeallfiles() fasterAmadeusz Sławiński2019-12-281-5/+25
* Using 'https' instead of 'http'Alexander Naumov2019-11-0957-61/+61
* Update ambiguous and wide characters tables to Unicode 12.1.0Amadeusz Sławiński2019-10-021-15/+22
* Get rid of externs in telnet.cAmadeusz Sławiński2019-09-192-6/+3
* Fix broken mouse after ncurses 6.1Amadeusz Sławiński2019-09-072-2/+6
* Fix some gcc-9 warning in utmpAmadeusz Sławiński2019-05-181-11/+9
* Revert "Remove unnecessary condition check"Amadeusz Sławiński2019-05-131-0/+2
* Clean whole buffer if we don't want to parse itAmadeusz Sławiński2019-04-172-5/+5
* Remove unnecessary condition checkAmadeusz Sławiński2019-04-141-2/+0
* Close file descriptor after query commandAmadeusz Sławiński2019-04-141-0/+1
* Fix -L option when passed to backend via MsgAmadeusz Sławiński2019-04-132-0/+3
* Define data pointer in Event as voidAmadeusz Sławiński2019-03-311-1/+1
* Fix D_processinputdata typeAmadeusz Sławiński2019-03-312-3/+3