Commit History

Author SHA1 Message Date
  Kyle Conroy 975f27967e Add a `fmt` target to the Makefile 11 years ago
  Alan Shreve 158401cad7 fix bindata build problem 11 years ago
  Alan Shreve aaa1272336 bump version and fix real problem with how we were building that caused build tags not to work 11 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 11 years ago
  Alan Shreve 94f5ff08a2 add vkbeautify asset file, bump version 11 years ago
  Alan Shreve a03ebfba5a pretty print all xml bodies 11 years ago
  Alan Shreve a481c70408 fix for displaying empty code areas on empty http bodies 11 years ago
  Alan Shreve 5e1863e411 syntax highlighting for xml/html content 11 years ago
  Alan Shreve cf64f7d1d3 Add instructions on where to download a new version of ngrok to incompatible and outdated version messages 11 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 11 years ago
  Alan Shreve 73521b606c bump version and properly run new version check in the client 11 years ago
  Alan Shreve 793d827b98 more robust versioning system and cli option for printing version information 11 years ago
  Alan Shreve 63d79cfe50 remove unused function 11 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 11 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 11 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 11 years ago
  Alan Shreve d05c4d44f1 add html page title 11 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 11 years ago
  Alan Shreve 69efd181bb appease go vet 11 years ago
  Alan Shreve 1e85846418 use type switching for different commands instead of type codes 11 years ago
  Alan Shreve a9dee95328 exponentially increase reconnect wait time 11 years ago
  Alan Shreve 6a28c1b645 move more net code into conn, factor out a Listen() pattern 11 years ago
  Alan Shreve 694ef522ec don't kill the client if a proxy connection fails, log error messages instead 11 years ago
  Alan Shreve 01eb8eefb3 client initiates heartbeats and detects when connections are stale 11 years ago
  Alan Shreve ea68bc68b7 simplify protocol. switch on actual types of messages instead of a string. properly display error message when quitting, being moving to a model where the client pings the server. wire up version number to the terminal UI. fail to connect clients with a different protocol version 11 years ago
  Alan Shreve 70d52e0ebc add support to the server to do basic authentication of http requests 11 years ago
  Alan Shreve 501953dc3c refactor ui to put views in separate packages. add subview of recent http requests with color-coded responses to terminal view 11 years ago
  Alan Shreve 8cf612ae74 gofmt 11 years ago
  Alan Shreve 1f7f65edf5 add license 11 years ago
  Alan Shreve 0c7bf6ae13 web ui address displayed properly in terminal 11 years ago