Commit History

Author SHA1 Message Date
  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
  Alan Shreve 28cb7fb47f compile all static assets into the binary so they aren't loaded from the internets. add a fix so that the TeeConn shuts down its pipe correctly so that we terminate handling responses when handling HTTP/1.0 responses with no content-length set 12 years ago
  Alan Shreve d05c4d44f1 add html page title 12 years ago
  Alan Shreve 45adca7a2b send back 404's when the requested tunnel does not exist. fix a bug in how we advertise the proxy connect port in regackmsg 12 years ago
  Alan Shreve 69efd181bb appease go vet 12 years ago
  Alan Shreve 1e85846418 use type switching for different commands instead of type codes 12 years ago
  Alan Shreve a9dee95328 exponentially increase reconnect wait time 12 years ago