Commit Graph

  • 94a6230355 Add golang/go and jteeuwen/go-bindata to LICENSE Iwasaki Yudai 2015-08-24 17:17:25 +0900
  • 7b6911d7dd Support TLS/SSL encryption Iwasaki Yudai 2015-08-24 16:43:03 +0900
  • c56e41b56b Extract function for loading profile files Iwasaki Yudai 2015-08-24 16:13:22 +0900
  • acacba6f03 Support auto reconnection Iwasaki Yudai 2015-08-24 07:14:24 +0900
  • 4df9ac8059 Use url.URL for constructing URLs Iwasaki Yudai 2015-08-24 05:34:56 +0900
  • ca14394ec8 Use net.JoinHostPort for better IPv6 handling Iwasaki Yudai 2015-08-24 05:22:47 +0900
  • 5d2cdd2768 Show IPv6 addresses with [ and ] Iwasaki Yudai 2015-08-24 05:05:58 +0900
  • a0f6e8d051 Address darwin_amd64.tar.gz is for OS X users on README Iwasaki Yudai 2015-08-24 04:54:15 +0900
  • fabc3a49b3 Add arm to supported architecture Iwasaki Yudai 2015-08-24 04:53:15 +0900
  • ee45d8e145 Replace user.Current() with os.Getenv("HOME") Iwasaki Yudai 2015-08-24 04:48:49 +0900
  • 56ae9ab9fc Add releases budge and license badge Iwasaki Yudai 2015-08-23 23:34:55 +0900
  • 39293933c5 Show error when failed to get current user Iwasaki Yudai 2015-08-23 23:28:56 +0900
  • 45f65bfc29 Support profile files to customize hterm Iwasaki Yudai 2015-08-23 22:55:06 +0900
  • afd40ea15d Add --title-format to README Iwasaki Yudai 2015-08-23 22:43:32 +0900
  • 04d9671735 Fix GOTTY_TITLE_FORMAT Iwasaki Yudai 2015-08-23 21:32:32 +0900
  • ac0cb74f98 Log PermitWrite mode Iwasaki Yudai 2015-08-23 21:00:52 +0900
  • a765d6c660 Set window title by control message Iwasaki Yudai 2015-08-23 20:40:18 +0900
  • 67b54b7f20 Show command and hostname in windows title Iwasaki Yudai 2015-08-23 14:04:31 +0900
  • 5ee6356242 Release v0.0.3 v0.0.3 Iwasaki Yudai 2015-08-22 15:41:03 +0900
  • 94f571d629 Add BSDs to supported platforms Iwasaki Yudai 2015-08-22 13:11:11 +0900
  • b18d35f267 Show URLs on starting Iwasaki Yudai 2015-08-22 13:10:08 +0900
  • 8923220528 Clean up app.Run() Iwasaki Yudai 2015-08-22 12:51:37 +0900
  • 9b77c32d7c Explain architecture briefly in README Iwasaki Yudai 2015-08-22 09:49:55 +0900
  • beda1d7ab7 Close pty Iwasaki Yudai 2015-08-21 19:08:51 +0900
  • 23ca3c8d13 Add -r (random URL) option to README Iwasaki Yudai 2015-08-21 19:06:19 +0900
  • b68e889762 Restructure handler function and move methods to clientContext Iwasaki Yudai 2015-08-21 18:51:43 +0900
  • 8758dc0541 Isolate help message template Iwasaki Yudai 2015-08-21 18:42:04 +0900
  • 25627da86f Restructure handler function Iwasaki Yudai 2015-08-21 18:22:08 +0900
  • 7e2befa1bb Add make resource that simply generates app/resource.go Iwasaki Yudai 2015-08-21 13:45:43 +0900
  • 5eea5067db Simplify structure of command messages Iwasaki Yudai 2015-08-21 13:40:39 +0900
  • ce96943af2 Create App instance with struct of options Iwasaki Yudai 2015-08-21 12:48:07 +0900
  • e09d6e0486 Merge pull request #27 from shoz/randomurl Iwasaki Yudai 2015-08-21 02:19:27 -0700
  • b15227c696 Random URL generation(Close #17) Shoji Ihara 2015-08-19 20:35:04 +0900
  • 2aaa155a3e Call Wait() to prevent processes from being defunct Iwasaki Yudai 2015-08-21 12:36:26 +0900
  • b4b9435b58 Don't send EOT Iwasaki Yudai 2015-08-21 12:34:15 +0900
  • 10d0bd8a17 Log PID of processes for clients Iwasaki Yudai 2015-08-21 12:33:44 +0900
  • fd4a9d3bf8 Mention -c option in README Iwasaki Yudai 2015-08-20 17:34:49 +0900
  • 496c791a68 Release v0.0.2 v0.0.2 Iwasaki Yudai 2015-08-20 17:25:48 +0900
  • 4b39b4a390 Add development section to explain how to build binaries Iwasaki Yudai 2015-08-20 17:21:05 +0900
  • 372ac4fbc1 Gofmt generated resource file Iwasaki Yudai 2015-08-20 17:16:13 +0900
  • 65207dfa35 Add 32 bit build support for Wercker Iwasaki Yudai 2015-08-20 16:52:32 +0900
  • 6a43836f0b Add go fmt to check format of code Iwasaki Yudai 2015-08-20 16:45:06 +0900
  • 161d29b0b9 Use go1.5 Iwasaki Yudai 2015-08-20 16:40:14 +0900
  • 47bdae8447 Merge pull request #26 from mattn/basic-auth Iwasaki Yudai 2015-08-19 23:44:38 -0700
  • 791e1e22cb HTTP Basic Authentication support. Close #8 mattn 2015-08-20 15:40:38 +0900
  • 937c570039 Add Homebrew installation section to README Iwasaki Yudai 2015-08-17 23:16:44 -0700
  • a09b060216 Show "Connection Closed" message as overlay v0.0.1 Iwasaki Yudai 2015-08-17 21:41:41 -0700
  • 69fa3456b2 Merge pull request #12 from blakejennings/master Iwasaki Yudai 2015-08-17 21:12:10 -0700
  • 0718fbe7c4 Merge pull request #9 from shingt/fix-typo Iwasaki Yudai 2015-08-17 21:10:42 -0700
  • 37dbf00503 Merge pull request #13 from widdma/patch-1 Iwasaki Yudai 2015-08-17 20:53:41 -0700
  • 8e5a277bb3 Only send EOF in writable sessions David Horsley 2015-08-18 10:47:15 +1000
  • ffd464fd33 Fix a few typos. Blake Jennings 2015-08-17 19:03:45 -0500
  • be0758777d Fix typo shingt 2015-08-18 06:39:28 +0900
  • 6ece5141c6 Merge pull request #5 from jensenbox/patch-1 Iwasaki Yudai 2015-08-17 13:03:42 -0700
  • 5779ad026d Update README.md Christian Jensen 2015-08-17 12:59:38 -0700
  • bc109b4f5b Update UTF8Reader to fix slice bounds out of range error Iwasaki Yudai 2015-08-17 12:32:45 -0700
  • 5e3796d644 Add example of tmux shortcut key to README Iwasaki Yudai 2015-08-17 00:04:33 -0700
  • 87f8409068 Replace UTF8 bounds check with utf8reader Iwasaki Yudai 2015-08-16 23:46:35 -0700
  • d0f2128996 Add Docker section to README Iwasaki Yudai 2015-08-16 22:28:10 -0700
  • 2050775288 Send EOT before exiting Iwasaki Yudai 2015-08-16 22:24:24 -0700
  • 1c8b87df90 Add section for how to use with terminal multiplexer Iwasaki Yudai 2015-08-16 21:21:26 -0700
  • 8cb0df7433 Show better help message Iwasaki Yudai 2015-08-16 19:30:44 -0700
  • 6de9b0515f Set position of body element to absolute Iwasaki Yudai 2015-08-16 19:07:06 -0700
  • abe3f5c89f Don't send invalid UTF-8 string Iwasaki Yudai 2015-08-16 19:00:09 -0700
  • 31b714bea9 Add how to go get install to README Iwasaki Yudai 2015-08-17 07:50:10 +0900
  • 581a7b52fb Add wercker.yml and badge to README Iwasaki Yudai 2015-08-17 07:00:38 +0900
  • a40c468a7e Format and fix typo Iwasaki Yudai 2015-08-17 07:00:17 +0900
  • c958d0c398 Credit Wetty Iwasaki Yudai 2015-08-17 04:59:06 +0900
  • cba86dd046 Initialize repository Iwasaki Yudai 2015-08-16 18:47:23 +0900