1
0
mirror of https://github.com/skeeto/endlessh.git synced 2024-05-19 06:49:58 +00:00

10 Commits

Author SHA1 Message Date
ce7e3e5914 Allow graceful shutdown with SIGTERM 2019-02-03 09:18:38 -05:00
3a1d0048f9 Tweak README 2019-02-03 08:26:42 -05:00
94aa40778c Make log messages line buffered 2019-02-03 08:18:55 -05:00
112e5b303f Vastly improve logging 2019-02-03 08:11:52 -05:00
81046bcdec Reduce line line length
If clients have a maximum banner size, this will help to keep them
around for longer.
2019-02-03 08:08:27 -05:00
1f1ce4e26d Adapt max_clients on EMFILE or ENFILE 2019-02-02 23:19:44 -05:00
891584a361 Fix random underflow 2019-02-02 23:19:23 -05:00
dca3ca646f Don't forget to double the known capacity 2019-02-02 23:18:56 -05:00
8c37ff055a Don't use a function named log() 2019-02-02 22:43:41 -05:00
7fbba1e7b0 Initial working code 2019-02-02 22:38:59 -05:00