Commit Graph

1086 Commits

Author SHA1 Message Date
Guillermo Rauch
c386926a34 package: bump engine.io (for tests) 2015-07-08 10:28:43 -07:00
Guillermo Rauch
421d573cda package: bump ws to fix windows build issues 2015-07-08 10:25:38 -07:00
Guillermo Rauch
8b2f97878c Release 1.5.1 2015-01-19 10:44:17 +00:00
Guillermo Rauch
9ee8666b52 Release 1.5.0 2015-01-18 19:23:01 +00:00
Guillermo Rauch
2e21e92d85 package: bump zuul 2015-01-18 17:17:36 +00:00
Guillermo Rauch
82b68c7115 Merge pull request #368 from rase-/fix/ie-tests
Fix IE tests firing too many connections
2015-01-17 20:17:53 +00:00
Tony Kovanen
84eb8f13de Fix IE tests firing too many connections 2015-01-18 22:13:14 +02:00
Guillermo Rauch
c50060d39d package: use ngrok 2015-01-17 17:15:47 +00:00
Guillermo Rauch
dc3402eb0b package: bump engine.io-parser 2015-01-17 12:31:47 +00:00
Roman Shtylman
92e08eee01 fix reference to this (typo from self commit) 2015-01-11 16:59:55 -08:00
Guillermo Rauch
e3fe9a2f44 Merge pull request #366 from Automattic/fix-default-port
fix default port detection when host is specified
2015-01-11 16:33:12 -08:00
Roman Shtylman
bfc48ec4ad fix default port detection when host is specified
This fixes an issue when a full url is specified (i.e.
http://service.com) the port would be the port from the page and not the
uri string. This is easily exposed if using external engine.io servers
on a page served up by localhost:3000 or similar from a development
page.
2015-01-11 16:32:35 -08:00
Guillermo Rauch
d0e8643d05 Revert "migrate this usage to self to help with client side minification"
This reverts commit d725d91db2.
2015-01-11 15:59:43 -08:00
Roman Shtylman
d725d91db2 migrate this usage to self to help with client side minification
`this` cannot be effectively minified but using a local self allows for
local minifcation.
2015-01-11 15:51:35 -08:00
Guillermo Rauch
959d5944eb package: bump parser 2015-01-11 15:09:23 -08:00
Guillermo Rauch
e1a8f55e25 remove envs 2015-01-11 14:54:18 -08:00
Guillermo Rauch
e352dbf834 Merge pull request #356 from rase-/add/ssl-options
Add ssl options
2014-12-04 13:40:33 -03:00
Guillermo Rauch
61648de3a2 Merge pull request #319 from samcday/no-abort-on-success
Only call xhr.abort() on error cases in polling-xhr.js
2014-12-02 18:21:35 -03:00
Tony Kovanen
9c72e51b13 Add certificate docs to README. 2014-11-24 07:06:09 -03:00
Tony Kovanen
ae2cfc59f3 Too much whitespace. 2014-11-24 04:57:51 -03:00
Tony Kovanen
13a58ed794 Bump XMLHttpRequest. 2014-11-24 04:57:51 -03:00
Tony Kovanen
f2a0d3b528 Add rest of the ssl related options found in https.request. 2014-11-24 04:57:51 -03:00
Tony Kovanen
b0b4bb841f Bump XMLHttpRequest. 2014-11-24 04:57:51 -03:00
Tony Kovanen
66617e589f Add options for SSL in ws and xhr. 2014-11-24 04:57:51 -03:00
Guillermo Rauch
57ca9fea8e Release 1.4.3 2014-11-21 01:31:03 +01:00
Guillermo Rauch
73261316d6 Merge pull request #347 from crzidea/bump/debug
Bump debug module
2014-11-15 15:09:02 +09:00
Guillermo Rauch
f65d5d8ef0 Merge pull request #354 from divdavem/addEventListenersOldBrowsers
addEventListener requires 3 parameters in old browsers
2014-11-15 15:08:46 +09:00
Guillermo Rauch
f6d102a0bb Merge pull request #357 from lpinca/update/browserify
support: make the build system work with the latest browserify
2014-11-15 15:07:50 +09:00
Luigi Pinca
f9e5555b59 support: make the build system work with the latest browserify 2014-10-30 15:28:58 +01:00
Guillermo Rauch
25238a4bed test: remove test with partial browser support 2014-10-27 10:46:04 -07:00
Guillermo Rauch
8bd41ad7b4 Release 1.4.2 2014-10-27 07:47:14 -07:00
Tony Kovanen
1642bf1214 Merge pull request #341 from yujiosaka/master
IE10 should prefer using XHR2 over XDR because it's safer
2014-10-20 02:55:15 +03:00
Tony Kovanen
6d908eeff6 Merge pull request #355 from nkzawa/patch-7
remove invalid value for strict mode
2014-10-10 23:45:16 +03:00
Naoyuki Kanezawa
002e23cdc4 remove invalid value for strict mode (#344) 2014-10-11 02:57:50 +09:00
ddivernois
22b2fc78f6 Fixed calls to addEventListener which requires 3 parameters in old browsers 2014-10-08 14:06:33 +02:00
Guillermo Rauch
51f0528417 Merge pull request #352 from rase-/fix/defer-until-drain
Fixed transport close deferring logic.
2014-10-04 18:05:54 -07:00
Tony Kovanen
b462865bcb Fixed transport close deferring logic.
Transport can still be upgrading after deferring until the drain event.
2014-10-05 03:01:50 +03:00
Guillermo Rauch
cbbe44fba8 Merge pull request #351 from nkzawa/patch-6
wait for buffer to be drained before closing
2014-10-04 13:25:18 -07:00
Naoyuki Kanezawa
866a56ed20 wait for buffer to be drained before closing 2014-10-04 21:57:35 +09:00
Guillermo Rauch
72c32caf3a Release 1.4.1 2014-10-03 10:17:38 -07:00
Guillermo Rauch
457d2fe5cc Merge pull request #349 from aaronk6/jsonpOnCloseFix
Fixed "jsonp polling iframe removal error" on connection close
2014-10-03 08:26:39 -07:00
aaronk6
d9f4317bae Fixed "jsonp polling iframe removal error" on connection close when using polling (JSONP) transport 2014-09-30 12:29:52 +02:00
李鑫(媒体内容业务线.202368)
0d4cda1fbb Bump debug module 2014-09-26 09:29:32 +08:00
Tony Kovanen
b4c1d063d4 Merge pull request #346 from rase-/fix/tests
Move ws upgrade needing connection tests to a block checking browser support
2014-09-26 01:43:32 +03:00
Tony Kovanen
16f1a06d97 Move ws upgrade needing connection tests to a block checking browser support. 2014-09-26 01:41:43 +03:00
Guillermo Rauch
0097a5e255 Merge pull request #324 from nkzawa/patch-5
Defer close while upgrading a transport
2014-09-25 15:32:33 -07:00
Tony Kovanen
4eb590e3e6 Merge pull request #342 from rase-/Inventorum
Fixed problem when XHR would send in header "application/octet-stream; charset=utf-8" -- rebased
2014-09-11 17:45:53 +03:00
Michał Hernas
f63735b35c Fixed problem when XHR would send in header "application/octet-stream;
charset=utf-8", then Request.data would be "ok" instead of proper data
2014-09-11 17:41:30 +03:00
yujiosaka
850072e3f1 IE10 should prefer using XHR2 over XDR because it's safer 2014-09-04 17:38:39 +09:00
Guillermo Rauch
dfad04c46d Release 1.4.0 2014-09-04 00:05:17 +02:00