Commit Graph

541 Commits

Author SHA1 Message Date
albertyfwu
e652ead78f feature-check for bufferedAmount 2013-03-16 23:43:38 -04:00
albertyfwu
7d941af39b make sure to stop interval if transport closes 2013-03-16 23:43:37 -04:00
albertyfwu
05a0647e52 add 'drain' emit to WS 2013-03-16 23:43:35 -04:00
Guillermo Rauch
fb3dff6ab6 polling: consider the possibility of an event changing readyState 2013-03-16 12:24:34 -07:00
Guillermo Rauch
1f87063750 polling: abort payload loop if close packet is found 2013-03-16 12:15:08 -07:00
Guillermo Rauch
de3a3bd93d *: bump emitter to 1.0.0 2013-03-16 11:56:15 -07:00
Guillermo Rauch
b89e7cf80f component: fix dep 2013-03-16 11:46:46 -07:00
Guillermo Rauch
2c68707515 Release 0.5.0 2013-03-16 11:44:22 -07:00
Guillermo Rauch
f9f0c1227e util: implemented simple qsParse 2013-03-16 09:19:48 -07:00
Guillermo Rauch
5baecf5cc6 socket: implement qs support for string 2013-03-16 09:19:34 -07:00
Guillermo Rauch
d318978e44 package: bumped engine.io-parser 2013-03-16 09:09:45 -07:00
Guillermo Rauch
36fe397cc2 package: bumped engine.io-parser 2013-03-16 09:01:46 -07:00
Guillermo Rauch
cc7780920c Merge pull request #130 from shtylman/coverage
use istanbul for code coverage
2013-03-13 10:00:10 -07:00
Guillermo Rauch
c8bc1d4984 Merge pull request #131 from shtylman/emitter
require 'emitter' versus 'emitter-component'
2013-03-13 09:57:33 -07:00
Roman Shtylman
6514cd9732 require 'emitter' versus 'emitter-component'
Use the github style dependency to just grab the emitter package from
github. Use the long form because short form is all sorts of broken with
npm.
2013-03-13 12:00:10 -04:00
Guillermo Rauch
c72ba95567 Merge pull request #133 from asdfryan/eioversion
Issue 65 fix: Added eio query string
2013-03-12 06:56:51 -07:00
Ryan Liu
39d34ea53f capitalized eio, added a comment saying that the protocol is an int, not a string 2013-03-05 19:00:26 -05:00
Ryan Liu
99a4601dcf added query.eio to take protocol version from parser. Also changed Socket.protocol to take that same protocol version 2013-03-05 18:09:41 -05:00
Guillermo Rauch
deaa6725c2 Merge pull request #132 from asdfryan/master
Issue 83 fix: IE9/10 error
2013-03-05 14:06:21 -08:00
Ryan Liu
0435d1cf2a issue 83 IE9/10: returned if this.xhr was undefined 2013-03-05 14:39:44 -05:00
Roman Shtylman
0389b0c0eb use istanbul for code coverage
* Requires no instrumentation
* add `make test-cov` to generate coverage reports
2013-02-28 11:43:51 -05:00
Guillermo Rauch
5cdcb47863 Merge branch 'master' of github.com:/LearnBoost/engine.io-client
Conflicts:
	component.json
2013-02-26 11:14:27 -08:00
Guillermo Rauch
bb9751f60c *: bumped engine.io-parser 2013-02-26 11:14:02 -08:00
Guillermo Rauch
df4fc2d7ff Merge pull request #127 from albertyfwu/bug125
Bug125
2013-02-26 11:10:22 -08:00
albertyfwu
677d58bcf6 added one more test to parser.js 2013-02-26 14:07:11 -05:00
albertyfwu
05870d993b added tests for integration of new engine.io-protocol; reverted component.json and engine.io.js to previous builds 2013-02-26 01:46:26 -05:00
albertyfwu
1c54df627b changed callback function to have arguments of packet, index, total instead of packet, isDone 2013-02-24 22:18:07 -05:00
albertyfwu
4801248297 updated engine.io-client to work with new payload structure 2013-02-24 21:16:39 -05:00
Guillermo Rauch
7f33b5d404 Merge pull request #124 from albertyfwu/parser_version_fix
changed engine.io-protocol version to 0.1.1
2013-02-22 15:11:40 -08:00
albertyfwu
ff2ad5a406 changed engine.io-protocol version to 0.1.1 2013-02-22 18:08:58 -05:00
Guillermo Rauch
8655c6eff3 Merge pull request #122 from albertyfwu/bug86
actually fixed bug86 this time (modified sources instead of engine.io.js...
2013-02-22 08:15:31 -08:00
albertyfwu
c749d4361a actually fixed bug86 this time (modified sources instead of engine.io.js) 2013-02-22 11:09:31 -05:00
Guillermo Rauch
9315fd4716 Merge pull request #115 from shtylman/patch-2
remove browserbuild dependency
2013-02-18 15:35:49 -08:00
Guillermo Rauch
c09a42886f Merge pull request #116 from shtylman/patch-3
Update to debug 0.7.2
2013-02-18 15:35:43 -08:00
Guillermo Rauch
7143eef4c7 Merge pull request #117 from shtylman/patch-4
Update to ws 0.4.25
2013-02-18 15:35:32 -08:00
Roman Shtylman
50a83ac306 Update to ws 0.4.25
This has a 'browser' field which makes it packageable using browserify
and similar tools which read require statements.
2013-02-18 17:16:28 -05:00
Roman Shtylman
47a66fc334 Update to debug 0.7.2
This has a browserify field which makes it packageable using similar tools.
2013-02-18 17:14:49 -05:00
Roman Shtylman
98d4b5729c remove browserbuild dependency
No longer used.
2013-02-18 17:13:31 -05:00
Guillermo Rauch
5260fe37f2 Merge pull request #111 from ysaw/bug108
Added onerror handler for script tag in jsonp transport
2013-02-16 08:33:27 -08:00
Guillermo Rauch
d66c2bee18 Merge pull request #113 from pyhrus/readme_flash_files_location
Added the URL where the flash files can be found in README.md
2013-02-16 08:31:46 -08:00
Guillermo Rauch
118b161c6e Merge pull request #112 from asdfryan/bug86
fix for issue 86: try catch for iframe removal
2013-02-16 08:31:17 -08:00
Shankar Karuppiah
fbb34de1c0 Added the URL where the flash files can be found in README.md 2013-02-16 14:31:57 +02:00
Ryan Liu
4bbeb4b091 double quotes to single quotes 2013-02-15 22:18:04 -05:00
Ryan Liu
a3f447377f Merge branch 'master' of https://github.com/LearnBoost/engine.io-client into bug86 2013-02-15 22:16:04 -05:00
Ryan Liu
b68f80f966 ted made me get rid of white space 2013-02-15 22:09:08 -05:00
Ryan Liu
41aea326b1 fixed JSONPPolling iframe removal error, issue #86 2013-02-15 22:06:12 -05:00
Yihui Saw
4680c20859 changed error message to match xhr error message on jsonp transport script tag 2013-02-15 21:45:04 -05:00
Yihui Saw
3432e0aab3 Added onerror handler for script tag in jsonp transport 2013-02-15 20:51:37 -05:00
Guillermo Rauch
956705af1f Merge pull request #110 from mjgil/bug-fix-#107
remove uid qs
2013-02-15 16:35:42 -08:00
Malcom Gilbert
04b3da0944 remove uid qs 2013-02-15 19:32:29 -05:00