aboutsummaryrefslogtreecommitdiff
path: root/utils/ttyd
Commit message (Collapse)AuthorAge
* ttyd: add backport patch for ssl issue on firefoxFlorian Eckert2020-08-04
| | | | | | | | | | | If ttyd is configured to ssl, you will get the following message in the log `refuse to serve WS client for illegal ws path`. Upstream a patch has already been applied which fixes this. Since there is no newer version than 1.6.1, this fix is backported as a patch. And could be removed if a new version of ttyd is available. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ttyd: fix debug config optionFlorian Eckert2020-08-03
| | | | | | | | | | | | Append missing debug option value. If this is not append and the debug option is selected, then we get the following error output on ttyd start. > ttyd: missing start command To fix this add missing debug option value. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* ttyd: update to 1.6.1Rosen Penev2020-07-28
| | | | | | Refresh patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* ttyd: update to 1.6.0Shuanglei Tao2020-02-11
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-08
| | | | | | | | | | Removed CMAKE_INSTALL as there's no need for InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: add reload triggerRichard Yu2019-12-03
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: log to syslogRichard Yu2019-11-29
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: update to 1.5.2 and add init scriptRichard Yu2019-10-17
| | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* ttyd: update to 1.5.1Shuanglei Tao2019-07-17
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: Add dependency for vimRosen Penev2019-04-10
| | | | | | | | | | | Needed to avoid error in case xxd is not installed: [ 16%] Generating html.h from index.html /bin/sh: 1: CMAKE_XXD-NOTFOUND: not found CMakeFiles/ttyd.dir/build.make:61: recipe for target 'html.h' failed make[6]: *** [html.h] Error 127 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ttyd: update to 1.4.2Shuanglei Tao2018-09-12
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.4.0Shuanglei Tao2018-04-30
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.3Shuanglei Tao2017-06-19
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.2Shuanglei Tao2017-04-16
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.1Shuanglei Tao2017-03-11
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.3.0Shuanglei Tao2017-02-14
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.2.1Shuanglei Tao2016-11-27
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.2.0Shuanglei Tao2016-11-13
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: update to 1.1.0Shuanglei Tao2016-10-15
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* ttyd: remove the default insecure init script (#3271)Shuanglei Tao2016-10-01
| | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* Add ttyd packageShuanglei Tao2016-09-28
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>