Commit Graph

  • 3b9f472111 Merge branch 'pr/fazalmajid/235' Søren L. Hansen 2021-04-10 23:36:04 -0700
  • c657b1aae8 Add NEWS entry Søren L. Hansen 2021-04-10 23:30:12 -0700
  • 57997f980b Merge branch 'pr/Immortalin/209' Søren L. Hansen 2021-04-10 23:28:28 -0700
  • bd51ce80f5 Add NEWS file Søren L. Hansen 2021-04-10 23:27:30 -0700
  • eccead0d74 Merge branch 'pr/TechWilk/206' Søren L. Hansen 2021-04-10 23:26:10 -0700
  • e988349add Merge branch 'pr/sehaas/294' Søren L. Hansen 2021-04-10 23:22:43 -0700
  • 4e017f1618 Take over GoTTY maintainership Søren L. Hansen 2021-04-10 21:39:41 -0700
  • 6353624986 Merge branch 'update-toolchain' Søren L. Hansen 2021-04-10 21:17:50 -0700
  • 8e17298694 Merge branch 'pr/0xflotus/292' Søren L. Hansen 2021-04-10 21:12:29 -0700
  • d343b13668 Merge branch 'pr/fredster33/295' Søren L. Hansen 2021-04-10 21:11:58 -0700
  • c16aaa51ae Merge branch 'pr/RealCyGuy/287' Søren L. Hansen 2021-04-10 21:09:30 -0700
  • 40cee8a54c Merge branch 'pr/Felixoid/273' Søren L. Hansen 2021-04-10 21:09:02 -0700
  • ac0a15df8a Update toolchain Søren L. Hansen 2021-04-09 19:21:36 -0700
  • 4b2f84448c Update assets Søren L. Hansen 2021-04-09 17:48:41 -0700
  • 07d67aacd0 Update cli import path Søren L. Hansen 2021-04-09 12:37:28 -0700
  • 36790e271f
    Fix typo fredster33 2020-10-11 14:26:09 -0700
  • b685b8040a Add Progressive Web App support Sebastian Haas 2020-10-01 22:30:07 +0200
  • 2397fb0e6c
    fixed small error 0xflotus 2020-08-31 23:49:10 +0200
  • 349b4118da
    spell "stable" correctly Cyrus 2020-04-30 11:47:54 -0700
  • 2f69883b30 make docker Stephan van Ellewee 2020-02-28 14:49:19 +0200
  • 1680db0961 Added Makefile mods, Dockerfile for demo Stephan van Ellewee 2020-02-28 14:43:17 +0200
  • ded7f094e6 removing makefile reference to godeps Stephan van Ellewee 2020-02-28 08:47:10 +0200
  • f0fe6d57fd switched to go-mod, updated codegangsta/cli -> urfave/cli Stephan van Ellewee 2020-02-28 08:42:08 +0200
  • fd0ccc1f0b
    Fix printing ipv6 with brackets Mikhail f. Shiryaev 2019-12-30 13:55:36 +0100
  • c1f1d61cc5 scrollback of xterm to 5000 v2.0.0-alpha.3.sapcc.2 Onur Yilmaz 2019-06-26 16:55:32 +0200
  • 7e2a6e77d1
    docs: fix typo Jason Cooke 2019-06-05 11:08:34 +1200
  • ead2c1fc19
    fixed typo in ReadMe yogesh singh 2019-05-09 00:41:05 +0530
  • 7fb8f2c709 Arguments from HTTP headers v2.0.0-alpha.3.sapcc.1 v2.0.0-alpha.3-pr238 Onur Yilmaz 2019-01-29 15:44:20 +0100
  • 2c923b03ea use functions from github.com/kr/pty to resize terminal, for Solaris support (and also reduce code duplication) Fazal Majid 2018-12-27 17:28:48 -0800
  • 5c2242422a updated vendored kr/pty to the current master + Solaris support: https://github.com/kr/pty/pull/64 Fazal Majid 2018-12-27 17:28:06 -0800
  • 523053315d
    Update README.md Lin 2018-05-31 20:38:19 -0700
  • 1c79938bb1
    Update README.md Lin 2018-05-31 20:33:21 -0700
  • 487661919b
    Fix typo in readme Christopher Wilkinson 2018-04-13 15:35:50 +0100
  • a080c85cbc Release v2.0.0-alpha.3 v2.0.0-alpha.3 Iwasaki Yudai 2017-12-13 17:37:02 +0900
  • 8df0bf44a8
    Merge pull request #179 from badoo/hterm_deactivate_fix_pull Iwasaki Yudai 2017-11-24 17:55:50 -0800
  • b4728f6aa4 set deactivated terminal handlers to empty functions instead of null Korenevskiy Denis 2017-11-24 17:52:46 +0300
  • 9ac120a557 Support local webpack Iwasaki Yudai 2017-10-03 15:34:51 +0900
  • 0bb62e0381 Mention minimum go compiler version Iwasaki Yudai 2017-09-28 13:42:18 +0900
  • 513b3a5c4d Do not compile asset by default Iwasaki Yudai 2017-09-28 13:37:34 +0900
  • 79e132824a Update README.md Iwasaki Yudai 2017-09-01 15:29:56 +0900
  • 2c50c43290 Release v2.0.0-alpha.2 Iwasaki Yudai 2017-08-27 15:56:11 +0900
  • 6ab3093956 Pickup random port when port option is 0 Iwasaki Yudai 2017-08-26 17:23:04 +0900
  • b2c2db0764 Move responsibility to decode output encoding to terminal implementation Iwasaki Yudai 2017-08-26 16:53:17 +0900
  • 807bcc25a4 Refine API of webtty package Iwasaki Yudai 2017-08-24 14:40:28 +0900
  • d1ec7125cf Run webpack when ts files are updated Iwasaki Yudai 2017-08-24 13:22:27 +0900
  • a6ae1210da Move decoder into setup Iwasaki Yudai 2017-08-24 13:22:16 +0900
  • 973cf362fb Remove libapps submodule Iwasaki Yudai 2017-08-23 15:43:37 +0900
  • ba1aa690ed Use libapps utf8 decoder Iwasaki Yudai 2017-08-23 15:32:12 +0900
  • 248f51b290 Release v2.0.0-alpha.1 Iwasaki Yudai 2017-08-23 11:15:41 +0900
  • 4d682aa01d Add "apple symbols' to xterm font list Iwasaki Yudai 2017-08-23 11:11:04 +0900
  • d0f6481cab Fix typo in CONTRIBUTING.md Iwasaki Yudai 2017-08-23 11:04:41 +0900
  • 7355d67a64 Add license-loader Iwasaki Yudai 2017-08-23 10:58:18 +0900
  • 46a8b006f0 Fix typing of hterm Iwasaki Yudai 2017-08-23 10:56:34 +0900
  • 48c91151ad Enable gzip compression Iwasaki Yudai 2017-08-22 17:31:27 +0900
  • 024ab8f28e Minify bundled js code Iwasaki Yudai 2017-08-22 16:58:15 +0900
  • 2b4eb55d28 Add typing for libapps Iwasaki Yudai 2017-08-22 16:16:28 +0900
  • a8bb23f570 Rename bundle.js to gotty-bundle.js Iwasaki Yudai 2017-08-22 16:03:19 +0900
  • 27b6436196 Rename TermXterm and TermHterm to Xterm and Hterm Iwasaki Yudai 2017-08-22 15:59:24 +0900
  • 70aaf33082 Bundle hterm Iwasaki Yudai 2017-08-22 15:56:56 +0900
  • 8f95182392 Show command in log Iwasaki Yudai 2017-08-22 12:11:11 +0900
  • c1ccfdd859 Add npm to makefile Iwasaki Yudai 2017-08-22 12:10:52 +0900
  • 7aafac9448 Merge pull request #151 from yudai/xterm_integartion Iwasaki Yudai 2017-08-21 00:39:37 -0700
  • 8803721f3d Add xterm itegration Iwasaki Yudai 2017-05-22 08:16:24 +0900
  • d6c98866b9 Output proper log when upgrade fails Iwasaki Yudai 2017-08-21 15:36:23 +0900
  • 45f8f61103 Fix option handling of close signal Iwasaki Yudai 2017-08-20 13:39:06 +0900
  • 56e9b89199 Log force closing Iwasaki Yudai 2017-08-20 13:38:42 +0900
  • 91ee778665 Show commit ID on version Iwasaki Yudai 2017-08-17 14:04:17 +0900
  • 4fd3ac376c Add browser to quetsions Iwasaki Yudai 2017-08-15 13:19:47 +0900
  • 6765efbd61 Add new option to allow cross origin requests to WS endpoint Iwasaki Yudai 2017-08-13 15:09:22 +0900
  • 84ec13ca19 Do not show ws log Iwasaki Yudai 2017-08-13 14:00:51 +0900
  • af41111458 Show alternative URLs when address is 0.0.0.0 Iwasaki Yudai 2017-08-13 13:52:10 +0900
  • 2a2a034788 Fix possible race condition on timeout Iwasaki Yudai 2017-08-13 13:40:00 +0900
  • 9b8d2d5ed5 Reduce struct variables of server.Server Iwasaki Yudai 2017-08-12 17:56:46 +0900
  • 21899e638b Add guidlines Iwasaki Yudai 2017-08-12 12:32:25 +0900
  • e81f4e9b7e Merge pull request #159 from yudai/develop Iwasaki Yudai 2017-08-11 18:43:36 -0700
  • a6133f34b7 Refactor Iwasaki Yudai 2017-02-26 07:37:07 +0900
  • b5c56d57f2 Remove Gitter link Iwasaki Yudai 2017-08-11 14:32:32 +0900
  • 54403dd678 exit on resizeTerminal error zlji 2017-01-10 11:58:01 +0800
  • 496ef86339 refactor: decouple gotty app with terminal backends zlji 2017-01-10 00:13:36 +0800
  • d71e2fcfa8 generate falgs based on struct options instead of defining them externally zlji 2017-01-09 22:06:46 +0800
  • c4ed7bc415 Merge pull request #158 from yudai/update_license Iwasaki Yudai 2017-08-08 20:37:56 -0700
  • 0f6909a165 Remove license information of third party libraries Iwasaki Yudai 2017-08-09 12:36:50 +0900
  • 344b60b94b Release v1.0.1 v1.0.1 Iwasaki Yudai 2017-08-08 16:55:32 +0900
  • 94561d8536 Release with commit ID Iwasaki Yudai 2017-08-08 17:18:49 +0900
  • 91be466d29 Release with commit ID Iwasaki Yudai 2017-08-08 17:18:49 +0900
  • a046c6f237 Use in memory storage not to clear local storage Iwasaki Yudai 2017-08-08 16:52:19 +0900
  • b181c6baf5 Merge pull request #157 from yudai/inmemory_storage Iwasaki Yudai 2017-08-08 00:53:57 -0700
  • 412ffeb06d Use in memory storage not to clear local storage Iwasaki Yudai 2017-08-08 16:52:19 +0900
  • 27330065f2 Fix max connection enforcement Iwasaki Yudai 2017-08-08 16:44:26 +0900
  • 1b7f41ca6f Merge pull request #156 from yudai/max_conn Iwasaki Yudai 2017-08-08 00:46:08 -0700
  • dbcdc904b9 Fix max connection enforcement Iwasaki Yudai 2017-08-08 16:44:26 +0900
  • 5f52fd3e48 Update codegangsta/cli Iwasaki Yudai 2017-08-08 16:21:59 +0900
  • f23f38a492 Merge pull request #155 from yudai/env_vars Iwasaki Yudai 2017-08-08 00:25:44 -0700
  • b1e5d95841 Update codegangsta/cli Iwasaki Yudai 2017-08-08 16:21:59 +0900
  • b61b784187 Add comments for stable releases Iwasaki Yudai 2017-05-22 08:16:24 +0900
  • 1aa392f29b Release 1.0.0 v1.0.0 Iwasaki Yudai 2017-05-21 14:38:03 +0900
  • 5046d874bc Merge pull request #135 from stucchimax/master Iwasaki Yudai 2017-05-02 00:09:57 -0700
  • e721482e57 Merge pull request #139 from tsl0922/add-ttyd Iwasaki Yudai 2017-03-28 21:49:34 -0700
  • 63c9a78b06 Merge pull request #138 from xinsnake/fix-readme-comma Iwasaki Yudai 2017-03-28 21:48:59 -0700
  • 798d2ac1d9 README: add ttyd to Alternatives Shuanglei Tao 2017-03-24 23:29:18 +0800