Commit Graph

1390 Commits

Author SHA1 Message Date
Paul Robello
144a7fdc78 [chore] Bump ws to version 1.1.2 (vulnerability fix) (#539) 2017-02-16 07:18:03 +01:00
Denis Yaremov
22c28a24b7 [fix] Fix extraHeaders option in browser (#536) 2017-02-01 14:46:07 +01:00
Damien Arrachequesne
f756bd6add [chore] Release 2.0.1 (#534) 2017-01-30 16:23:56 +01:00
Damien Arrachequesne
0023ce3e95 [chore] Release 2.0.0 (#533) 2017-01-22 22:48:05 +01:00
Damien Arrachequesne
387be0566b [chore] Fix Saucelabs tests (#532) 2017-01-22 21:31:24 +01:00
Damien Arrachequesne
54c0438e31 [chore] Actually run tests in Saucelabs (#527) 2016-12-30 17:18:15 +01:00
Damien Arrachequesne
b1baf8d998 [feature] Allow extraHeaders to be set for browser clients in XHR requests (#519) 2016-12-30 17:08:38 +01:00
Damien Arrachequesne
c01b9a8560 [feature] Add support for per transport options (#518) 2016-12-30 16:46:36 +01:00
Damien Arrachequesne
176d7abd02 [chore] Bump engine.io-parser to version 2.0.0 (#525) 2016-12-30 16:24:12 +01:00
Damien Arrachequesne
1e2323092b [chore] Update zuul config to speed up tests (#526) 2016-12-23 13:58:28 +01:00
Damien Arrachequesne
70262f0e16 [chore] Release 1.8.2 (#524) 2016-12-11 00:26:02 +01:00
Damien Arrachequesne
b530bb039d [chore] Bump engine.io-parser to version 1.3.2 (#523) 2016-12-08 01:12:17 +01:00
Damien Arrachequesne
880393367c [chore] Release 1.8.1 (#522) 2016-11-27 07:16:28 +01:00
Damien Arrachequesne
6d7d66401b [chore] Release 1.8.0 (#521) 2016-11-20 03:25:46 +01:00
Damien Arrachequesne
5ecd3da8b0 [chore] Bump debug to version 2.3.3 (#520) 2016-11-20 03:18:58 +01:00
Damien Arrachequesne
75b7fdacc1 [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517) 2016-10-31 22:34:30 +01:00
Damien Arrachequesne
402fa0628a [chore] update dependencies (#516) 2016-10-31 22:34:03 +01:00
magicdawn@qq.com
9cfc626bf7 [feature] add localAddress option (#487) 2016-10-31 01:34:19 +01:00
Daniel Schlosser
8be5864169 [feature] Added flag forceNode to override the normal behavior of prefering Browser based implementations. (#469) 2016-10-30 23:49:55 +01:00
Ben Ripkens
3427e744e1 Enable definition of timeouts for xhr-polling
The definition of timeouts is desirable to cancel long outstanding
requests automatically via browser mechanisms. Specifically, it can
happen that lots of pending XHR requests are scheduled, but are never
purged by the browser due to the lack of a timeout definition.
2016-10-30 22:06:00 +01:00
Tony Kovanen
cea0dffdef Merge pull request #514 from jamo/fix/similar-type-comparision
Fixed regression creating connection over wss from node
2016-10-28 10:46:30 +03:00
Jarmo Isotalo
a38551f45f Fixed regression creating connection over wss from node 2016-10-28 04:14:52 +03:00
Tony Kovanen
e5aec21401 Merge pull request #513 from jamo/fix/type-comparision
Fixed regression creating connection over https from node
2016-10-28 03:42:10 +03:00
Jarmo Isotalo
9abcb152da Fixed regression creating connection over https from node 2016-10-28 02:58:42 +03:00
Damien Arrachequesne
5824a5827f [chore] Release 1.7.2 (#512) 2016-10-24 01:34:23 +02:00
Damien Arrachequesne
1b86756130 [chore] Add Github issue and PR templates (#511) 2016-10-24 01:31:52 +02:00
Damien Arrachequesne
487fb26af0 [docs] Add missing onlyBinaryUpgrades option in the docs (#510) 2016-10-24 01:01:11 +02:00
Luigi Pinca
7acae3db15 [fix] Obfuscate ActiveXObject occurrences (#509)
Some corporate firewalls/proxies such as Blue Coat prevent JavaScript
files from being downloaded if they contain the word "ActiveX".
2016-10-24 01:00:45 +02:00
besaplla
618758543e [fix] onPacket now emits data on 'closing' state as well (#484) 2016-10-23 09:15:11 +02:00
Naoyuki Kanezawa
410189e417 [fix] remove a workaround for ios (#465) 2016-10-23 08:44:35 +02:00
Tom Atkinson
083a139488 [fix] Set accept header to */* to support react app proxy (#508) 2016-10-23 08:43:52 +02:00
Damien Arrachequesne
af021d7431 [chore] Release 1.7.1 (#506) 2016-10-20 18:53:12 +02:00
Tom Atkinson
b18f5b16df [perf] Add all properties to the socket in the constructor (#488) 2016-10-20 18:29:32 +02:00
Marshall Thompson
6b2b3bdaaa [chore] Use more-specific imports for StealJS compatibility (#467)
This allows browser loaders like StealJS to load this package without showing any errors or warnings in the console (since you the only way to check if a file exists from the browser it to request it, node-style folder assumptions can't be made without potential 404s.)

The package works fine with the StealJS build tools, since they're node based, but this lets allows it to work with the browser version.
2016-10-20 18:10:30 +02:00
Aaron Carlino
eb24245565 [fix] Define "requestsCount" var and "requests" hash unconditionally (#490)
There are situations in which `global.document` can be defined after the file is loaded, but before a request is created.
2016-10-20 17:55:05 +02:00
Damien Arrachequesne
dc0d7d2ca5 [chore] Bump engine.io-parser to 1.3.1 (#505) 2016-10-20 17:53:34 +02:00
Damien Arrachequesne
84fe08c3f7 [chore] Update zuul browser settings (#504) 2016-10-20 17:51:30 +02:00
Damien Arrachequesne
d75d61c17c [chore] release 1.7.0 (#500) 2016-10-05 10:33:34 +02:00
Damien Arrachequesne
aa48d134d4 [style] Add missing semi-colon (#501) 2016-10-05 10:29:43 +02:00
Mateusz Burzyński
f9274e181e [fix] Fix issue with errors during WebSocket creation not being caught at all (#475)
Fixes #474.
2016-10-05 07:35:30 +02:00
Miguel Grinberg
ea29487488 [fix] Use xhr.responseText if xhr.response is not provided (#483) 2016-10-05 07:31:28 +02:00
Damien Arrachequesne
82eea27f78 [chore] Restrict files included in npm package (#499) 2016-10-05 07:11:38 +02:00
Damien Arrachequesne
e8561ff5a2 [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#498) 2016-10-05 07:10:50 +02:00
Damien Arrachequesne
67ac4b7e1d Revert "default rejectUnauthorized to true" (#496)
This reverts commit 2c55b278a4, which breaks websocket transport under node v0.10 (#494).
2016-10-05 07:06:38 +02:00
Damien Arrachequesne
a0e63fe16a [chore] Make the build status badge point towards master (#497) 2016-10-05 01:26:24 +02:00
Chirag
b9c03e7254 [chore] Bump engine.io-parser (#492)
engine.io-parser landed a fix to make socket.io work with react-native projects
2016-10-05 00:58:45 +02:00
Damien Arrachequesne
1cfae04a13 Merge pull request #478 from doug-wade/fix-nsp-120
Bump ws to 1.1.1
2016-08-05 21:20:15 +02:00
Damien Arrachequesne
9f90ee854b Merge pull request #486 from darrachequesne/patch-4
Update zuul browser settings following EOL notices
2016-08-05 20:04:39 +02:00
Damien Arrachequesne
51aabe6150 Merge pull request #464 from nkzawa/fix/bump-zuul
bump zuul
2016-08-05 19:24:19 +02:00
Damien Arrachequesne
cfb6853a2e Merge pull request #466 from nkzawa/fix/remove-unused-submodule
Remove unused submodule
2016-08-05 19:22:38 +02:00