- 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
-
- 24 Aug, 2015 5 commits
-
-
This change prevents the listener from closing itself before establishing the websocket session with the client.
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 23 Aug, 2015 10 commits
-
-
A new option `--auto-reconnect` which takes seconds to reconnect is added.
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
So that users can open IPv6 URLs on web browsers.
Iwasaki Yudai committed -
`os/user.Current()` is not available on Darwin when a binary is cross compiled from another platform. See also: https://github.com/golang/go/issues/6376
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 22 Aug, 2015 2 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 21 Aug, 2015 6 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
The first byte of a input message shows the type of that message. 0: normal keystrokes 1: resize window command
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Shoji Ihara committed
-