Commit Graph

873 Commits

Author SHA1 Message Date
Guillermo Rauch
b084823008 Merge pull request #266 from get/parsejson_new
ParseJSON and parseURI made into their own modules
2014-03-08 19:40:36 -02:00
Guillermo Rauch
fef5536c11 Merge pull request #265 from rase-/remove/global
Removed the global dependency
2014-03-08 19:39:58 -02:00
rase-
bce783641b Style 2014-03-08 22:46:41 +02:00
GK
74fb64e122 fixed package.json merge issues 2014-03-06 19:55:08 -05:00
GK
6737a83d99 fixed indentation 2014-03-06 19:49:59 -05:00
Tony Kovanen
55f10e68b3 Removed the global dependency 2014-03-07 01:44:16 +02:00
Guillermo Rauch
7f17c4d4d0 Release 1.0.1 2014-03-06 17:33:35 -06:00
Guillermo Rauch
4c9a4a736d package: bump engine.io-parser 2014-03-06 17:31:58 -06:00
Guillermo Rauch
31b5bfc328 readme tweak 2014-03-06 12:06:16 -08:00
Guillermo Rauch
59b4748f6f Release 1.0.0 2014-03-06 11:55:09 -08:00
Guillermo Rauch
7c9b0f9d58 fixed build 2014-02-23 09:17:11 -08:00
GK
3011d31aa2 made parseJSON its own module, update calls 2014-02-22 18:51:09 -05:00
Guillermo Rauch
874b6422f2 package: bump engine.io 2014-02-20 13:48:07 -08:00
Guillermo Rauch
472e2bd885 Merge pull request #259 from rase-/fix/browserify
Fixed options passed to browserify
2014-02-20 11:58:45 -08:00
Tony Kovanen
52e9744485 Fixed options passed to browserify 2014-02-20 21:57:19 +02:00
GK
bc793d30fc checked out build file 2014-02-20 14:55:04 -05:00
Guillermo Rauch
921efdac63 build 2014-02-20 11:15:50 -08:00
Guillermo Rauch
0beb956530 Revert "Make timestamping default for sockets"
This reverts commit efc5ff99d1.
2014-02-20 10:54:51 -08:00
Guillermo Rauch
46617c995c Merge branch 'master' of github.com:LearnBoost/engine.io-client 2014-02-20 10:48:50 -08:00
Guillermo Rauch
519eb2b8be fix 2014-02-20 10:48:39 -08:00
Guillermo Rauch
d91662e39d Merge pull request #250 from j-salazar/multisockets
Force timestamping for sockets
2014-02-20 10:41:57 -08:00
Guillermo Rauch
76d9692228 build 2014-02-20 10:37:01 -08:00
Guillermo Rauch
e16aefc6d7 fix and upgrade browserify build 2014-02-20 10:36:41 -08:00
Guillermo Rauch
f7c7f2a0f0 build 2014-02-20 09:39:29 -08:00
Guillermo Rauch
f272070ad0 Makefile: make build dependent on package.json changes 2014-02-20 09:39:11 -08:00
Guillermo Rauch
423f84d820 run browserify without shims 2014-02-20 08:54:35 -08:00
Julian Salazar
efc5ff99d1 Make timestamping default for sockets 2014-02-20 01:21:34 -08:00
Guillermo Rauch
b4342772a3 package: point engine.io to commit for tests 2014-02-19 15:52:11 -08:00
Guillermo Rauch
ac8156963d package: bump parser 2014-02-19 15:35:56 -08:00
Guillermo Rauch
f00b6bd199 Merge pull request #244 from rase-/add/binary-support
Binary support
2014-02-19 15:32:07 -08:00
Tony Kovanen
5708098f8e style 2014-02-20 01:02:38 +02:00
Tony Kovanen
43721adf2d Merged current master 2014-02-19 18:35:05 +02:00
Tony Kovanen
eca3593706 Reverted the build file 2014-02-19 13:57:48 +02:00
Tony Kovanen
94ba1afc1f Added Blob to the list of possible parameter types to send 2014-02-19 00:54:11 +02:00
Tony Kovanen
69eb14b7b2 Increased timeout in binary fallback test 2014-02-18 23:54:23 +02:00
Tony Kovanen
7d8944a856 Redisabled firefox tests because they are still not stable 2014-02-18 20:08:22 +02:00
Guillermo Rauch
746f4cfa30 Revert "don't override empty opts.port"
This reverts commit 1bf90f5aaa.
2014-02-17 14:52:11 -08:00
Guillermo Rauch
0ae7977d81 README: tweak 2014-02-17 14:48:05 -08:00
Guillermo Rauch
632684be55 Merge pull request #251 from j-salazar/locationport
Don't override empty opts.port
2014-02-17 14:41:22 -08:00
Julian Salazar
1bf90f5aaa don't override empty opts.port 2014-02-17 14:38:10 -08:00
Tony Kovanen
d269acd2ab User can now pass in an onlyBinaryUpgrades option to disable upgrading to a transport that doesn't support binary from one that does to avoid the overhead of base64 encoding 2014-02-16 22:55:23 +02:00
Tony Kovanen
caeae2da74 Re-enabled firefox, which seems to behave more stable now 2014-02-16 10:01:44 +02:00
Tony Kovanen
33b5e79ca1 Testing for base64 fallback mechanism now run for browsers that don't support binary types 2014-02-16 09:18:32 +02:00
Tony Kovanen
990fbc9158 Better hack for running iPhone tests. New simulators now also run ws tests. 2014-02-16 03:09:59 +02:00
Guillermo Rauch
b0ba5dae93 Merge pull request #257 from nlagrow/remember-upgrade
Add tests for remembering websocket upgrade
2014-02-15 14:02:16 -08:00
Nick LaGrow
d38c58b772 Add tests for remembering websocket upgrade
Add 'rememberUpgrade' section. Tests whether sockets remember the upgrade to
webscoket if and only if the 'rememberUpgrade' flag is set.
2014-02-15 16:38:03 -05:00
Guillermo Rauch
0a3c521939 Merge pull request #243 from mokesmokes/sslws
Enable a direct websocket connection if the previous websocket connection ...
2014-02-15 13:14:50 -08:00
Tony Kovanen
e56b740647 Hack to leave ws tests out for old iOS simulators 2014-02-15 22:21:38 +02:00
Tony Kovanen
e43b2eee56 Switched platform for IE10. Windows 2012 tests pass, but for some reason 2008 not 2014-02-15 22:00:10 +02:00
Tony Kovanen
5c8ac8c94a Adjusting timeouts 2014-02-15 21:34:22 +02:00