Alan Shreve
|
0b7ceda198
use nrsc to pack static data into the binaries, making adding assets easier and simplifying the build process
|
12 years ago |
Alan Shreve
|
02aa47b917
bump version
|
12 years ago |
Alan Shreve
|
ff66b75495
use new dl.ngrok endpoint
|
12 years ago |
Alan Shreve
|
ce851f09bd
add uservoice feedback integration
|
12 years ago |
Alan Shreve
|
a770e1a5f9
fix a bug that sometimes caused the http bodies to not be displayed. fix a bug that caused syntax highlighting to no longer work
|
12 years ago |
Alan Shreve
|
7a4a6f426d
fix type of txn duration
|
12 years ago |
Alan Shreve
|
539a1aeb89
bump version
|
12 years ago |
Alan Shreve
|
8c1657b2b7
Show tunnel down page when accessing a tunnel whose local service is unavailable. Retweak the web interface for better information display.
|
12 years ago |
Alan Shreve
|
68336fb090
change readme order
|
12 years ago |
Alan Shreve
|
5994e47039
update readme
|
12 years ago |
Alan Shreve
|
3b06d20bc5
bump version
|
12 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
|
12 years ago |
Alan Shreve
|
3333076b6c
bump version
|
12 years ago |
Alan Shreve
|
33b6e0c0a3
change cli option to ask for auth token, save/load it from file in home directory
|
12 years ago |
Alan Shreve
|
0e5e369f1a
show help text about how to get started in the web interface
|
12 years ago |
Alan Shreve
|
2787366a57
add cli option for specifying your email/username
|
12 years ago |
Alan Shreve
|
3583e1051e
bump version
|
12 years ago |
Alan Shreve
|
f60848c546
update download links
|
12 years ago |
Alan Shreve
|
abc4684e45
Merge branch 'tls'
|
12 years ago |
Alan Shreve
|
1d8a301b53
encrypt all control and proxy connections with TLS
|
12 years ago |
Alan Shreve
|
5fd65be3cf
fix a small print formatting in displaying the metrics reporting interval
|
12 years ago |
Alan Shreve
|
097ec88425
fix an issue where closing a TCP tunnel caused an infinite loop of errors
|
12 years ago |
Alan Shreve
|
38e2ba89f7
remove comment
|
12 years ago |
Alan Shreve
|
72898512cb
go fmt, remove reference to bodyhtml, syntax highlight real-time requests
|
12 years ago |
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 |