Mark Mokryn
|
9bf3119cf4
|
adding tests for engine.io-client #207, PR #239
|
2014-02-03 00:31:44 +02:00 |
|
Guillermo Rauch
|
349413ab06
|
Merge pull request #217 from mokesmokes/id
document Socket.id
|
2014-02-02 11:02:41 -08:00 |
|
Guillermo Rauch
|
e475fd9aeb
|
Merge pull request #219 from mokesmokes/upgradeEvent
Emit upgrade event after new transport set
|
2014-02-02 10:49:36 -08:00 |
|
Tony Kovanen
|
944e3953ab
|
Nicer feature detection
|
2014-02-02 19:33:56 +02:00 |
|
Tony Kovanen
|
1bf72e860c
|
Got rid of polyfilling ArrayBuffer#slice, and made a separate tested module for a function that abstracts slicing
|
2014-02-02 17:42:19 +02:00 |
|
Tony Kovanen
|
948c811d92
|
Cleaning up connection.js tests
|
2014-02-02 17:10:23 +02:00 |
|
Tony Kovanen
|
1067ae80d3
|
WebSocket's support for binary is now checked, and base64 is used when there is no binaryType. If WebSocket doesn't support binary, this is communicated to the server through the upgrade packet.
|
2014-02-02 14:44:02 +02:00 |
|
Tony Kovanen
|
7723e8a2db
|
Upgrade packet can now set transport binary support capabilities
|
2014-02-02 14:42:16 +02:00 |
|
Tony Kovanen
|
02c44eea33
|
Individual packets can now be encoded/decoded as base64 strings
|
2014-02-02 02:45:02 +02:00 |
|
Mark Mokryn
|
1cbca8684b
|
added upgrade event timing test
|
2014-02-02 02:16:00 +02:00 |
|
Mark Mokryn
|
c8ddbf8e1c
|
Emit upgrade event after new transport set
|
2014-02-02 01:59:09 +02:00 |
|
Tony Kovanen
|
e88937036c
|
Some README updates
|
2014-02-01 23:59:24 +02:00 |
|
Tony Kovanen
|
004261aabd
|
Polyfilling slice when it doens't exist for ArrayBuffer and base64 string to ArrayBuffer conversion into separate modules
|
2014-02-01 20:19:27 +02:00 |
|
Tony Kovanen
|
e419a13d04
|
style
|
2014-02-01 19:01:46 +02:00 |
|
Tony Kovanen
|
552f871b06
|
Parser now has to figure out whether binary or string data is sent
|
2014-02-01 14:54:23 +02:00 |
|
Tony Kovanen
|
e60c62815a
|
Parser now has to figure out whether binary or string data is sent
|
2014-02-01 14:53:13 +02:00 |
|
Tony Kovanen
|
d9d8548341
|
Parser now has to figure out whether binary or string data is sent
|
2014-02-01 14:34:33 +02:00 |
|
Tony Kovanen
|
efc4c06b89
|
Adapting code to conventions
|
2014-02-01 13:26:24 +02:00 |
|
Tony Kovanen
|
dc4cab5619
|
Binary support
|
2014-02-01 01:52:41 +02:00 |
|
Tony Kovanen
|
dbe140c117
|
Binary support
|
2014-02-01 01:20:51 +02:00 |
|
Tony Kovanen
|
129687d0ad
|
Binary support
|
2014-02-01 00:24:39 +02:00 |
|
Mark Mokryn
|
4785b786cb
|
document Socket.id
|
2014-01-29 17:09:51 +02:00 |
|
Guillermo Rauch
|
f346921f78
|
Merge pull request #242 from lzyzsd/master
fix captcha in comment
|
2014-01-27 10:37:12 -08:00 |
|
Bruce Lee
|
0df20215b4
|
fix captcha in comment
|
2014-01-27 18:01:30 +08:00 |
|
Mark Mokryn
|
02684b8a54
|
update close event in README
|
2014-01-27 07:55:22 +02:00 |
|
Guillermo Rauch
|
9aa0cfa862
|
Merge pull request #234 from mokesmokes/patch-1
Socket.open() is a private API
|
2014-01-26 16:34:57 -08:00 |
|
Mark Mokryn
|
365bc471a5
|
undo removal of onclose for websocket api compattibility
|
2014-01-26 23:39:03 +02:00 |
|
Guillermo Rauch
|
18de24507a
|
Merge pull request #241 from defunctzombie/fix/disabled-xml
update to has-cors 1.0.3
|
2014-01-26 13:34:55 -08:00 |
|
Roman Shtylman
|
fc91fd39d7
|
update to has-cors 1.0.3
Fixes graceful fallback if XMLHttp request is disabled in IE
|
2014-01-26 16:10:27 -05:00 |
|
Guillermo Rauch
|
8454c2cdf9
|
Merge pull request #240 from defunctzombie/fix/build-worker
fix: build engine.io.js dynamically for webworker test
|
2014-01-26 11:43:04 -08:00 |
|
Roman Shtylman
|
ad074617c5
|
fix: build engine.io.js dynamically for webworker test
This avoids the problem of testing against a stale engine.io.js file.
|
2014-01-26 14:38:33 -05:00 |
|
Mark Mokryn
|
b583fe4a51
|
fix GH-207
|
2014-01-26 21:01:38 +02:00 |
|
Bruce Lee
|
db429864f6
|
fix captcha
|
2014-01-24 21:29:55 +08:00 |
|
Guillermo Rauch
|
5cbde0b798
|
Merge pull request #238 from defunctzombie/fix/makefile
fix Makefile
|
2014-01-23 15:01:16 -08:00 |
|
Roman Shtylman
|
d04eb7b29e
|
fix Makefile
actually depend on source files for build of engine.io.js
|
2014-01-23 17:36:35 -05:00 |
|
Guillermo Rauch
|
3841d7b846
|
websocket: document ws require
|
2014-01-22 15:29:07 -08:00 |
|
Guillermo Rauch
|
3655acd620
|
polling-xhr: fix ie10 webworker tests
|
2014-01-22 14:56:14 -08:00 |
|
Nathan Rajlich
|
d97ffaa1cc
|
Merge pull request #236 from defunctzombie/fix/component
add xmlhttprequest to component.json
|
2014-01-21 12:06:40 -08:00 |
|
Roman Shtylman
|
1471153e92
|
add xmlhttprequest to component.json
fixes #235
|
2014-01-21 15:00:19 -05:00 |
|
Guillermo Rauch
|
5c9ced8189
|
style
|
2014-01-19 11:39:31 -08:00 |
|
Guillermo Rauch
|
461918ba63
|
README: point to new spec
|
2014-01-18 11:34:06 -08:00 |
|
Guillermo Rauch
|
325d14be31
|
Removed SPEC (now in engine.io-protocol repository)
|
2014-01-18 11:33:51 -08:00 |
|
Guillermo Rauch
|
7ac24db0ce
|
Updated README
|
2014-01-18 11:33:33 -08:00 |
|
Guillermo Rauch
|
e2a1995aa2
|
test: disable worker test via feature detection
|
2014-01-18 11:29:41 -08:00 |
|
Guillermo Rauch
|
32bd7446f7
|
Release 0.8.2
|
2014-01-18 11:26:46 -08:00 |
|
Guillermo Rauch
|
0a6b887fbe
|
Release 0.8.2
|
2014-01-18 11:26:45 -08:00 |
|
Guillermo Rauch
|
94334afc55
|
package: bump engine.io-client
|
2014-01-18 11:26:18 -08:00 |
|
Guillermo Rauch
|
267001cb58
|
socket: style
|
2014-01-18 11:24:48 -08:00 |
|
Guillermo Rauch
|
ee321370ac
|
build
|
2014-01-18 11:23:38 -08:00 |
|
Guillermo Rauch
|
62125f1bea
|
test: added (failing) worker test (fixes #231)
|
2014-01-18 11:23:07 -08:00 |
|