Commit Graph

7693 Commits

Author SHA1 Message Date
Guillermo Rauch
cc5bc44ef0 Merge pull request #265 from 3rd-Eden/master
Better naming in the logging
2011-06-22 01:25:30 -07:00
Arnout Kazemier
4672ab65d7 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node
Conflicts:
	lib/transports/http-polling.js
2011-06-22 10:24:35 +02:00
Guillermo Rauch
a7e1a34d6b Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34] 2011-06-22 05:03:39 -03:00
Guillermo Rauch
331e6e85b9 Release 0.7.2 0.7.2 2011-06-22 04:15:01 -03:00
Guillermo Rauch
f2df40aa02 Bumped client version.
Bumped version
2011-06-22 04:12:26 -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
36ecd49ad2 Updated tests. 2011-06-22 04:09:19 -03:00
Guillermo Rauch
aef5027640 Make sure to write a packet (of type noop) when closing a poll. This solves a problem
with cross-domain requests being flagged as aborted and reconnection being triggered.
2011-06-22 04:08:28 -03:00
Guillermo Rauch
4933cf1a9e Added noop message type. 2011-06-22 04:08:11 -03:00
Arnout Kazemier
28b396c3fc Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node 2011-06-22 08:58:33 +02:00
Guillermo Rauch
81a02aaaf0 Release 0.7.1 2011-06-21 21:08:00 -03:00
Guillermo Rauch
c425724bd2 Release 0.7.1 0.7.1 2011-06-21 21:05:11 -03:00
Guillermo Rauch
0b9bc61ff1 Added CORS test to xhr-polling suite. 2011-06-21 21:02:22 -03:00
Guillermo Rauch
3bab44506b Added header override support in test client. 2011-06-21 21:02:11 -03:00
Guillermo Rauch
aeac79faa9 Fixed; restored headers in POST responses. 2011-06-21 20:34:20 -03:00
Guillermo Rauch
903f7ec9ff Fixed cross-domain POST XHR requests for Firefox. 2011-06-21 20:17:24 -03:00
Arnout Kazemier
808e794ec5 Merge branch 'master' of github.com:3rd-Eden/Socket.IO-node 2011-06-21 21:35:42 +02:00
Arnout Kazemier
cb7aa0a79c Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node 2011-06-21 21:35:26 +02:00
Arnout Kazemier
1bddfc45dd Added client handler to the options, just for the sake of consistency 2011-06-21 21:09:41 +02:00
Vladimir Dronnikov
e53f05d539 Merge branch 'master' of github.com:LearnBoost/Socket.IO
Conflicts:
	dist/socket.io.js
	dist/socket.io.min.js
2011-06-21 18:20:34 +04:00
Vladimir Dronnikov
bdfcec39b8 hz 2011-06-21 18:20:00 +04:00
Guillermo Rauch
ea1134212d Added socket.io to devDependencies. 2011-06-21 09:39:23 -03:00
Guillermo Rauch
1e848778be Build 2011-06-21 09:38:56 -03:00
Guillermo Rauch
b323e67674 Merge pull request #200 from 3rd-Eden/master
Better error handling for test suite
2011-06-21 03:57:34 -07: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
Arnout Kazemier
d2bff866e9 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO 2011-06-21 11:58:28 +02:00
Arnout Kazemier
836eb1d1c2 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node 2011-06-21 11:55:24 +02:00
Guillermo Rauch
338719d5dd Fixed readme 2011-06-21 06:30:53 -03:00
Guillermo Rauch
159ad73ba3 Fixed readme 0.7.0 2011-06-21 06:30:11 -03:00
Guillermo Rauch
2838f252cf Some readme fixes. Broadcast clarification, added rooms. 2011-06-21 06:22:11 -03:00
Guillermo Rauch
8ab2ad2c34 Added new contributor extraordinaire. 2011-06-21 06:14:15 -03:00
Guillermo Rauch
e5266b54dc Added new contributor extraordinaire. 2011-06-21 06:13:52 -03:00
Guillermo Rauch
4232629a5e Build 2011-06-21 06:03:46 -03:00
Guillermo Rauch
a7021b4985 Fix for IE6. 2011-06-21 06:03:29 -03:00
Guillermo Rauch
e4a779b9d9 Fixed should.js in IE 2011-06-21 05:22:10 -03:00
Guillermo Rauch
c90bcecd80 Build. 2011-06-21 05:16:46 -03:00
Guillermo Rauch
3820fa30fe Fixed; made injecting scripts extremely reliable.
Fix for disconnection loop.
2011-06-21 05:12:11 -03:00
Arnout Kazemier
4c5dfd53f0 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO-node 2011-06-21 10:03:20 +02:00
Arnout Kazemier
a62bced081 this.name > prototype.name 2011-06-21 10:00:13 +02:00
Guillermo Rauch
962736a47a Reverting to more lightweight htmlfile framing. 2011-06-21 04:59:29 -03:00
Arnout Kazemier
d0f7cd0ceb Merge branch 'master' of https://github.com/LearnBoost/Socket.IO 2011-06-21 09:45:05 +02:00
Arnout Kazemier
397dfbc51d Naming 2011-06-21 09:44:26 +02:00
Guillermo Rauch
25e945774d Build. 2011-06-21 04:38:01 -03:00
Guillermo Rauch
191d498521 The cake was a lie. 2011-06-21 04:37:42 -03:00
Guillermo Rauch
90b9c00e6b Build 2011-06-21 04:10:19 -03:00
Guillermo Rauch
b7eed5fe32 JSON support for should 2011-06-21 04:09:59 -03:00
Arnout Kazemier
3efab507e1 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO 2011-06-21 09:07:18 +02:00
Guillermo Rauch
e1e11dd309 Fixed more compatibility issues for should.js. Maybe I should publish this. Remind
me to ask TJ.
2011-06-21 03:51:41 -03:00
Guillermo Rauch
a5b53f036c Fix for polling close. 2011-06-21 03:38:58 -03:00