Commit History

Author SHA1 Message Date
  Alan Shreve 0ca93d33aa Merge branch 'master' of github.com:inconshreveable/ngrok 11 years ago
  Alan Shreve 0468760901 add comment around removing the workaround when the bug is fixed in termbox-go 11 years ago
  Nick Presta c47241cf3a Refactoring to support unicode. 11 years ago
  Nick Presta 54b2056c12 Refactoring to remove cleverness. 11 years ago
  Nick Presta 1d93622aec Adding myself to CONTRIBUTORS 11 years ago
  inconshreveable c7c9a2d07a Merge pull request #35 from NickPresta/fix-wrapping-web 11 years ago
  Nick Presta f136b8486e Adding word wrapping to path for web dashboard. 11 years ago
  Nick Presta 7fc854b620 Limiting the length of the request's path. 11 years ago
  Alan Shreve 3d8f09ba08 fix up docs 11 years ago
  Alan Shreve ce2b352574 bump version 11 years ago
  Alan Shreve 179a76b8cf re-add support to write the configuration file when the server validates a new authtoken works 11 years ago
  Alan Shreve 8d044e722c improve config validation, parse the tunnel name as a subdomain or hostname if neither is specified 11 years ago
  Alan Shreve 5608df7ec5 parse old v0 configuration files for backwards-compat 11 years ago
  Alan Shreve 7bf4547911 go fmt 11 years ago
  Alan Shreve 7b25fe80e0 connect through to an HTTPS endpoint in the hopes that it will eliminate possible errors from proxies trying to parse the http request 11 years ago
  Alan Shreve 97fcb417ac rename proxy_url configuration variable 11 years ago
  Alan Shreve 22537c0136 add bug reporting instructions on crash 11 years ago
  Alan Shreve 11dfbc7045 update self-hosting document 11 years ago
  Alan Shreve 824a4b10ab add support for a yaml-based ngrok configuration file. add full support for running multiple configured tunnels from the configuration file. modify CLI to support ngrok commands. remove snakeoil CA from release builds of ngrok client. add support for dialing to an HTTP proxy via HTTPS. Use http_proxy environment variable when none is specified. ngrokd now honors the new protocol and proplery populates ReqId in NewTunnel messages. ngrokd TLS configuration options are now command line switches instead of environment variables. 11 years ago
  Alan Shreve 13be54d4e7 make sure every new tunnel connection and every new http connection has a read/write timeouts until handled by a tunnel. fix a bug where a slow tunnel or proxy connection could block all others. fix a bug where sending a non-expected valid ngrok protocol message over a new connection could leak a connection 11 years ago
  Alan Shreve 15e017d285 add support for proxy authentication 11 years ago
  Alan Shreve 917d636f3a bump version 11 years ago
  Alan Shreve 16615300f5 add support for tunneling through http proxies 11 years ago
  Alan Shreve 1fa6bb644e add support for registering multiple protocols in a single tunnel request message 11 years ago
  Alan Shreve 92e125b137 fix a bug that would cause the client to hang when shutting down abnormally 11 years ago
  Alan Shreve 280901df87 modernize the ngrok protocol to make more sense in the context of multiple tunnels. separate out authentication and tunnel registration 11 years ago
  Alan Shreve b32d551830 go fmt 11 years ago
  Alan Shreve 055ca06302 fix autoupdate to work with the new API, go fmt 11 years ago
  Alan Shreve b3eb99f457 update the default ngrokd endpoint 11 years ago
  Alan Shreve ca72fcb05c allow ngrokd to bind to specific interfaces 11 years ago