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
Guillermo Rauch
afd0608345
package: bump zuul
2013-12-26 23:53:51 -03:00
Guillermo Rauch
e48eb876a9
Makefile: cleanup
2013-12-26 09:14:21 -03:00
Guillermo Rauch
9732c8669d
.travis: deprecate 0.6
2013-12-25 23:39:04 -03:00
Guillermo Rauch
618a2a035c
README: tweak
2013-12-25 23:35:39 -03:00
Guillermo Rauch
0ed506fb72
move zuul to Makefile
2013-12-25 20:13:07 -03:00
Hayko Koryun
5bd1db556f
updated .npmignore
...
updated `.npmignore` to additionally ignore the `test` folder for __production__
2013-12-23 04:48:59 -08:00
Guillermo Rauch
823f61c3eb
Release 0.7.13
2013-12-20 12:39:19 -03:00
Guillermo Rauch
f64e22d1b1
use jsonp in favor of XDomainRequest to preserve Cookie headers in all situations [3rd-eden] ( fixes #217 )
2013-12-20 12:36:33 -03:00
Guillermo Rauch
7f819e3be5
Merge pull request #210 from defunctzombie/zuul
...
browser and cloud testing via zuul
2013-11-18 12:35:13 -08:00
Roman Shtylman
dbeda86644
run zuul tests after node tests
2013-11-18 15:16:03 -05:00
Roman Shtylman
a70ba78dd8
update zuul version
2013-11-18 15:15:58 -05:00
Roman Shtylman
c649671a7e
travis: add encrypted saucelabs env vars
2013-11-18 15:15:53 -05:00
Roman Shtylman
e8c0095025
travis: quote all node versions
...
unquoted 0.10 changes to 0.1 which is not what you really want
2013-11-18 15:15:48 -05:00
Roman Shtylman
bc50a3eb86
test: close socket connection once test done
2013-11-18 15:15:42 -05:00
Roman Shtylman
2d9555c639
add test support server
...
Allows for tests to actually make connections to a backend.
2013-11-18 15:15:29 -05:00
Roman Shtylman
af1be0f46a
add zuul support for easier browser testing
...
To run tests in a local browser:
zuul --local 8080 -- test/index.js
To run tests in the cloud via saucelabs:
zuul -- test/index.js
2013-11-18 15:15:15 -05:00
Guillermo Rauch
d9145a3cb7
Merge branch 'master' of github.com:LearnBoost/engine.io-client
2013-11-11 18:00:38 -03:00
Guillermo Rauch
8bb0d1219f
Release 0.7.12
2013-11-11 18:00:19 -03:00
Guillermo Rauch
b1714a9877
engine.io: updated build to fix WebSocket constructor issue
2013-11-11 17:59:29 -03:00
Guillermo Rauch
5e5f4d9ccf
Merge pull request #211 from binlain/master
...
Document 'path' option
2013-11-11 12:27:44 -08:00
binlain
9c29d7b790
Document 'path' option
2013-11-11 21:20:09 +01:00
Guillermo Rauch
b7e4704f17
package: move browserify into devDeps
2013-11-06 13:31:50 -03:00
Guillermo Rauch
0f1d80ecb2
Release 0.7.11
2013-11-06 12:35:03 -03:00
Guillermo Rauch
7db96258b7
Makefile: build now smaller thanks to browserify
2013-11-06 12:33:48 -03:00
Guillermo Rauch
6e944e028c
Merge pull request #209 from defunctzombie/0.7.10-dz
...
add browserify support
2013-11-06 07:04:14 -08:00
Roman Shtylman
a969aa761a
add browserify support
...
fixes #200
2013-11-01 21:24:46 -04:00
Guillermo Rauch
8c79efe5ab
Release 0.7.10
2013-10-28 15:55:54 -05:00
Guillermo Rauch
b917a50f81
Merge pull request #178 from goinstant/stash/catch-xhr-send
...
Emit errors thrown by xhr.send()
2013-10-17 07:48:40 -07:00
Guillermo Rauch
55da2a1b7c
Merge pull request #205 from topcloud/master
...
Fixed issue which prevented IE9 and under to pass Cookies to server duri...
2013-10-17 07:44:04 -07:00
Jonathan Gros-Dubois
55b6302e8a
Fixed issue which prevented IE9 and under to pass Cookies to server during handshake
2013-10-17 22:59:04 +11:00
Nathan Rajlich
d04ef95c04
Merge pull request #204 from LearnBoost/update/ws-0.4.31
...
package: update "ws" to v0.4.31
2013-10-16 23:22:19 -07:00
Nathan Rajlich
784a9c7b77
package: update "ws" to v0.4.31
2013-10-14 11:04:44 -07:00
Guillermo Rauch
f09b1ce2a9
Merge pull request #199 from dainis/fix_flashsocket
...
Fix #198 , flashsocket creation would fail
2013-09-19 10:38:10 -07:00
Dainis Tillers
305d703650
Fixed - there is no host property only hostname
2013-09-19 15:15:25 +03:00
Dainis Tillers
f8b68c969e
Fixed - flash socket creation should not call websocket doOpen as that will create a websocket and not a flashsocket connection because of changed scope(in websocket transport WebSocket is pointing to value returned by ws library, which in case of IE6,7,8 will be null and in result of that will fail with an error)
2013-09-19 15:15:18 +03:00
Guillermo Rauch
380faf769d
Release 0.7.9
2013-08-30 20:25:56 -07:00
Guillermo Rauch
cd4747c869
Merge pull request #196 from LearnBoost/fix/lion
...
websocket: pass `undefined` as the WebSocket "protocols"
2013-08-30 20:24:24 -07:00
Nathan Rajlich
22a4a4b097
websocket: pass undefined as the WebSocket "protocols"
...
Fixes: https://cloudup.com/cfn0Edwkpya
2013-08-30 20:21:43 -07:00
Guillermo Rauch
1bed7e391a
Release 0.7.8
2013-08-30 17:08:24 -07:00
Guillermo Rauch
fd7203f1ba
Merge pull request #195 from LearnBoost/update/ws
...
package: update "ws" to TooTallNate/ws@0cb9fe7a21a7a7c200f68b57916d1d62b...
2013-08-30 17:00:53 -07:00
Nathan Rajlich
f6607ae75d
package: update "ws" to TooTallNate/ws@0cb9fe7a21
...
Pending https://github.com/einaros/ws/pull/235
2013-08-30 16:56:02 -07:00
Guillermo Rauch
e933b4542d
Release 0.7.7
2013-08-30 16:05:45 -07:00
Guillermo Rauch
c7dc4bd0ce
Merge pull request #193 from LearnBoost/add/component/ws
...
Add and use `component/ws`
2013-08-30 15:58:04 -07:00
Guillermo Rauch
a46ab9de95
Merge pull request #194 from LearnBoost/update/fixes
...
Upgrade to ws v0.4.30 + fixes
2013-08-30 15:50:59 -07:00
Nathan Rajlich
54ad249129
test: re-enable the "agent" option tests
2013-08-30 15:48:34 -07:00
Nathan Rajlich
af026a20b2
websocket: remove the "bufferedAmount" checking logic
...
This code was buggy to begin with, and actually the underlying
technique being used was non-deterministic and wouldn't work in practice
anyways.
The WebSocket client API kinda sucks in this regard, since it's virtually
impossible to implement proper ACKs using the WebSocket API by itself.
2013-08-30 15:46:27 -07:00