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 |
|
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 |
|
Guillermo Rauch
|
338719d5dd
|
Fixed readme
|
2011-06-21 06:30:53 -03:00 |
|
Guillermo Rauch
|
8ab2ad2c34
|
Added new contributor extraordinaire.
|
2011-06-21 06:14:15 -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
|
d0f7cd0ceb
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-21 09:45:05 +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 |
|
Guillermo Rauch
|
0b7751232f
|
Make sure we prevent GH- 264 in acceptance tests for xhr-polling.
|
2011-06-21 01:52:39 -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 |
|
Guillermo Rauch
|
54ead36e40
|
Implemented new payload API for XHR.
|
2011-06-21 01:49:46 -03:00 |
|
Guillermo Rauch
|
b05319dad6
|
Implemented setBuffer in XHR transports.
|
2011-06-21 01:49:27 -03:00 |
|
Guillermo Rauch
|
a4614146e7
|
Implemented WebSocket#payload, to avoid artificial framing on top of the WebSocket
protocol.
|
2011-06-21 01:48:44 -03:00 |
|
Guillermo Rauch
|
6c34ddc6da
|
Changed; leverage setBuffer in WebSocket transport.
|
2011-06-21 01:48:24 -03:00 |
|
Guillermo Rauch
|
facf772126
|
Changed; leverage new setBuffer from jsonp-polling.
|
2011-06-21 01:48:03 -03:00 |
|
Guillermo Rauch
|
c7296b9008
|
Fixed; keep track of open readyState in Transport.
|
2011-06-21 01:47:38 -03:00 |
|
Guillermo Rauch
|
5743360c02
|
Make sure to restore the close timeout upon getting data.
|
2011-06-21 01:47:13 -03:00 |
|
Guillermo Rauch
|
417b7f12f1
|
Fixed; make sure to close the transport upon disconnection.
|
2011-06-21 01:46:54 -03:00 |
|
Guillermo Rauch
|
6588c1aad1
|
Fixed connect and heartbeat timeout mismatch.
|
2011-06-21 01:46:41 -03:00 |
|
Guillermo Rauch
|
885511161e
|
Implemented better Socket#send buffering.
|
2011-06-21 01:46:22 -03:00 |
|
Guillermo Rauch
|
47055988c1
|
Make sure to call XHR#close from HTMLFile#close
|
2011-06-21 01:45:41 -03:00 |
|
Guillermo Rauch
|
f49e6f12c7
|
Fixed issues with defineProperty on Firefox.
|
2011-06-20 19:34:11 -03:00 |
|
Arnout Kazemier
|
dc46c8b072
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-21 00:23:01 +02:00 |
|
Guillermo Rauch
|
aa8e4c4489
|
Fixed Socket#publish for IE.
|
2011-06-20 19:23:01 -03:00 |
|
Guillermo Rauch
|
3022c50452
|
Merge branch 'master' of github.com:LearnBoost/Socket.IO
|
2011-06-20 19:20:28 -03:00 |
|
Guillermo Rauch
|
7f045f3d77
|
Fixed should.js for IE
|
2011-06-20 19:20:04 -03:00 |
|
Guillermo Rauch
|
92e00b474b
|
Fixed should.js for IE
|
2011-06-20 19:19:25 -03:00 |
|
Guillermo Rauch
|
d8964061f3
|
Fixed; added console.log support to test runner.
|
2011-06-20 19:17:51 -03:00 |
|
Arnout Kazemier
|
165150cd32
|
Added on("error") checks to each test case, none of these test should emit an error
event
|
2011-06-21 00:04:29 +02:00 |
|
Guillermo Rauch
|
f4615f9fbf
|
Merge pull request #199 from 3rd-Eden/master
breaks
|
2011-06-20 14:40:38 -07:00 |
|
Arnout Kazemier
|
d6361f733a
|
added missing breaks; the ack packet also emitted the onerror
|
2011-06-20 23:38:11 +02:00 |
|
Guillermo Rauch
|
ac2c1c5f82
|
Merge pull request #198 from 3rd-Eden/master
.close
|
2011-06-20 13:22:41 -07:00 |
|