Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
82537a90cc Merge pull request #155 from albertyfwu/bug89
fixed bug89 and added tests: writeBuffer not flushed until nextTick'
2013-03-12 17:18:02 -07:00
albertyfwu
300b096000 test writeBuffer isn't cleared onError, removed 'closing' check in .flush() 2013-03-12 20:16:46 -04:00
TJ Holowaychuk
c0d1ad75e3 Merge pull request #22 from rschmukler/indexof_fix
Add indexof dependency of package.json
2013-03-12 14:50:57 -07:00
Ryan Schmukler
a338b9c170 Add indexof dependency of package.json 2013-03-12 10:05:33 -07:00
Guillermo Rauch
8913da9224 Merge pull request #21 from nulltask/fix/ie
add support for legacy ie
2013-03-12 08:04:20 -07:00
Guillermo Rauch
5a2ee6c56a Merge pull request #151 from jphire/master
#112 Figure out optimal testing strategy for JSONP
2013-03-12 07:41:10 -07:00
Guillermo Rauch
8004346659 package: bumped engine.io-client 2013-03-12 07:40:11 -07: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
albertyfwu
89de5f5975 fixed bug89 and added tests: writeBuffer not flushed until nextTick' 2013-03-12 02:59:47 -04:00
Guillermo Rauch
e027e28686 Merge pull request #154 from ysaw/issue119
Added tests for query string
2013-03-11 08:43:09 -07:00
Yihui Saw
edfec30b77 Added tests for query string 2013-03-10 22:31:39 -04: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
albertyfwu
52a5aef1e9 changed version to 0.2.0 in component.json 2013-03-05 18:02:17 -05:00
albertyfwu
a539c73ff6 changed version to 2 2013-03-05 17:44:41 -05:00
albertyfwu
ad91561a03 added comment for protocol version 2013-03-05 17:36:53 -05:00
albertyfwu
c5fc5c8dfd added protocol version to index.js 2013-03-05 17:21:24 -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
nulltask
8f55f63ff5 add support for legacy ie 2013-03-03 15:25:04 +09: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
TJ Holowaychuk
caf91cfc02 Merge pull request #20 from MatthewMueller/patch-2
change name back for now
2013-02-27 17:11:00 -08:00
Matthew Mueller
37269d96e5 change name back for now
based on what we discussed, you can just as easily use this in npm with:

{ "emitter" : "component/emitter" }

though it's slightly more obscure.
2013-02-27 14:06:38 -08:00
Janne Laukkanen
ee3f0cbeed added style fix for #112 2013-02-27 10:58:35 +02:00
TJ Holowaychuk
2a787907b0 history 2013-02-26 14:39:57 -08:00
TJ Holowaychuk
45d757adca typo 2013-02-26 14:39:23 -08:00
TJ Holowaychuk
9c5379b4d1 Release 1.0.0 2013-02-26 14:38:36 -08:00
TJ Holowaychuk
fac5f45e30 add .off() support. Closes #19
thought we had this already :D
2013-02-26 14:38:16 -08: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
89580e9c93 component: bump version 2013-02-26 11:12:28 -08:00
Guillermo Rauch
0ea79c9e11 Release 0.2.0 2013-02-26 11:11:47 -08:00
Guillermo Rauch
df4fc2d7ff Merge pull request #127 from albertyfwu/bug125
Bug125
2013-02-26 11:10:22 -08:00
Guillermo Rauch
be5d105d4b Merge pull request #9 from albertyfwu/bug125
changed callback function to return packet, index, total; updated tests ...
2013-02-26 11:09:50 -08:00
albertyfwu
677d58bcf6 added one more test to parser.js 2013-02-26 14:07:11 -05:00
albertyfwu
ddb500a4b2 changed protocol to return on error but not terminate early on correct packets 2013-02-26 01:47:24 -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
6da1bee9e4 changed callback function to return packet, index, total; updated tests correspondingly 2013-02-24 22:18:41 -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
Janne Laukkanen
17e3e52582 added tests for JSONP transport and a --globals flag in Makefile 2013-02-25 01:48:58 +02: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
7cc56a51a8 package: bumped engine.io 2013-02-22 10:55:26 -08:00
Guillermo Rauch
6afdd8ce14 Added travis badge 2013-02-22 09:02:39 -08:00
Guillermo Rauch
3482f08690 Merge pull request #8 from sweetieSong/add/decodePayload-Callback
Add/decode payload callback
2013-02-22 09:01:35 -08:00
Sweet Song
fc6a6b3f4d parse.js: Added isLast statements to decPayload tests 2013-02-22 11:55:58 -05:00
Sweet Song
8f0b43d400 index.js: Added return so as to not continue after encountering an error
parser.js: Added test case and corrected types of
2013-02-22 11:29:34 -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