Commit History

Author SHA1 Message Date
  Alan Shreve a329bed0ef use angularJS for UI. add websocket support to stream live updates of new requests to the UI 12 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 12 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 12 years ago
  Alan Shreve 73c2a61635 replace all instances of panic which would crash a running daemon with log messages 12 years ago
  Alan Shreve dec7ab1642 close http body for version check requests 12 years ago
  Alan Shreve 6043489851 bump version 12 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 12 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 12 years ago
  Alan Shreve c6d4295632 Merge branch 'master' of github.com:inconshreveable/ngrok 12 years ago
  Alan Shreve eda8f3ca17 Merge branch 'custom' 12 years ago
  Alan Shreve 1ed3327347 remove hostname cli option until it's supported 12 years ago
  Alan Shreve d7200d36fd refactor server metrics and add support for reporting events to metrics to keen.io 12 years ago
  inconshreveable b7aafafbd0 Merge pull request #2 from kyleconroy/fix_compile_1.1 12 years ago
  Kyle Conroy 2b355b2f8d Use names for struct initializtion 12 years ago
  inconshreveable 451d2e92a7 Merge pull request #1 from kyleconroy/fmt_target 12 years ago
  Kyle Conroy 975f27967e Add a `fmt` target to the Makefile 12 years ago
  Alan Shreve 158401cad7 fix bindata build problem 12 years ago
  Alan Shreve aaa1272336 bump version and fix real problem with how we were building that caused build tags not to work 12 years ago
  Alan Shreve 8f47634397 bump version, fix makefile to make sure pkg directory is cleaned before building releases so that we're sure to get the right code when build tags change 12 years ago
  Alan Shreve 94f5ff08a2 add vkbeautify asset file, bump version 12 years ago
  Alan Shreve a03ebfba5a pretty print all xml bodies 12 years ago
  Alan Shreve a481c70408 fix for displaying empty code areas on empty http bodies 12 years ago
  Alan Shreve 5e1863e411 syntax highlighting for xml/html content 12 years ago
  Alan Shreve cf64f7d1d3 Add instructions on where to download a new version of ngrok to incompatible and outdated version messages 12 years ago
  Alan Shreve 3663b7c28f make logging more customizable with a command line switch to log to a file or console or supress logging. don't display the terminal UI when logging to console on ngrok clients. don't use the global log4go logger any more 12 years ago
  Alan Shreve 73521b606c bump version and properly run new version check in the client 12 years ago
  Alan Shreve 793d827b98 more robust versioning system and cli option for printing version information 12 years ago
  Alan Shreve 63d79cfe50 remove unused function 12 years ago
  Alan Shreve 6b96777891 dump the body of all requests/responses regardless of content type. show content-types and number of bytes in the body. show the same body analysis for http responses 12 years ago
  Alan Shreve 3ba6ada7c8 locate asset files more robustly so you aren't required to be in a certain directory to run the client program 12 years ago