Version: 1.5.2, Package name: ttyd-1.5.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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 |
Filesize: 373.461 KB |
Version History (View Complete History) |
|
2019-08-06 12:45:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to ttyd-1.5.2 |
2019-08-04 11:41:18 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to ttyd head, the mutex problem was fixed upstream - if (pthread_mutex_trylock(&client->mutex)) { + if (pthread_mutex_trylock(&client->mutex) == 0) { |
2019-07-31 05:24:36 by Stuart Henderson | Files touched by this commit (2) |
Log message: #include patches committed upstream |
2019-07-30 09:05:39 by Stuart Henderson | Files touched by this commit (5) |
Log message: 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-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-04-26 12:05:59 by Peter Hessler | Files touched by this commit (2) |
Log message: Simple update to 1.4.0 OK bcallah@ kn@ |