Commit History

Author SHA1 Message Date
  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
  Alan Shreve 6a28c1b645 move more net code into conn, factor out a Listen() pattern 12 years ago
  Alan Shreve 694ef522ec don't kill the client if a proxy connection fails, log error messages instead 12 years ago
  Alan Shreve 01eb8eefb3 client initiates heartbeats and detects when connections are stale 12 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 12 years ago
  Alan Shreve 70d52e0ebc add support to the server to do basic authentication of http requests 12 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 12 years ago
  Alan Shreve 8cf612ae74 gofmt 12 years ago
  Alan Shreve 1f7f65edf5 add license 12 years ago
  Alan Shreve 0c7bf6ae13 web ui address displayed properly in terminal 12 years ago