Commit Graph

1665 Commits

Author SHA1 Message Date
albertyfwu
25d092ca98 changes 2013-03-17 02:17:24 -04:00
albertyfwu
c650d9ad55 added in delayed flushing/callbacks 2013-03-17 02:07:20 -04:00
albertyfwu
b4c3eb8a23 empty callbackBuffer 2013-03-17 01:56:08 -04:00
albertyfwu
f15760d38b Merge branch 'bug136' of https://github.com/albertyfwu/engine.io-client into bug136 2013-03-17 01:52:48 -04:00
albertyfwu
d081750310 changed int to var 2013-03-17 01:52:27 -04:00
albertyfwu
994b569e86 add support for callbacks with socket.send() 2013-03-17 01:52:26 -04:00
albertyfwu
da6aa66bbe changed int to var 2013-03-17 01:52:08 -04:00
Guillermo Rauch
a31122576c Merge pull request #140 from albertyfwu/ws_drain_fix
Ws drain fix
2013-03-16 21:57:23 -07:00
albertyfwu
fdb95d579c changes 2013-03-17 00:52:27 -04:00
albertyfwu
1f6ee883cf changes 2013-03-17 00:49:50 -04:00
albertyfwu
f3710ff859 fixed websocket flush/drain loop 2013-03-17 00:45:25 -04:00
albertyfwu
d6ba4f83c4 Merge branch 'ws_drain_fix' of https://github.com/albertyfwu/engine.io-client into ws_drain_fix 2013-03-16 23:45:22 -04:00
albertyfwu
71ed033698 removed irrelevant code 2013-03-16 23:43:43 -04:00
albertyfwu
74094e179e wrapped drain call, changed back to encodePacket, moved intervalCleanup to WS, ... 2013-03-16 23:43:42 -04:00
albertyfwu
aa5dec5831 added fake drain 2013-03-16 23:43:40 -04:00
albertyfwu
08740208ea fix featurecheck 2013-03-16 23:43:39 -04:00
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
albertyfwu
dab01cf4fb removed irrelevant code 2013-03-16 23:35:42 -04:00
albertyfwu
d5fa387a94 wrapped drain call, changed back to encodePacket, moved intervalCleanup to WS, ... 2013-03-16 23:23:39 -04:00
albertyfwu
c16137a7e5 added fake drain 2013-03-16 23:09:53 -04:00
albertyfwu
28766dba9e fix featurecheck 2013-03-16 18:33:32 -04:00
albertyfwu
8ea4bb9b6b feature-check for bufferedAmount 2013-03-16 18:31:58 -04:00
albertyfwu
519d1ce2aa add support for callbacks with socket.send() 2013-03-16 17:41:57 -04:00
albertyfwu
bf13803a9e make sure to stop interval if transport closes 2013-03-16 17:23:52 -04:00
albertyfwu
e358f0d0c7 add 'drain' emit to WS 2013-03-16 16:53:26 -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