Commit Graph

1665 Commits

Author SHA1 Message Date
Luigi Pinca
f9d1becfba socket: fix host parsing for IPv6 URLs 2015-05-02 15:17:13 +02:00
Guillermo Rauch
ec234f65e2 Merge pull request #385 from nevir/patch-2
Add a LICENSE file
2015-04-27 20:09:24 -07:00
Guillermo Rauch
9bbfbec30b Merge pull request #386 from quartzjer/master
the 'ok' string isn't a very useful XHR response
2015-04-12 13:04:31 -07:00
Jeremie Miller
8874e795c2 the 'ok' string isn't very useful, but since this is text and we forced xhr to return an arraybuffer earlier, make it text again 2015-04-12 09:37:42 -06:00
Guillermo Rauch
485138b22e bump engine.io 2015-04-10 14:48:54 -07:00
Guillermo Rauch
b076a3cecc bump engine.io 2015-04-08 10:31:33 -07:00
Guillermo Rauch
4f87aae6ee socket: handle parser errors appropriately 2015-04-08 08:32:02 -07:00
Guillermo Rauch
40de4b1cc4 style 2015-04-08 08:29:22 -07:00
Guillermo Rauch
d31a3931ae Merge pull request #379 from adrai/master
introduce extraHeaders (cookies)
2015-04-06 14:17:57 -07:00
Adriano Raiano
98ce907ac7 one test for xhr and one for ws 2015-04-06 23:07:07 +02:00
Guillermo Rauch
87ee832756 Merge pull request #375 from nkzawa/patch-9
Fix error when passing WebSocket#send the second argument on Safari
2015-04-05 17:26:44 -07:00
Guillermo Rauch
fb7c1984e8 expose ping and pong events 2015-04-05 15:46:30 -07:00
Ian MacLeod
4bf319b569 Add a LICENSE file
To appease the lawyery folk. Based this off of the [socket.io `LICENSE` file](https://github.com/Automattic/socket.io/blob/master/LICENSE)
2015-04-02 14:52:34 -07:00
Tom Atkinson
dc0482a839 Enable supportsBinary when running as a node client 2015-04-01 15:08:47 +02:00
Roman Shtylman
e5908fce1e Merge pull request #381 from mikaturunen/patch-1
Update package.json license
2015-03-28 18:59:49 -07:00
Adriano Raiano
98c7074dae document extraHeaders 2015-03-24 19:25:31 +01:00
Adriano Raiano
ed697edae6 do not special case cookies, introduce extraHeaders 2015-03-23 21:50:10 +01:00
Mika Turunen
6f9fe2e881 Update package.json license 2015-03-20 10:15:36 +02:00
Tony Kovanen
b984aff524 Merge pull request #380 from Automattic/update/debug-dep
package: update "debug" to v2.1.3
2015-03-17 23:58:14 +02:00
Nathan Rajlich
30756c4ae1 package: update "debug" to v2.1.3 2015-03-17 14:35:54 -07:00
Adriano Raiano
73970be23e introduce cookies 2015-03-13 16:17:12 +01:00
Naoyuki Kanezawa
86c74520cd fix error when passing WebSocket#send second argument on Safari 2015-02-19 03:35:07 +09:00
Guillermo Rauch
cdd97fad3e Merge pull request #374 from 3rd-Eden/patch-1
[deps] Bump ws, 0.7 prevents build failures that could be caused by bina...
2015-02-16 21:56:44 -08:00
Guillermo Rauch
24aa77ec8c Merge pull request #373 from rase-/update/bump-zuul-and-use-ngrok
Bump zuul and use ngrok
2015-02-13 15:45:40 -08:00
Arnout Kazemier
81374e1ff2 [deps] Bump ws, 0.7 prevents build failures that could be caused by binary add-ons. 2015-02-11 16:06:28 +01:00
Tony Kovanen
4424a75290 Bump zuul and use ngrok 2015-02-10 11:13:13 +02:00
Tony Kovanen
90b72de2cd Merge pull request #369 from nkzawa/patch-8
Fix variable names for tests
2015-01-24 23:16:42 +02:00
Naoyuki Kanezawa
9f42b8b41f fix variable name for tests 2015-01-25 05:25:40 +09:00
Guillermo Rauch
599021ff1e Merge pull request #365 from nkzawa/compression
support permessage-deflate extension
2015-01-21 19:52:33 +00:00
Naoyuki Kanezawa
f0096f6cbd Merge branch 'master' into compression
Conflicts:
	package.json
2015-01-22 03:56:03 +09: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
Naoyuki Kanezawa
f6bf9f807f support permessage-deflate 2015-01-06 03:20:08 +09: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