Commit Graph

637 Commits

Author SHA1 Message Date
Arnout Kazemier
0ab37174dd Reverted a merge/upstream fail that removed a vital part of the implementation 2011-08-03 00:41:32 +02:00
Arnout Kazemier
b235e709de Merge branch 'master' of github.com:LearnBoost/socket.io-client into query
Conflicts:
	support/test-runner/app.js
	test/socket.test.js
2011-08-03 00:27:07 +02:00
Guillermo Rauch
dd0b3b9d53 Fixed; make counter local so that acceptance tests can be run multiple times. 2011-08-02 11:02:21 -07:00
Guillermo Rauch
d277188422 Removed TRANSPORT from Makefile otherwise it's not overrideable. 2011-08-02 11:00:10 -07:00
Guillermo Rauch
dd60febd55 Build 2011-08-02 10:55:18 -07:00
Guillermo Rauch
66925b26f6 Merge branch 'master' of github.com:LearnBoost/socket.io-client
Conflicts:
	support/test-runner/app.js
2011-08-02 10:54:57 -07:00
Guillermo Rauch
0f434dfb41 Build 2011-08-02 10:54:13 -07:00
Guillermo Rauch
15414cba65 Added test encoding a payload test 2011-08-02 10:53:56 -07:00
Guillermo Rauch
89506b324f Commented out forced transports from test runner
Added additional test
2011-08-02 10:53:33 -07:00
Guillermo Rauch
39348defe7 Merge pull request #250 from DanielBaulig/issue-247
Fix for Issue 247
2011-07-29 21:09:13 -07:00
Guillermo Rauch
1ccd77a97c Merge pull request #253 from 3rd-Eden/bug/252
fix for #252 only the last response was send to the server
2011-07-29 21:07:13 -07:00
Guillermo Rauch
d261c892ff Merge pull request #254 from 3rd-Eden/update/package
Update/package
2011-07-29 21:06:47 -07:00
Guillermo Rauch
9c30c315e6 Merge pull request #258 from 3rd-Eden/test/transports
Added the ability to specify the transport that needs to be tested
2011-07-28 11:10:00 -07:00
Arnout Kazemier
cb1816f4a2 Added the ability to specify the transport that needs to be tested 2011-07-28 19:58:27 +02:00
Arnout Kazemier
eccb04dcd2 small code clean up 2011-07-28 15:15:46 +02:00
Guillermo Rauch
298c7443a6 Fixed #426 2011-07-27 12:32:47 -07:00
Arnout Kazemier
573e1d61c8 Added test case for encoding issue 2011-07-26 10:35:13 +02:00
Arnout Kazemier
c92d02c430 code cleanup 2011-07-26 10:16:17 +02:00
Arnout Kazemier
f090fafb0f Fix for https://github.com/LearnBoost/socket.io/issues/422 2011-07-26 10:14:14 +02:00
Arnout Kazemier
a50b83996f updated uglify to latest version 2011-07-26 09:42:47 +02:00
Arnout Kazemier
6e8325e78f fix for #252 only the last response was send to the server 2011-07-25 22:53:53 +02:00
Daniel Baulig
15fbf0eb21 Fixed namespaces not reconnecting after disconnect 2011-07-22 23:32:48 +02:00
Daniel Baulig
1919425c5b Fixed builder LOC test case 2011-07-22 23:29:39 +02:00
Guillermo Rauch
7f2d69f6d8 Merge pull request #241 from 3rd-Eden/depends
CodeStyle fixes and added xhr-polling as JSONP dependency
2011-07-21 13:54:55 -07:00
Guillermo Rauch
c4b5b89626 Merge pull request #245 from 3rd-Eden/wtfshizzle
Another stab at https://github.com/LearnBoost/socket.io/issues/274
2011-07-20 13:40:36 -07:00
Arnout Kazemier
59df51f05a Another stab at https://github.com/LearnBoost/socket.io/issues/274 2011-07-20 22:33:03 +02:00
Arnout Kazemier
2b4d7c8d15 Merge branch 'master' of github.com:LearnBoost/socket.io-client into query
Conflicts:
	lib/io.js
2011-07-17 23:52:25 +02:00
Arnout Kazemier
9b697942c2 CodeStyle fixes and added xhr-polling as JSONP dependency 2011-07-17 20:43:49 +02:00
Guillermo Rauch
d43ed6aa81 Fixed default port for secure connections. 2011-07-12 20:53:10 -03:00
Guillermo Rauch
df4f763350 Release 0.7.4 2011-07-12 04:59:16 -03:00
Guillermo Rauch
e8c50dbd5e Merge pull request #224 from 3rd-Eden/of
Added test suite + of method on the namespace so we have a simular api on
2011-07-12 00:49:20 -07:00
Guillermo Rauch
c274187364 Merge pull request #234 from 3rd-Eden/flood
When you disconnect before the connection timeout is called, you will cre
2011-07-10 12:15:57 -07:00
Guillermo Rauch
0babfeb9b1 Merge pull request #222 from dvv/master
honor document.location.protocol
2011-07-10 12:15:20 -07:00
Arnout Kazemier
4028c21d57 When you disconnect before the connection timeout is called, you will create a flood
of unaccepted messages
2011-07-10 21:08:40 +02:00
Guillermo Rauch
7f6382d973 Merge pull request #231 from 3rd-Eden/flashblock
Fixed issue #223 where flashblock exposed a bug in our connection timeout
2011-07-10 11:08:41 -07:00
Arnout Kazemier
7c88d3f774 Removed console.log statement 2011-07-10 12:29:42 +02:00
Arnout Kazemier
7cf47f9f3a Fixed issue #223 where flashblock exposed a bug in our connection timeout code 2011-07-10 12:25:03 +02:00
Guillermo Rauch
ad92038686 Merge pull request #230 from 3rd-Eden/parser
Fixed a nasty IE bug where it's unable to parse the unicode characture wh
2011-07-09 15:50:36 -07:00
Arnout Kazemier
34ab001a28 Fixed a nasty IE bug where it's unable to parse the unicode characture when it's
looked up using data[0]. It will return undefined instead the actual char.

But luckly charAt does return the correct characture
2011-07-10 00:43:26 +02:00
Arnout Kazemier
31a89ac232 Updated to count messages and connects 2011-07-08 00:16:33 +02:00
Arnout Kazemier
bbb80cbb5b Added testcase for query string sending / getting 2011-07-07 23:50:08 +02:00
Arnout Kazemier
9f5c1e7406 Missing = in the code 2011-07-07 20:29:45 +02:00
Arnout Kazemier
4aaa4137a0 Work in progress of adding query string support, it should be availble in all
transports
2011-07-07 20:24:56 +02:00
Arnout Kazemier
826c496787 Working in progress of adding querystring support to the client
Also fixed some missing semicolons, bug in reconnect and add reconnect limit
2011-07-06 00:39:05 +02:00
Arnout Kazemier
ca5d229508 Added test suite + of method on the namespace so we have a simular api on the client
as we would have on the server.
2011-07-03 22:32:59 +02:00
Vladimir Dronnikov
b3a156885b honor document protocol, unless overriden 2011-07-01 21:02:17 +04:00
Vladimir Dronnikov
6f4566ac12 Merge branch 'master' of github.com:LearnBoost/socket.io-client 2011-07-01 19:00:28 +04:00
Guillermo Rauch
f41d213f4d Merge pull request #221 from 3rd-Eden/uglify
Forgot to commit package.json + builder adjustment
2011-07-01 03:22:24 -07:00
Arnout Kazemier
f0ce6e8120 Forgot to commit package.json + builder adjustment 2011-07-01 12:21:22 +02:00
Guillermo Rauch
665818dabc Merge pull request #220 from 3rd-Eden/uglify
Removed bloat from repo, use uglify as dependency, and updated package.js
2011-07-01 02:59:33 -07:00