Alan Shreve
|
235e5e1a03
show ip, duration and time since request in the web view
|
12 years ago |
Alan Shreve
|
33e6abd696
add hostname option to client
|
12 years ago |
Alan Shreve
|
4823077f97
make sure we assign tunnels in the registry
|
12 years ago |
Alan Shreve
|
885e29abde
refactor tunnel registry. use an LRU size-limited cache instead a time-based cache for tunnel urls. remove nrsc script that is no longer used
|
12 years ago |
Alan Shreve
|
d704c5b2c6
Merge branch 'master' of github.com:inconshreveable/ngrok
|
12 years ago |
Alan Shreve
|
6a7027cc64
bump version, add changelog
|
12 years ago |
inconshreveable
|
26e9190fac
Improve developer's guide documentation
|
12 years ago |
inconshreveable
|
c0b7bf6429
Add readme link to developer's guide
|
12 years ago |
Alan Shreve
|
a51160d372
use custom go-bindata solution for compiling assets into the binary
|
12 years ago |
Alan Shreve
|
9f8d36a6a3
remove unused metric message types
|
12 years ago |
Alan Shreve
|
6ae24bc776
add developers guide documentation
|
12 years ago |
inconshreveable
|
7825238a5f
Improve README documentation
|
12 years ago |
Alan Shreve
|
54751ce313
Use DumpRequest which includes all headers unlike it did in Go 1.0 instead of the hack to use DumpRequestOut which was limiting raw request body lengths to 8192 bytes. Fixes github issue #4.
|
12 years ago |
Alan Shreve
|
e0ff5ad359
fix Makefile to build the correct binaries for client/server targets
|
12 years ago |
Alan Shreve
|
733452c53c
change directory layout so go install generates the correct binaries
|
12 years ago |
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 |