- 08 Aug, 2017 2 commits
-
-
Closes #118.
Iwasaki Yudai committed -
Closes #136.
Iwasaki Yudai committed
-
- 21 May, 2017 1 commit
-
-
Iwasaki Yudai committed
-
- 09 Jan, 2017 1 commit
-
-
Iwasaki Yudai committed
-
- 30 Dec, 2016 1 commit
-
-
This goes great with tmux when you are sharing your terminal for presentations and you don't want to give viewers the ability to resize your terminal
Robert Bittle committed
-
- 13 Aug, 2016 1 commit
-
-
add option for max connection
Yifa Zhang committed
-
- 24 Jun, 2016 1 commit
-
-
Andy Skelton committed
-
- 13 Apr, 2016 1 commit
-
-
* No functional changes * Updated golang to 1.6.1 * Fixed `go get` broken binary
Iwasaki Yudai committed
-
- 18 Oct, 2015 1 commit
-
-
* Bug fixes * New option `--close-signal` to choose a signal sent to child processes
Iwasaki Yudai committed
-
- 13 Oct, 2015 2 commits
-
-
Iwasaki Yudai committed
-
Manfred Touron committed
-
- 12 Oct, 2015 3 commits
-
-
i.e: 2015/10/12 18:14:11 127.0.0.1:56983 200 GET /auth_token.js 2015/10/12 18:14:11 New client connected: 127.0.0.1:56984 2015/10/12 18:14:11 127.0.0.1:56984 passed arguments are: "--server_id XXXXXXXXXXXXXXX --type serial --auth_token YYYYYYYYYYYYYYYY" 2015/10/12 18:14:11 Command is running for client 127.0.0.1:56984 with PID 95770 2015/10/12 18:14:11 127.0.0.1:56984 101 GET /ws 2015/10/12 18:14:11 Command exited for: 127.0.0.1:56984
Manfred Touron committed -
Quentin Perez committed
-
Iwasaki Yudai committed
-
- 08 Oct, 2015 2 commits
-
-
Iwasaki Yudai committed
-
Using a mutex
Iwasaki Yudai committed
-
- 07 Oct, 2015 2 commits
-
-
* Bug fixes * SSL/TLS client certificate authentication support by @freakhill and @uovobw * New option `--permit-argument` to allow client to provide command line arguments by @QuentinPerez
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
- 05 Oct, 2015 1 commit
-
-
Quentin Perez committed
-
- 02 Oct, 2015 1 commit
-
-
$ curl -I http://gotty.server/ HTTP/1.1 200 OK Accept-Ranges: bytes Content-Length: 407 Content-Type: text/html; charset=utf-8 Last-Modified: Fri, 02 Oct 2015 08:04:28 GMT Server: GoTTY/0.0.10 Date: Fri, 02 Oct 2015 08:04:28 GMT
Manfred Touron committed
-
- 30 Sep, 2015 2 commits
-
-
Add relevant logic
Andrea Lusuardi - uovobw committed -
Quentin Perez committed
-
- 28 Sep, 2015 1 commit
-
-
run go fmt
Johan Gall committed
-
- 20 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 03 Sep, 2015 1 commit
-
-
Raw data sometimes include invalid UTF-8 bytes and that brings errors to WebSocket clients. To avoid the errors, encode data into base64 before sending it.
Iwasaki Yudai committed
-
- 02 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 01 Sep, 2015 3 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 31 Aug, 2015 1 commit
-
-
Safari doesn't support basic authentication for websocket sessions. This commit introduces a token-based authentication only for websocket connection. The token is shared by all clients and that might be not secure. However, basic authentication itself is insecure and the credential is already shared by clients, so don't mind.
Iwasaki Yudai committed
-
- 30 Aug, 2015 2 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 29 Aug, 2015 3 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 28 Aug, 2015 2 commits
-
-
Iwasaki Yudai committed
-
POSIX doesn't grantee that a blocked Read() operation will be released after closing the file. Moreover, the pty file left intact even after closing the file and the process keeps running in this case.
Iwasaki Yudai committed
-
- 27 Aug, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 26 Aug, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 25 Aug, 2015 1 commit
-
-
When `send-encoding` is `utf-8`, hterm translate input from the clipboard from UTF-16 to UTF-8, even when the input is indeed UTF-8. This translation messes up all non ASCII input.
Iwasaki Yudai committed
-