Commit History

Author SHA1 Message Date
  Alan Shreve 5994e47039 update readme 11 years ago
  Alan Shreve 3b06d20bc5 bump version 11 years ago
  Alan Shreve f1b17a7987 base64 encoded all raw bytes transferred to the web interface, and expose a primitive hex viewing interface for all requests/responses 11 years ago
  Alan Shreve 3333076b6c bump version 11 years ago
  Alan Shreve 33b6e0c0a3 change cli option to ask for auth token, save/load it from file in home directory 11 years ago
  Alan Shreve 0e5e369f1a show help text about how to get started in the web interface 11 years ago
  Alan Shreve 2787366a57 add cli option for specifying your email/username 11 years ago
  Alan Shreve 3583e1051e bump version 11 years ago
  Alan Shreve f60848c546 update download links 11 years ago
  Alan Shreve abc4684e45 Merge branch 'tls' 11 years ago
  Alan Shreve 1d8a301b53 encrypt all control and proxy connections with TLS 11 years ago
  Alan Shreve 5fd65be3cf fix a small print formatting in displaying the metrics reporting interval 11 years ago
  Alan Shreve 097ec88425 fix an issue where closing a TCP tunnel caused an infinite loop of errors 11 years ago
  Alan Shreve 38e2ba89f7 remove comment 11 years ago
  Alan Shreve 72898512cb go fmt, remove reference to bodyhtml, syntax highlight real-time requests 11 years ago
  Alan Shreve a329bed0ef use angularJS for UI. add websocket support to stream live updates of new requests to the UI 11 years ago
  Alan Shreve 72d9d87bf3 populate req.URL so that it can be safely passed to go 1.1's DumpRequestOut later, fixes https://github.com/inconshreveable/ngrok/issues/3 11 years ago
  Alan Shreve d2f3fc8440 fix a race condition handling new proxy connections by passing the connection variable into the goroutine instead of closing over it 11 years ago
  Alan Shreve 73c2a61635 replace all instances of panic which would crash a running daemon with log messages 11 years ago
  Alan Shreve dec7ab1642 close http body for version check requests 11 years ago
  Alan Shreve 6043489851 bump version 11 years ago
  Alan Shreve d2d743deca send metric events async, out of the request servicing path. make sure to close the response body so as not to leak file descriptors 11 years ago
  Alan Shreve 7562049e40 split id generation function into a separate fn that can be called without risk of panic. fix race condition calling termbox.Flush in term/view 11 years ago
  Alan Shreve c6d4295632 Merge branch 'master' of github.com:inconshreveable/ngrok 11 years ago
  Alan Shreve eda8f3ca17 Merge branch 'custom' 11 years ago
  Alan Shreve 1ed3327347 remove hostname cli option until it's supported 11 years ago
  Alan Shreve d7200d36fd refactor server metrics and add support for reporting events to metrics to keen.io 11 years ago
  inconshreveable b7aafafbd0 Merge pull request #2 from kyleconroy/fix_compile_1.1 11 years ago
  Kyle Conroy 2b355b2f8d Use names for struct initializtion 11 years ago
  inconshreveable 451d2e92a7 Merge pull request #1 from kyleconroy/fmt_target 11 years ago