- 20 Aug, 2015 9 commits
-
-
Iwasaki Yudai committed
-
* Added the `-c` option for Basic Authentication by @mattn * Experimental 32 bit support * Switch to Go1.5
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
HTTP Basic Authentication support. Close #8
Iwasaki Yudai committed -
mattn committed
-
- 18 Aug, 2015 7 commits
-
-
Iwasaki Yudai committed
-
Closes #7.
Iwasaki Yudai committed -
Fix a few typos.
Iwasaki Yudai committed -
Fix typo in starting message
Iwasaki Yudai committed -
Only send EOF in writable sessions
Iwasaki Yudai committed -
Currently EOF is sent to the pty even when read-only mode is requested. This can cause trouble in attached tmux sessions, for example. Since the EOF typically used in shells as a shortcut exit, this can result in undesired disconnects.
David Horsley committed -
Blake Jennings committed
-
- 17 Aug, 2015 12 commits
-
-
shingt committed
-
Fix typo in README
Iwasaki Yudai committed -
Christian Jensen committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
The processes were left behind when clients closed their windows.
Iwasaki Yudai committed -
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Some terminal massages were shown at strange positions.
Iwasaki Yudai committed -
When a rune stands over the buffer boundary, invalid UTF-8 bytes were sent to the client. Now the logic checks if the tail of the buffer can be decoded as a valid rune. When it's an invalid byte sequence, the logic keeps it in the buffer and send it in the next loop with the following byte sequence.
Iwasaki Yudai committed
-
- 16 Aug, 2015 5 commits
-
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-
Iwasaki Yudai committed
-