Alan Shreve
|
a269effc05
Revert "remove ip-based caching so that it's possible to reliably generate new urls"
|
11 years ago |
Alan Shreve
|
ed2abcaa95
support disabling the web inspection interface with 'disabled'
|
11 years ago |
Alan Shreve
|
ea93073174
show error reporting instructions after crash dump
|
12 years ago |
Alan Shreve
|
f2009d7f52
remove ip-based caching so that it's possible to reliably generate new urls
|
12 years ago |
Alan Shreve
|
f956a32d64
improve connection logging
|
12 years ago |
Alan Shreve
|
85723df89b
improve metrics logging
|
12 years ago |
Alan Shreve
|
1860b0a1e1
batch metric reporting to keen to improve performance at high request loads
|
12 years ago |
Alan Shreve
|
f20d426690
fix developers guide debug command
|
12 years ago |
Alan Shreve
|
d0c3f9cd03
stop using CloseRead() until I figure out linger/flush issues
|
12 years ago |
Alan Shreve
|
148702929b
switch back to Close() calls since CloseRead() seems to cause sockets not to flush their writes
|
12 years ago |
Alan Shreve
|
3af3e39b20
Recover any errors while handling tunnel connections. Fix a race condition that could cause the server to send its initial auth message out of order or even on a closed channel and crash the server
|
12 years ago |
Alan Shreve
|
ef9aa6251d
safely shutdown connections by using TCPConn.CloseRead() so that they don't throw errors
|
12 years ago |
Alan Shreve
|
4ce53025e1
go fmt
|
12 years ago |
Alan Shreve
|
46dd79a949
fix a critical bug which could cause tunnels to freeze indefinitely and never clean up resources. fix a bug where a client trying to reconnect on an intermittent connection would be told that its tunnels were already registered by another user
|
12 years ago |
Alan Shreve
|
d08b89020f
update development documentation to reflect changes to the ngrok protocol
|
12 years ago |
Alan Shreve
|
39bebc5e25
make note in developer guide that you must compile with Go1.1+
|
12 years ago |
Alan Shreve
|
0134667055
bump version
|
12 years ago |
Alan Shreve
|
9de09f3f1d
fix a bug where your auth token couldn't be saved to a configuration file if no configuration file existed
|
12 years ago |
Alan Shreve
|
0ca93d33aa
Merge branch 'master' of github.com:inconshreveable/ngrok
|
12 years ago |
Alan Shreve
|
0468760901
add comment around removing the workaround when the bug is fixed in termbox-go
|
12 years ago |
Nick Presta
|
c47241cf3a
Refactoring to support unicode.
|
12 years ago |
Nick Presta
|
54b2056c12
Refactoring to remove cleverness.
|
12 years ago |
Nick Presta
|
1d93622aec
Adding myself to CONTRIBUTORS
|
12 years ago |
inconshreveable
|
c7c9a2d07a
Merge pull request #35 from NickPresta/fix-wrapping-web
|
12 years ago |
Nick Presta
|
f136b8486e
Adding word wrapping to path for web dashboard.
|
12 years ago |
Nick Presta
|
7fc854b620
Limiting the length of the request's path.
|
12 years ago |
Alan Shreve
|
3d8f09ba08
fix up docs
|
12 years ago |
Alan Shreve
|
ce2b352574
bump version
|
12 years ago |
Alan Shreve
|
179a76b8cf
re-add support to write the configuration file when the server validates a new authtoken works
|
12 years ago |
Alan Shreve
|
8d044e722c
improve config validation, parse the tunnel name as a subdomain or hostname if neither is specified
|
12 years ago |