- Add client parameter -certfile to provide certificate to trust
- Add support for Basic auth in client's tunnel URL (#60)
- adding key lower
- adding in build files (#3)
- Adding in Changelog (#53)
- Adding Changelog, Changelog Generator, Fixing Client-Ports Usage, Updating to golang 1.14.x (#39)
- Adding instructions for WSL (#43)
- automerge (#51)
- Bump github.com/onsi/gomega from 1.35.1 to 1.36.2 (#42)
- Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#39)
- Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#37)
- Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 (#32)
- Bump github.com/onsi/gomega from 1.31.1 to 1.34.1 (#34)
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#30)
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#29)
- Bump github.com/onsi/gomega from 1.27.4 to 1.28.0 (#27)
- Bump gopkg.in/inconshreveable/log15.v2 from 2.0.0-20200109203555-b30bc20e4fd1 to 2.16.0 (#19)
- Bump github.com/onsi/gomega from 1.24.1 to 1.27.4 (#22)
- Bump github.com/onsi/gomega from 1.19.0 to 1.24.1 (#13)
- Bump github.com/onsi/gomega from 1.17.0 to 1.19.0
- Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
- Bump github.com/onsi/gomega from 1.16.0 to 1.17.0 (#59)
- Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 (#58)
- Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 (#57)
- Cmpfusion 176 upgrade websocket golang116 (#54)
- Configure Renovate (#43)
- Create go.yml
- fix broken WSTunnelClient Stop() (#52)
- Go Mod Tidy
- Mapero upstream (#28)
- merge conflicts
- Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.5.0
- pinning mergo
- release 1.1.0
- remove make depend
- Set InsecureSkipVerify in gorillas websocket Dialer too, if -insecure is set (#61)
- Update module github.com/onsi/ginkgo to v2 (#50)
- Update goreleaser/goreleaser-action action to v6 (#49)
- Update golang Docker tag to v1.23 (#48)
- Update actions/setup-go action to v5.3.0 (#45)
- Update module dario.cat/mergo to v1.0.1 (#44)
- Use io.Reader to avoid file size limits (#26)
- Merge pull request #1 from rshade/dependabot/go_modules/github.com/gorilla/websocket-1.5.0
- Merge pull request #2 from rshade/dependabot/go_modules/github.com/onsi/gomega-1.19.0
- 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 branch 'master' of github.com:rightscale/wstunnel
- Merge branch 'master' of github.com:rightscale/wstunnel
- Merge branch 'master' of github.com:rightscale/wstunnel
- merge client & server into a single main
- more debugging for wstuncli errors; inadvertant gofmt
- More readme changes
- 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