Commit Graph

391 Commits

Author SHA1 Message Date
Arnout Kazemier
00a8c52cc1 I did one undo to much before saving it. Fixed uniqueURI again 2011-08-07 23:38:44 +02:00
Arnout Kazemier
f544d5fb43 Completed refactor of #240 Fixes #208
Updated package.json
Fixed ineffecient document check
2011-08-07 23:30:59 +02:00
Arnout Kazemier
f32832fed3 Added xhr-transport support on node 2011-08-07 20:30:09 +02:00
Arnout Kazemier
634fdaf2a7 Merge branch 'bug/268/2' of github.com:3rd-Eden/Socket.IO into node 2011-08-07 20:23:50 +02:00
Arnout Kazemier
f4e8abd4ec Inital checkin on Node support 2011-08-07 19:37:56 +02:00
Arnout Kazemier
7e57687ae9 Fixes #268 , without reconenct branch now <3 2011-08-05 21:21:30 +02:00
Guillermo Rauch
15ee167ca9 Changed util.inherit to replicate Object.create / __proto__ 2011-08-03 12:00:31 -07:00
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
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
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
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
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
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
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
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
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
Arnout Kazemier
3afe88904c Removed bloat from repo, use uglify as dependency, and updated package.json
And removed old builder
2011-07-01 10:45:27 +02:00
Guillermo Rauch
56ddb4e7a8 Release 0.7.3 2011-06-30 10:30:59 -03:00
Vladimir Dronnikov
8ce05bc68c acks: automatic for .send and manual for .emit 2011-06-29 08:33:08 -07:00
Arnout Kazemier
e8e92268c5 Style fixes + don't init on each check & clear the flashsocket tasks on close 2011-06-29 09:49:19 +02:00
Arnout Kazemier
9da035d356 WIP @ namespace.auth, still needs test-acceptance 2011-06-27 17:06:48 +02:00
Jacob Thornton
0c864cab47 add support for new io.connect... 2011-06-23 18:26:14 -07:00
Arnout Kazemier
270c10c4a5 Style fix 2011-06-22 21:08:25 +02:00
Arnout Kazemier
20de0b7a60 Fixed double connect events 2011-06-22 21:03:41 +02:00
Guillermo Rauch
a7e1a34d6b Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34] 2011-06-22 05:03:39 -03:00
Guillermo Rauch
7a8e785f73 Release 0.7.2 2011-06-22 04:10:45 -03:00
Guillermo Rauch
abe9ac43b8 Added noop message type. 2011-06-22 04:09:35 -03:00
Guillermo Rauch
81a02aaaf0 Release 0.7.1 2011-06-21 21:08:00 -03:00
Arnout Kazemier
a470c6a7c7 Changed the check for xdomain, as the first argument is a reference to the socket 2011-06-21 12:19:20 +02:00
Guillermo Rauch
a7021b4985 Fix for IE6. 2011-06-21 06:03:29 -03:00
Guillermo Rauch
3820fa30fe Fixed; made injecting scripts extremely reliable.
Fix for disconnection loop.
2011-06-21 05:12:11 -03:00
Guillermo Rauch
191d498521 The cake was a lie. 2011-06-21 04:37:42 -03:00
Guillermo Rauch
a5b53f036c Fix for polling close. 2011-06-21 03:38:58 -03:00
Guillermo Rauch
39f60fd805 Call onClose before clearing xhr to make sure we update .open state in the
callbacks. See previous commit.
2011-06-21 01:50:23 -03:00
Guillermo Rauch
13c9e4813f Prevent endless loop of .get upon Socket#disconnect. 2011-06-21 01:50:01 -03:00