Commit Graph

784 Commits

Author SHA1 Message Date
Tony Kovanen
4e436fd130 Not running blob tests in browsers that don't support blobs 2014-02-09 01:35:07 +02:00
Tony Kovanen
238ebe6b6d Moved tests for sending and receiving binary 2014-02-09 01:10:10 +02:00
Tony Kovanen
72221d6cfb Really fixed binary support detection 2014-02-09 00:26:49 +02:00
Tony Kovanen
dd0f5e71a2 Fixed websocket binary support detection 2014-02-09 00:23:35 +02:00
Tony Kovanen
9e9af935c3 Fixed test that didn't work with HTTPS 2014-02-08 22:06:56 +02:00
Tony Kovanen
1e9fbee95d Fixed setting responseType for XHR2 in Firefox 2014-02-08 21:05:22 +02:00
Tony Kovanen
d6ca4a20db Simpler XHR2 feature detection 2014-02-08 19:40:09 +02:00
Tony Kovanen
1d3fc839d8 Tests for encoding payloads as blobs 2014-02-08 19:15:40 +02:00
Tony Kovanen
a1322d1b0d Better feature detection for XHR2 2014-02-08 18:56:55 +02:00
Tony Kovanen
0c36e48bbc Supporting sending of blobs. Not completely done yet. 2014-02-08 02:40:50 +02:00
Tony Kovanen
f59451ee4c Dummy support for sending blobs 2014-02-04 09:46:36 +02:00
Tony Kovanen
13ff119772 Making encoding work with callbacks. Not completely there yet. 2014-02-04 00:04:30 +02:00
Tony Kovanen
1c1cfc1f9c Using url parameter for communicating the need for base64 instead of upgrade packet for WebSocket 2014-02-03 02:33:14 +02:00
Tony Kovanen
8d6e42f5f3 Failing test for sending blobs 2014-02-03 01:25:32 +02:00
Tony Kovanen
944e3953ab Nicer feature detection 2014-02-02 19:33:56 +02:00
Tony Kovanen
948c811d92 Cleaning up connection.js tests 2014-02-02 17:10:23 +02:00
Tony Kovanen
1067ae80d3 WebSocket's support for binary is now checked, and base64 is used when there is no binaryType. If WebSocket doesn't support binary, this is communicated to the server through the upgrade packet. 2014-02-02 14:44:02 +02:00
Tony Kovanen
e88937036c Some README updates 2014-02-01 23:59:24 +02:00
Tony Kovanen
e419a13d04 style 2014-02-01 19:01:46 +02:00
Tony Kovanen
552f871b06 Parser now has to figure out whether binary or string data is sent 2014-02-01 14:54:23 +02:00
Tony Kovanen
dc4cab5619 Binary support 2014-02-01 01:52:41 +02:00
Guillermo Rauch
5c9ced8189 style 2014-01-19 11:39:31 -08:00
Guillermo Rauch
325d14be31 Removed SPEC (now in engine.io-protocol repository) 2014-01-18 11:33:51 -08:00
Guillermo Rauch
e2a1995aa2 test: disable worker test via feature detection 2014-01-18 11:29:41 -08:00
Guillermo Rauch
32bd7446f7 Release 0.8.2 2014-01-18 11:26:46 -08:00
Guillermo Rauch
ee321370ac build 2014-01-18 11:23:38 -08:00
Guillermo Rauch
62125f1bea test: added (failing) worker test (fixes #231) 2014-01-18 11:23:07 -08:00
Guillermo Rauch
679a357758 polling-xhr: avoid catching user-thrown errors 2014-01-18 09:45:04 -08:00
Guillermo Rauch
9ce2dcd08c style 2014-01-17 10:41:02 -08:00
Guillermo Rauch
d20ad91dc2 util: remove unused hasCORS 2014-01-17 10:28:23 -08:00
Guillermo Rauch
41fa0c3993 remove deferring for faster startup (fixes #174) 2014-01-17 10:23:33 -08:00
Guillermo Rauch
8b192eb494 Release 0.8.1 2014-01-17 08:25:21 -08:00
Guillermo Rauch
25701e8d9d Merge branch 'master' of github.com:LearnBoost/engine.io-client 2014-01-17 08:04:58 -08:00
Guillermo Rauch
7e832ca61d package: bump debug to fix localStorage issue (fixes #213) 2014-01-17 08:04:06 -08:00
Guillermo Rauch
2815a4b19e Merge pull request #229 from defunctzombie/fixes
misc fixes and readme updates
2014-01-15 11:34:13 -08:00
Roman Shtylman
3a590c003b remove duplicate xmlhttprequest code
Since we shim the XMLHttpRequest module with our xmlhttprequest.js code
for browser packaging, we do not need the legacy util.request function
and can use the XMLHttpRequest module directly.
2014-01-15 14:18:13 -05:00
Roman Shtylman
f7e7154132 cleanup readme
- remove component instructions
- better browserify instructions
- add note about zuul to Tests section
2014-01-15 14:17:26 -05:00
Roman Shtylman
4893d6661d add iphone to zuul browsers 2014-01-15 14:17:07 -05:00
Roman Shtylman
618cff2c32 bump zuul to 1.3.0 2014-01-15 14:16:53 -05:00
Roman Shtylman
6bfd5b3f20 use invalid ip address for incorrect connection test
Ensures that a failed connection will fail immediately versus waiting
for some DNS to resolve. Some browsers are very persistent about
resolving DNS names and some ISPs will DNS hijack.
2014-01-15 13:58:41 -05:00
Guillermo Rauch
9e5740bc8d Merge pull request #227 from mokesmokes/patch-1
Update contributors, thanks Guillermo
2014-01-08 16:39:11 -08:00
mokesmokes
75d878b1f4 Update contributors, thanks Guillermo 2014-01-08 21:52:38 +02:00
Guillermo Rauch
2cd76860b8 Merge pull request #226 from mokesmokes/patch-1
Fix GH-224, remove sockets array
2014-01-08 10:55:23 -08:00
mokesmokes
c2d547be54 Fix GH-224, remove sockets array 2014-01-08 20:48:49 +02:00
Guillermo Rauch
6c7cb48f78 Merge pull request #223 from defunctzombie/patch-6
README: remove outdated browserbuild reference
2014-01-07 17:12:29 -08:00
Roman Shtylman
e7b9ff4362 README: remove outdated browserbuild reference 2014-01-07 18:14:25 -05:00
Guillermo Rauch
16e58c4f53 Revert "Revert "package: bump zuul for tests performance""
This reverts commit 2c3b84447c.
2014-01-05 20:38:15 -03:00
Guillermo Rauch
2c3b84447c Revert "package: bump zuul for tests performance"
This reverts commit 3678cb61cb.
2014-01-05 19:51:29 -03:00
Guillermo Rauch
3678cb61cb package: bump zuul for tests performance 2014-01-05 19:48:55 -03:00
Guillermo Rauch
2e55e3589f Release 0.8.0 2014-01-05 19:41:39 -03:00