9 Commits

Author SHA1 Message Date
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen
c89745135a update to ttyd-1.5.2 2019-08-06 18:45:24 +00:00
sthen
e21b4a61f3 update to ttyd head, the mutex problem was fixed upstream
-    if (pthread_mutex_trylock(&client->mutex)) {
+    if (pthread_mutex_trylock(&client->mutex) == 0) {
2019-08-04 17:41:17 +00:00
sthen
e87e40b36b #include patches committed upstream 2019-07-31 11:24:36 +00:00
sthen
e5bab4be47 update to ttyd-1.5.1. patch to backout an upstream commit which results in
unlocking an unlocked mutex, fatal with our libpthread (ticket opened upstream).
2019-07-30 15:05:39 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
phessler
fe22e19c43 Simple update to 1.4.0
OK bcallah@ kn@
2018-04-26 18:05:59 +00:00
sthen
30eaa4b102 sync WANTLIB and bump, gc a few gettext MODULES while there 2017-09-22 21:30:32 +00:00
phessler
15333f92fd ttyd is a simple command-line tool for sharing terminal over the web,
inspired by GoTTY.

Features
* Built on top of Libwebsockets with C for speed
* Fully-featured terminal based on Xterm.js with CJK (Chinese,
      Japanese, Korean) and IME support
* SSL support based on OpenSSL
* Run any custom command with options
* Basic authentication support and many other custom options
2017-09-19 07:49:09 +00:00