vrunoa
15aac729bb
add open param; opens url in your browser after localtunnel is launched
...
add open param; opens url in your browser after localtunnel is launched
update package version
multiplatform open with openurl package
update package.json
correct source code spacing & indentation
update openurl dependency
revert package version
move require('openurl') to the top, correct 4 spaces indentation
2015-06-23 17:10:28 -03:00
Dave Jeffery
e73cfe3e45
Increase max event listeners to prevent premature memory-leak warnings #71
2015-05-31 22:19:45 +01:00
Roman Shtylman
790a642a83
1.5.1
v1.5.1
2015-05-26 09:28:59 -04:00
Roman Shtylman
e6539e1225
Merge pull request #72 from Lykathia/patch-license
...
package.json: Add license to package.json
2015-05-25 23:04:03 -04:00
Evan Lowry
4c0a5dc4eb
Add license to package.json
2015-05-25 22:55:41 -03:00
Roman Shtylman
809262cf3d
refactor into files
2014-12-21 17:46:38 -08:00
Roman Shtylman
ddb47d2f90
add .npmignore file
2014-10-25 17:21:59 -07:00
Roman Shtylman
a6845ec63b
v1.5.0
v1.5.0
2014-10-25 17:13:58 -07:00
Roman Shtylman
adecf03f41
update history
2014-10-25 17:13:49 -07:00
Roman Shtylman
9bdb40e97c
when remote endpoint has an error, just close it
2014-10-25 17:05:19 -07:00
Roman Shtylman
006ce7733b
v1.4.0
v1.4.0
2014-08-31 22:59:17 -07:00
Roman Shtylman
624d279c26
History: update
2014-08-31 22:58:43 -07:00
Roman Shtylman
c2b8f2b7ab
Merge pull request #57 from kesla/handle-etimedout
...
don't emit ETIMEDOUT-errors
2014-08-31 22:57:30 -07:00
David Björklund
4d9dcc1711
don't emit ETIMEDOUT-errors
2014-08-28 20:12:09 +02:00
Roman Shtylman
7b1fef982f
1.3.0
v1.3.0
2014-05-13 20:33:41 -04:00
Roman Shtylman
b1ebef2b0b
fix code style
2014-05-13 20:32:43 -04:00
Tymoteusz Paszun
9ad43778b7
fixed Host header replacement - remembers if header is already replaced and does not remove _transform method
2014-05-13 09:24:08 +02:00
Tymoteusz Paszun
887c444543
added test for chunked requests
2014-05-13 09:16:50 +02:00
Tymoteusz Paszun
828cb2afcb
transform Host header when local-host is defined explicitly
2014-05-09 15:07:38 +02:00
Roman Shtylman
8768329fdd
update history with two recent minor versions
2014-04-28 19:03:33 -04:00
Roman Shtylman
3026d6a42c
1.2.0
v1.2.0
2014-04-28 19:00:12 -04:00
Roman Shtylman
abd461f83a
Merge pull request #47 from dscape/patch-1
...
return client from 'localtunnel' api call
2014-04-28 18:58:54 -04:00
Nuno Job
2acea3d77f
Return client
...
This allows manipulating the client from outside. Allowing, for example, to close a connection.
2014-04-28 23:32:00 +01:00
Roman Shtylman
5d0eb3382a
add --version CLI flag to get version info
2014-04-22 19:55:19 -04:00
Roman Shtylman
3b67c8a8ce
1.1.2
v1.1.2
2014-04-20 10:51:24 -04:00
Kevin Ingersoll
71552a336e
Increase default Mocha timeout
2014-04-20 10:45:21 -04:00
Roman Shtylman
87a23bf28c
fix status code check for url request
2014-04-19 19:33:52 -04:00
Roman Shtylman
3d54de851f
handle errors from localtunnel server when requesting initial url
2014-04-19 19:30:44 -04:00
Roman Shtylman
92bb807908
fix typo
...
fixes #45
2014-04-18 09:34:48 -04:00
Roman Shtylman
afbdc3697e
1.1.1
v1.1.1
2014-04-15 09:33:34 -04:00
Roman Shtylman
0049f21b55
Merge pull request #38 from LinusU/patch-1
...
re-throw client errors from bin/lt to let node handle it
2014-04-14 19:27:56 -04:00
Roman Shtylman
509841104b
fix for RangeError stack size exceeded
...
This error would happen when there was a problem connecting to the local
server. The local.on('error') handler should have been a 'once' handler
because we emit the error again if it isn't a CONNREFUSED. So in the
case of a CONNRESET, it would trigger an infinite loop since the error
was being emitted back onto the local variable. Instead we just close
the remote socket and let a new one takes its place.
fixes #36
2014-04-14 15:36:42 -04:00
Linus Unnebäck
92caf2f204
lt: better error handling
...
Let node handle the displaying of error and setting exit code.
2014-04-14 21:15:11 +02:00
Roman Shtylman
9487797e02
1.1.0
v1.1.0
2014-02-24 19:51:14 -05:00
Roman Shtylman
a42f6a8d8d
document local-host option
2014-02-24 19:49:40 -05:00
Roman Shtylman
14b4bcb96f
add tests for host header transform
2014-02-24 19:43:34 -05:00
Roman Shtylman
4aa65002eb
use host header transform only when local-host is specified
2014-02-24 19:43:07 -05:00
Fredi Pevcin
08676ba81d
Set Host header accordingly to local-host option
2014-02-24 00:26:38 +01:00
Roman Shtylman
174e7f3982
1.0.0
v1.0.0
2014-02-14 00:37:45 -05:00
Roman Shtylman
44be55cd7b
readme: fix markdown table
...
[ci skip]
2014-02-14 00:36:53 -05:00
Roman Shtylman
5c6cd2359c
add travis badge
...
- remove node 0.8
- add node 0.10
2014-02-14 00:34:40 -05:00
Roman Shtylman
2f6f9459ad
change main export signature to localtunnel(port, opt, fn)
...
Makes for a simpler hello world app
2014-02-14 00:32:43 -05:00
Roman Shtylman
7217a08a05
add history.md to track changes
2014-02-13 23:52:12 -05:00
Roman Shtylman
fbfc923a7e
remove connect export in favor of single function
...
Since connect was the only function exported, we can just export the
function directly to make things simpler.
2014-02-13 23:51:29 -05:00
Roman Shtylman
d9bc11b520
default host to localtuunel.me
...
If no host specified, then default to localtunnel.me
close #31
2014-02-13 23:43:54 -05:00
Roman Shtylman
ad64611bd1
add tests
2014-02-13 23:41:49 -05:00
Roman Shtylman
ac70515143
0.2.2
v0.2.2
2014-01-09 11:07:18 -05:00
Roman Shtylman
8d7ccccf21
remove local.unpipe() on remote close
...
This will happen automatically.
close #28
2014-01-09 11:06:58 -05:00
Roman Shtylman
77091b3d93
0.2.1
v0.2.1
2013-12-31 17:34:04 -05:00
Roman Shtylman
4f4a147b45
don't unpipe on local close
...
Pipe will do this for us
2013-12-31 17:33:49 -05:00