- 30 Sep, 2015 3 commits
-
-
Added mutex to avoid concurrent writes
Iwasaki Yudai committed -
fix typo
Iwasaki Yudai committed -
Quentin Perez committed
-
- 28 Sep, 2015 1 commit
-
-
reconnec_ttime -> reconnect_time
freakhill committed
-
- 21 Sep, 2015 1 commit
-
-
Add `gotty-client` in README.md
Iwasaki Yudai committed
-
- 20 Sep, 2015 2 commits
-
-
Manfred Touron committed
-
Iwasaki Yudai committed
-
- 17 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 05 Sep, 2015 1 commit
-
-
Iwasaki Yudai committed
-
- 03 Sep, 2015 2 commits
-
-
* Syntax check for the configuration file * Better handling of invalid UTF-8 bytes
Iwasaki Yudai committed -
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 5 commits
-
-
* Fix basic authentication and reconnection conflict * Send ping/pong to keep connections
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 31 Aug, 2015 3 commits
-
-
* Fixed TLS/SSL default files loading error * Fixed Sasfari basic authentication error
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
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 7 commits
-
-
Iwasaki Yudai committed
-
* Favicon has been added
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 29 Aug, 2015 7 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
* Profile file is merged into config file
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
- 28 Aug, 2015 3 commits
-
-
* Config file support * Some naming changes to command line options
Iwasaki Yudai committed -
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 2 commits
-
-
Iwasaki Yudai committed
-
* New `--title-format` option to specify window titles * Terminal profile support is added * ARM architecture support * New `--auto-reconnect` option to reconnect to the server * TLS/SSL option by `-t` option * `--once` option to shutdown the server after the first client exits * Better UTF-8 input support
Iwasaki Yudai committed
-
- 26 Aug, 2015 1 commit
-
-
Iwasaki Yudai committed
-