Commit Graph

761 Commits

Author SHA1 Message Date
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
Guillermo Rauch
fa6c0c9fed socket: emit upgrade errors as upgradeError instead of error 2014-01-05 19:39:57 -03:00
Guillermo Rauch
62c9885f61 Merge branch 'master' of github.com:LearnBoost/engine.io-client 2014-01-02 18:24:48 -03:00
Guillermo Rauch
6739f779f9 package: bump zuul 2014-01-02 18:24:29 -03:00
Guillermo Rauch
2e784aba14 Merge pull request #218 from HaykoKoryun/patch-1
updated .npmignore
2014-01-02 12:24:44 -08:00
Guillermo Rauch
cf1d22e4c6 package: tweak url 2014-01-02 07:27:33 -03:00
Guillermo Rauch
815de9c379 .travis: speed up client tests 2014-01-01 19:09:53 -03:00
Guillermo Rauch
ae11244f0d package: pin versions 2014-01-01 19:05:12 -03:00
Guillermo Rauch
9b22ece9a2 Release 0.7.14 2014-01-01 19:00:19 -03:00
Guillermo Rauch
5d88f318f8 switch to working versions of chrome 2014-01-01 18:29:10 -03:00
Guillermo Rauch
197e917dc3 test: increase timeouts for network tests 2013-12-31 00:11:16 -03:00
Guillermo Rauch
d840cc40d5 test: whitelist globals 2013-12-30 22:23:44 -03:00
Guillermo Rauch
fa187c48e6 transports: fix node tests error 2013-12-30 21:44:46 -03:00
Guillermo Rauch
2f880c6264 test: style 2013-12-30 15:30:35 -03:00
Guillermo Rauch
9e241b6d92 test: improve socket closing test 2013-12-30 15:30:22 -03:00
Guillermo Rauch
29e641bacb polling: improve url timestamp for ie11 and allow force disabling 2013-12-30 15:30:11 -03:00
Guillermo Rauch
4e6c2f447d polling-xhr: handle errors for xhr creation (fixes access denied issues) 2013-12-30 15:27:35 -03:00
Guillermo Rauch
026f5a035a polling-xhr: style 2013-12-30 15:27:22 -03:00
Guillermo Rauch
1ab40e794e socket: more instrumentation for transport creation 2013-12-30 15:25:58 -03:00
Guillermo Rauch
9811a66204 socket: allow explicit false for timestampRequests 2013-12-30 15:25:42 -03:00
Guillermo Rauch
53da167033 socket: accept null as first argument 2013-12-30 15:25:25 -03:00
Guillermo Rauch
cfb719c940 socket: style 2013-12-30 15:23:42 -03:00
Guillermo Rauch
0430bc4a72 transport: style 2013-12-29 15:16:41 -03:00
Guillermo Rauch
30baf081c6 test: fix transport tests on ie 2013-12-28 19:15:29 -03:00