Commit Graph

1665 Commits

Author SHA1 Message Date
GK
de2c561e45 made parseUri its own node module, change parseUri calls and tests 2014-02-09 12:09:57 -08:00
Guillermo Rauch
b10cf177e7 README: bump copyright 2014-02-09 11:08:38 -08:00
Guillermo Rauch
13dac10c72 package: bump engine.io server 2014-02-09 09:57:47 -08:00
Guillermo Rauch
5a2259571e Release 0.9.0 2014-02-09 09:57:14 -08:00
Tony Kovanen
0bf7f8b301 Reorganizing binary testing on the browser 2014-02-09 19:54:59 +02:00
Guillermo Rauch
d55ad6231b added npm-debug.log to gitignore 2014-02-09 08:57:38 -08:00
Guillermo Rauch
fd37233821 test: fixed close flag 2014-02-09 08:51:16 -08:00
Guillermo Rauch
2b0b281f68 Merge pull request #239 from mokesmokes/closefix
fix GH-207
2014-02-09 08:46:32 -08:00
Guillermo Rauch
b59ce1fd50 Merge pull request #247 from bmalehorn/parseUri
fix util.parseUri('localhost:3000') bug
2014-02-09 08:42:40 -08:00
Brian Malehorn
ebefd5e33a fix parseUri('localhost:80'), add ipv6 addresses 2014-02-09 11:06:33 -05:00
Tony Kovanen
4e436fd130 Not running blob tests in browsers that don't support blobs 2014-02-09 01:35:07 +02:00
Guillermo Rauch
d220856275 Merge pull request #248 from poohlty/cleanup-test
Use !this.xhr for testing in cleanup method
2014-02-08 15:15:26 -08:00
Tony Kovanen
238ebe6b6d Moved tests for sending and receiving binary 2014-02-09 01:10:10 +02:00
Tianyu Liu
90dc66e998 Use !this.xhr for testing in cleanup method 2014-02-08 15:00:07 -08:00
Tony Kovanen
72221d6cfb Really fixed binary support detection 2014-02-09 00:26:49 +02:00
Tony Kovanen
dd0f5e71a2 Fixed websocket binary support detection 2014-02-09 00:23:35 +02:00
Tony Kovanen
9e9af935c3 Fixed test that didn't work with HTTPS 2014-02-08 22:06:56 +02:00
Tony Kovanen
1e9fbee95d Fixed setting responseType for XHR2 in Firefox 2014-02-08 21:05:22 +02:00
Tony Kovanen
d6ca4a20db Simpler XHR2 feature detection 2014-02-08 19:40:09 +02:00
Tony Kovanen
1d3fc839d8 Tests for encoding payloads as blobs 2014-02-08 19:15:40 +02:00
Tony Kovanen
a1322d1b0d Better feature detection for XHR2 2014-02-08 18:56:55 +02:00
Tony Kovanen
0c36e48bbc Supporting sending of blobs. Not completely done yet. 2014-02-08 02:40:50 +02:00
Guillermo Rauch
3c58e854da Merge pull request #246 from gterrono/bump-zuul-version
Bumped zuul version to 1.5.2
2014-02-07 14:14:01 -08:00
Greg Terrono
415b17dffe Bumped zuul version to 1.5.2 2014-02-07 14:09:20 -08:00
Tony Kovanen
f59451ee4c Dummy support for sending blobs 2014-02-04 09:46:36 +02:00
Tony Kovanen
13ff119772 Making encoding work with callbacks. Not completely there yet. 2014-02-04 00:04:30 +02:00
Tony Kovanen
1c1cfc1f9c Using url parameter for communicating the need for base64 instead of upgrade packet for WebSocket 2014-02-03 02:33:14 +02:00
Tony Kovanen
8d6e42f5f3 Failing test for sending blobs 2014-02-03 01:25:32 +02:00
Tony Kovanen
944e3953ab Nicer feature detection 2014-02-02 19:33:56 +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
e88937036c Some README updates 2014-02-01 23:59:24 +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
dc4cab5619 Binary support 2014-02-01 01:52:41 +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
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