- Add Support for Wstuncli port range (#35)
- Add support for binding to the specific host (#23) (#36)
- Add windows support.
- Add ginkgo binary as a dependency
- Add comments to readme
- Correct protocol for tunserv
- Fix Travis CI harder
- Fix Makefile to work under Windows/Cygwin
- Fix typo in README
- Fix minor documentation bugs
- Make GoLint Happy (#37)
- Make Travis CI happy as well as the Windows build
- Make version.go editing work for Travis
- Merge branch 'master' into patch-1
- Removing the reference to HTTPS not supported.
- Switch from Godep to dep
- updated readme for latest version
- Merge pull request #21 from chribben/patch-1
- Merge pull request #29 from rightscale/ZD156280-1
- Merge pull request #28 from rightscale/ph-update-dependencies
- Merge pull request #25 from flaccid/patch-1
- add tests to large requests and responses
- dump req/resp in case of error, try 2
- dump req/resp in case of error
- fix tests not to print to stderr
- fix race condition when reading long messages from websocket in wstuncli
- fix new-websocket race in wstuncli
- try to fix test race condition #2
- try to fix test race condition
- tweak debug output
- added logging to track ws connect/disconnect
- fix error propagation in wsReader
- fix request timeout calculation
- fix panics when pings fail
- logging tweak
- try to fix random test failures
- tweak readme
- Merge pull request #16 from rightscale/IV-2077_proxy
- attempt to test websocket reconnection
- fix FD leak in wstuncli; add test
- update readme
- fix non-remove requests on tunnel abort; fix non-reopening of WS at client
- added statusfile option
- readme fix
- tweak readme
- add more debug info to x-host match failure
- better non-existent tunnel handling
- change syslog to LogFormatter, which isn't great either
- fix recursive code coverage
- makefile fix 4
- makefile fix 3
- makefile fix 2
- makefile fix
- support syslog on client; improve syslog log format
- updated readme
- acu152721 use exec su, since setuid is forced on pre-start
- acu152721 Have upstart use the www-data user
- add godeps
- added upstart config files to tgz
- added support for internal servers
- added more tests
- added log15 dependency, added missing test file
- added upload to S3 to makefile, removed binaries from git
- added whois lookup to tunnel endpoint IP addresses
- added stats request; added explicit GC
- added health check; fixed wstunsrv upstart config
- added upstart conf for wstunsrv and minor edit to wstuncli.conf
- added ubuntu upstart and config, license, and binaries
- created tunnel package
- Delete README.md
- first passing test
- first working version
- fix cmdline parsing
- fix async AbortConnection
- fix test suite and coverprofile
- fix host header
- fix x-host error responses; add test cases
- fix code coverage badge
- fix travis.yml
- fix go vet booboo
- fix govet complaints
- fix version
- fix readme
- fix some more logging
- fix some more logging
- fix whois regexp
- fix deadlock in stats handler; add reverse DNS lookup for tunnels
- fix problems with chunked encoding and other transfer encodings
- fix problems with chunked encoding and other transfer encodings
- fix readme headings
- fixed FD leak; added syslog flag; added tunnel keys; sanitize tokens from log
- fixed README instructions
- godep hell
- improved test for host header
- improved logging; removed read/write timeouts due to bug
- Initial commit
- made x-host header work
- makefile tweak
- makefile tweak
- makefile tweak
- makefile tweak
- merge client & server into a single main
- Merge branch 'master' of github.com:rightscale/wstunnel
- Merge branch 'master' of github.com:rightscale/wstunnel
- Merge branch 'master' of github.com:rightscale/wstunnel
- More readme changes
- more debugging for wstuncli errors; inadvertant gofmt
- remove wstunsrv binary again
- remove read/write timeouts on socket; fix logging typo
- Removed logfile and added syslog options
- removed default for -server option
- restrict _stats to localhost; improve whois parsing; add minimum token length; print error on failed tunnel connect
- run gofmt
- squash file descriptor leak in wstunsrv
- start on runlevel 2 as well
- started to update readme
- timeout tweaks, recompile to get go1.3 timeout fixes
- travis support
- Update README.md
- updated README
- version and logging tweaks