- 21 Aug, 2015 12 commits
 - 
- 
Iwasaki Yudai committed
 - 
Iwasaki Yudai committed
 - 
Iwasaki Yudai committed
 - 
Iwasaki Yudai committed
 - 
Easy to run when you don't want to build a binary.
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
 - 
Random URL generation(Close #17)
Iwasaki Yudai committed - 
Shoji Ihara committed
 - 
Iwasaki Yudai committed
 - 
It was a bug that sending EOT when closing connection.
Iwasaki Yudai committed - 
Iwasaki Yudai committed
 
 - 
 - 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 
 -