Commit Graph

333 Commits

Author SHA1 Message Date
Iwasaki Yudai
0f6909a165 Remove license information of third party libraries
Github detects a wrong license.
Licenses are still available in the vendor directory.
2017-08-09 12:36:50 +09:00
Iwasaki Yudai
91be466d29 Release with commit ID
So that release branch can push assets with a proper commit ID.
2017-08-08 17:29:40 +09:00
Iwasaki Yudai
b181c6baf5 Merge pull request #157 from yudai/inmemory_storage
Use in memory storage not to clear local storage
2017-08-08 00:53:57 -07:00
Iwasaki Yudai
412ffeb06d Use in memory storage not to clear local storage
Closes #118.
2017-08-08 16:53:24 +09:00
Iwasaki Yudai
1b7f41ca6f Merge pull request #156 from yudai/max_conn
Fix max connection enforcement
2017-08-08 00:46:08 -07:00
Iwasaki Yudai
dbcdc904b9 Fix max connection enforcement
Closes #136.
2017-08-08 16:44:26 +09:00
Iwasaki Yudai
f23f38a492 Merge pull request #155 from yudai/env_vars
Update codegangsta/cli
2017-08-08 00:25:44 -07:00
Iwasaki Yudai
b1e5d95841 Update codegangsta/cli
To fix #122.
IsSet() doesn't return true even when env variables are set.
2017-08-08 16:21:59 +09:00
Iwasaki Yudai
b61b784187 Add comments for stable releases 2017-05-22 08:16:24 +09:00
Iwasaki Yudai
1aa392f29b Release 1.0.0 2017-05-21 14:39:33 +09:00
Iwasaki Yudai
5046d874bc Merge pull request #135 from stucchimax/master
Add --max-connection to the documentation
2017-05-02 00:09:57 -07:00
Iwasaki Yudai
e721482e57 Merge pull request #139 from tsl0922/add-ttyd
README: add ttyd to Alternatives
2017-03-28 21:49:34 -07:00
Iwasaki Yudai
63c9a78b06 Merge pull request #138 from xinsnake/fix-readme-comma
removed comma in sample config file
2017-03-28 21:48:59 -07:00
Shuanglei Tao
798d2ac1d9 README: add ttyd to Alternatives 2017-03-24 23:29:18 +08:00
Xinyun Zhou
7496404438 removed comma in sample config file 2017-03-24 22:25:06 +11:00
Iwasaki Yudai
ef91648d8f Merge pull request #137 from artdevjs/master
Update README.md
2017-03-20 21:10:32 -07:00
Artem Medvedev
456aa65d17
Update README.md 2017-03-19 05:21:42 +02:00
Massimiliano Stucchi
fd25f80257 Add --max-connection to the documentation 2017-03-07 11:14:51 +01:00
Anand Patil
1ca7dea205 Added path option. 2017-01-24 12:20:33 -05:00
Iwasaki Yudai
92d8d62ae1 Bump to go1.7.3 2017-01-09 12:19:43 +09:00
Iwasaki Yudai
8c9433ff21 Add timeout option 2017-01-09 12:04:15 +09:00
Iwasaki Yudai
c91fef051b Merge pull request #121 from guywithnose/lockWindowSize
Add an option to disable client window resizes
2017-01-07 15:31:35 -08:00
Robert Bittle
8fd09cd9ec
Add an option to disable client window resizes
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
2016-12-30 09:20:09 -05:00
Iwasaki Yudai
ddbaa983c0 Merge pull request #102 from skeltoac/auth-token-content-type
Set content-type on auth_token.js
2016-08-13 17:48:42 -07:00
Yifa Zhang
be07d420dd add option for max connection (#112)
add option for max connection
2016-08-13 00:29:21 -07:00
Iwasaki Yudai
54597c0ba6 Use SHA256SUM 2016-08-11 16:48:03 +09:00
Iwasaki Yudai
49f2051c93 Exclude darwin/arm from cross compile targets 2016-07-29 16:52:37 +09:00
Andy Skelton
ac49153071 Set content-type on auth_token.js 2016-06-24 19:47:14 +00:00
Iwasaki Yudai
510542b159 Release v0.0.13
* No functional changes
* Updated golang to 1.6.1
* Fixed `go get` broken binary
2016-04-13 16:18:21 +09:00
Iwasaki Yudai
a350994aa2 Change to go1.6.1 and vendoring 2016-04-13 16:17:57 +09:00
Iwasaki Yudai
b1c5226875 Release v0.0.12
* Bug fixes
* New option `--close-signal` to choose a signal sent to child processes
2015-10-18 12:08:11 +09:00
Iwasaki Yudai
db45d0febc Generates tar balls on release 2015-10-18 11:58:04 +09:00
Iwasaki Yudai
84f098fe4c Generate shasums 2015-10-18 11:58:04 +09:00
Iwasaki Yudai
ca66b46fa2 Update dependencies 2015-10-18 11:14:16 +09:00
Iwasaki Yudai
6a6d0e1350 Add --close-signal option to README 2015-10-18 11:04:06 +09:00
Iwasaki Yudai
888fe870dc Add configuration to modify signal sent to child process when close it 2015-10-14 07:26:47 +09:00
Iwasaki Yudai
95ad63e5ae Merge pull request #77 from moul/log-args
Log passed arguments
2015-10-13 12:56:38 -07:00
Manfred Touron
d56157f1ee
Using already-existing log command to print passed arguments 2015-10-13 19:04:45 +02:00
Iwasaki Yudai
6013e43933 Merge pull request #76 from QuentinPerez/fix
Remove a mutex unlock
2015-10-12 12:11:43 -07:00
Manfred Touron
788c9942ad
Log passed arguments
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
2015-10-12 18:20:48 +02:00
Quentin Perez
04deb4902f Remove a mutex unlock 2015-10-12 10:28:36 +02:00
Iwasaki Yudai
f7b54e9e5a Format .gotty 2015-10-12 15:54:41 +09:00
Iwasaki Yudai
a9d26bec2c Run commands in Make on wercker 2015-10-12 13:34:31 +09:00
Iwasaki Yudai
c8fb306521 Move gitter badge to right place 2015-10-12 10:57:24 +09:00
Iwasaki Yudai
1bcc6bd9ce Change description of --permit-arguments 2015-10-12 10:57:24 +09:00
Iwasaki Yudai
589ec6b50a Handle hterm preferences with better care 2015-10-12 10:57:21 +09:00
Iwasaki Yudai
86151f1ac9 Merge pull request #75 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-10-09 21:28:12 -07:00
The Gitter Badger
23804fa2ff Add Gitter badge 2015-10-09 22:08:51 +00:00
Iwasaki Yudai
ec70160666 Merge pull request #74 from rmetzler/fix-typo
fix typo
2015-10-09 12:43:03 -07:00
Richard Metzler
eb200ce579 fix typo 2015-10-09 11:15:18 +02:00