Commit Graph

1665 Commits

Author SHA1 Message Date
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
Damien Arrachequesne
bdf7296bf4 Update zuul browser settings following EOL notices
- EOL Notice for iOS 5.1, 6.0, 6.1, 8.0, and iWebDriver
- EOL Notice for Android 4.0, 4.1, 4.2
2016-08-05 19:15:51 +02:00
Doug Wade
023489911e Resolve nsp 120 2016-06-29 11:27:54 -07:00
Doug Wade
22ec2d2b97 Fix test target by specifying valid ws binary type 2016-06-29 11:27:05 -07:00
Guillermo Rauch
6ef28d0dea Merge branch '1.6.10-pre' 2016-06-23 19:11:34 -07:00
Guillermo Rauch
25e9287d13 Release 1.6.11 2016-06-23 19:10:06 -07:00
Guillermo Rauch
35300b88f3 1.6.10 2016-06-23 17:32:05 -07:00
Guillermo Rauch
1a07f1012a Release 1.6.10 2016-06-23 17:21:21 -07:00
Guillermo Rauch
2a7a011932 Release 1.6.9 2016-05-02 20:51:41 -07:00
Guillermo Rauch
7fa16d531b default rejectUnauthorized to true 2016-05-02 20:50:42 -07:00
nkzawa
6e2e09b95d remove unused submodule 2016-04-11 16:18:32 +09:00
nkzawa
87bb02abcd bump zuul 2016-04-11 15:53:58 +09:00
Naoyuki Kanezawa
2e256624d3 Merge pull request #460 from nus-fboa2016-si/refactor
Gulpfile refactoring
2016-04-11 15:20:34 +09:00
Guillermo Rauch
2c55b278a4 default rejectUnauthorized to true 2016-03-30 08:30:14 -07:00
Diga Widyaprana
514d9ade73 test-cov only runs tests included by test/index.js, consistent with gulp test 2016-03-06 15:07:40 +08:00
Diga Widyaprana
4d79991805 Clean up after test-cov 2016-03-06 14:58:03 +08:00
Diga Widyaprana
982ac8dfe6 Refactor MOCHA_OPTS out of testNode so test-cov can use it too 2016-03-06 14:56:37 +08:00
Diga Widyaprana
62ac32bbb4 Minor refactoring
- Change glob supplied to gulp.src as suggested in https://github.com/socketio/engine.io-client/pull/455/files#diff-b9e12334e9eafd8341a6107dd98510c9R22
- Remove unused variable REPORTER in makefile
2016-03-06 14:52:53 +08:00
Guillermo Rauch
6045ccf5aa Merge pull request #458 from nus-fboa2016-si/eslint-rebased
Add ESLint
2016-03-01 19:05:06 -08:00
Diga Widyaprana
a526395363 Add inline eslint config
- ActiveXObject global in lib/xmlhttprequest.js
- Allow small letter constructor in test/transport.js
2016-03-01 00:41:09 +08:00
Diga Widyaprana
a55f61b136 Run lint before test instead of with build 2016-03-01 00:41:09 +08:00
Diga Widyaprana
e2930f8aac Eslint manual fix 2016-03-01 00:41:08 +08:00
Diga Widyaprana
fd90acf4b6 Eslint autofix 2016-02-29 20:43:08 +08:00
Diga Widyaprana
6ef8d34ac3 Add env to eslint rc
- node env and browser at root eslintrc
- node and mocha at test/ eslintrc
2016-02-29 20:42:32 +08:00
Diga Widyaprana
dee69ca3c5 Exclude automatically generated files 2016-02-29 13:16:53 +08:00
Diga Widyaprana
0bffd84fd7 Upgrade babel-eslint to 4.1.7 2016-02-29 13:13:31 +08:00