Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
8387ffb801 Added missing docs for Server constructor 2012-07-03 14:16:25 -07:00
Guillermo Rauch
bcba7e567d Updated websocket.io 2012-07-03 12:50:40 -07:00
Guillermo Rauch
671ce071ea Removed version from api docs 2012-07-03 12:47:21 -07:00
Guillermo Rauch
aa6fe32b59 Removed version since we're not supporting 0.4 from the get-go. Use require('engine.io/package').version instead. 2012-07-03 12:46:40 -07:00
Guillermo Rauch
0cdc862eca Sorry node 0.4 2012-07-03 12:31:50 -07:00
Guillermo Rauch
81a5797237 Improved docs 2012-07-03 12:29:35 -07:00
Guillermo Rauch
d87708f48f Bumped engine.io-client 2012-07-02 11:08:39 -07:00
Guillermo Rauch
4fd56bf3f6 test: added io cookie handshake test 2012-07-02 11:03:24 -07:00
Guillermo Rauch
f0ece1b9ba polling: send io cookie (fixes #30) 2012-07-02 11:03:09 -07:00
Guillermo Rauch
566acd1ffd socket: transfer sid to transport upon opening 2012-07-02 11:02:39 -07:00
Guillermo Rauch
da071a1327 test: added node 0.8 to travis testing targets 2012-07-02 09:06:30 -07:00
Guillermo Rauch
f2ffc52777 test: added node 0.8 to testing targets 2012-07-02 09:06:04 -07:00
Guillermo Rauch
39e91a2a49 test: fixed ws version for travis CI 2012-07-02 09:05:17 -07:00
Guillermo Rauch
927134813b polling-jsonp: added garbage jsonp querystring protection (fixes #25) 2012-07-02 08:20:52 -07:00
Guillermo Rauch
b1b650432d meta: removed 0.4 testing from travis CI 2012-07-02 08:04:02 -07:00
Guillermo Rauch
eeb2b16058 flashsocket: fixed docs & style 2012-07-02 08:02:23 -07:00
Guillermo Rauch
a23387ef87 flashsocket: auto-populate SWF location based on flashPath 2012-07-02 08:01:58 -07:00
Guillermo Rauch
ece335ea17 socket: default policyPort to 843 2012-07-02 08:00:17 -07:00
Guillermo Rauch
7d514dabfc docs: improved flash-related docs 2012-07-02 08:00:04 -07:00
Guillermo Rauch
82ec5a8bc9 socket: ignore transport errors from discarded transports (fixes #26) 2012-07-02 07:52:36 -07:00
Guillermo Rauch
89a1e010c7 socket: added toString to fake event sent to onmessage 2012-07-02 07:43:35 -07:00
Guillermo Rauch
3a2b592398 test: added onopen and onclose to test 2012-07-02 07:43:15 -07:00
Guillermo Rauch
082cda6bcf Merge pull request #30 from mihs/master
Flashsocket protocol does not work.
2012-07-02 07:37:12 -07:00
Guillermo Rauch
00f9738292 socket: added polling cycle force for fast upgrade 2012-07-02 07:34:02 -07:00
Guillermo Rauch
2aed814cf7 parser: added noop packet 2012-07-01 19:06:34 -07:00
Guillermo Rauch
75a1304f8b Bumped xmlhttprequest dependency version 2012-07-01 18:14:41 -07:00
TJ Holowaychuk
e62db4c98e add history.md 2012-06-28 18:39:49 -07:00
Guillermo Rauch
050ad8ea19 Fixes failing test. 2012-06-28 18:39:10 -07:00
Guillermo Rauch
591f069f01 Added failing test 2012-06-28 18:39:10 -07:00
TJ Holowaychuk
13e19d5808 Release 0.0.2 2012-06-28 17:01:52 -07:00
Guillermo Rauch
85e86ba9c4 Bumped ws 2012-06-27 22:09:37 -07:00
Guillermo Rauch
8c2ad76ecd Merge pull request #445 from ajaxorg/master
Fix for calling open as a function while its a boolean
2012-06-27 21:22:22 -07:00
Ruben Daniels
9d0c0631f3 * Added fail safe for open not being a function error 2012-06-27 19:35:51 -07:00
Guillermo Rauch
8197a0c854 Merge pull request #929 from sjonnet19/patch-1
Update redis to support Node 0.8.x
2012-06-26 06:29:08 -07:00
Shawn Jonnet
2b91f1407f Update redis to support Node 0.8.x 2012-06-25 23:30:24 -03:00
mihs
3c7e3a8b5a Merge branch 'master' of git://github.com/LearnBoost/engine.io-client 2012-06-22 15:28:56 +03:00
Guillermo Rauch
b6aa5c0553 Merge pull request #428 from jdahlq/master
Enhance the dist files to work with CommonJS loaders
2012-06-19 20:30:18 -07:00
Guillermo Rauch
fddcec0ea0 Fixed xhr polling in IE6. 2012-06-05 22:55:22 +02:00
Guillermo Rauch
ce99f057a2 Fixed engine.io for 0.7 2012-06-05 15:05:19 +02:00
Yuval Carmel
53ff1a510d Fix disconnects when fallback to xhr-polling (heartbeat related) 2012-05-24 17:02:33 +03:00
Yuval Carmel
ae18a17cdf Fix reconnect issue when using the fallback mechanism of connect timeout 2012-05-24 17:00:14 +03:00
TJ Holowaychuk
d0743a4a30 Fixed .off() with .once()-registered callbacks 2012-05-21 21:31:09 -03:00
TJ Holowaychuk
bf6f07abc9 added test for emitter.once() and .off() 2012-05-21 21:28:42 -03:00
dbc65f3b5a added flashsocket transport logic 2012-05-18 13:20:53 +03:00
TJ Holowaychuk
441b438157 docs 2012-05-10 10:15:38 -07:00
TJ Holowaychuk
05d95f0470 Added Emitter#has(event) 2012-05-10 10:15:18 -07:00
TJ Holowaychuk
872de89f6c Added tests 2012-05-03 10:41:42 -07:00
Guillermo Rauch
3b9715e8e7 Merge pull request #869 from MrSwitch/master
Small change to demo copy
2012-05-03 06:24:15 -07:00
Joe Dahlquist
96e69a4430 Rebuild dev and prod dist files 2012-05-02 23:41:48 -07:00
Joe Dahlquist
cceafcc5bb CommonJS-compatible wrapper for dists
For non-node builds, wrap the dist code in an anonymous function. For
client-side CommonJS builds, set var io = module.exports.
2012-05-02 23:41:00 -07:00