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 |
|
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
|
aa8e4c4489
|
Fixed Socket#publish for IE.
|
2011-06-20 19:23:01 -03:00 |
|
Arnout Kazemier
|
d6361f733a
|
added missing breaks; the ack packet also emitted the onerror
|
2011-06-20 23:38:11 +02:00 |
|
Arnout Kazemier
|
f00f7e379f
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-20 22:22:08 +02:00 |
|
Arnout Kazemier
|
5916e325e3
|
this.open trigges popups.. changed to self.open. But disabled the reopen delay for
0.7 because it's not realy for production usage yet
|
2011-06-20 22:19:00 +02:00 |
|
Guillermo Rauch
|
334f1baaab
|
Added proper charset for xhr POST.
|
2011-06-20 17:17:55 -03:00 |
|
Arnout Kazemier
|
e4f6cbe759
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-20 21:24:43 +02:00 |
|
Guillermo Rauch
|
d145258d13
|
Added XHR#close.
|
2011-06-20 16:19:43 -03:00 |
|
Arnout Kazemier
|
3136ae3c4f
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-20 21:13:53 +02:00 |
|
Arnout Kazemier
|
63d40941ff
|
XHR now has a close method
|
2011-06-20 21:13:01 +02:00 |
|
Guillermo Rauch
|
8cdd60d9f7
|
Fixed double insertion.
|
2011-06-20 16:01:19 -03:00 |
|
Guillermo Rauch
|
1e50a661c6
|
Fixed closeTimeout and heartbeatTimeout.
|
2011-06-20 15:51:08 -03:00 |
|
Guillermo Rauch
|
d88da380d5
|
Merge pull request #197 from 3rd-Eden/master
Utils & shizzle
|
2011-06-20 10:50:20 -07:00 |
|
Guillermo Rauch
|
6fead979c8
|
Fixed behavior of onerror for XDomainRequest.
|
2011-06-20 14:35:26 -03:00 |
|
Guillermo Rauch
|
ce6ed96189
|
Redone name assignment for transports.
|
2011-06-20 14:34:40 -03:00 |
|
Arnout Kazemier
|
f85d68fcae
|
+io
|
2011-06-20 14:59:58 +02:00 |
|
Arnout Kazemier
|
d5b9c0f004
|
added window
|
2011-06-20 14:59:09 +02:00 |
|
Arnout Kazemier
|
771ba9c3c7
|
Incorporated feedback from @dvv
|
2011-06-20 14:52:53 +02:00 |
|
Arnout Kazemier
|
4651444075
|
Use util instead of this for merging
|
2011-06-20 14:19:21 +02:00 |
|
Arnout Kazemier
|
f0d85b5a3f
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-20 11:38:48 +02:00 |
|
Arnout Kazemier
|
becc612279
|
Fixed url generation
|
2011-06-20 11:38:12 +02:00 |
|
Guillermo Rauch
|
1c8b8000de
|
Merge branch 'master' of github.com:LearnBoost/Socket.IO
|
2011-06-20 06:17:18 -03:00 |
|
Guillermo Rauch
|
3fda1e6d35
|
Fixes cross domain XHR on IE8/9
|
2011-06-20 06:16:50 -03:00 |
|
Arnout Kazemier
|
e97d414439
|
Removed console.log
|
2011-06-20 10:53:13 +02:00 |
|
Arnout Kazemier
|
09d80164c3
|
Merge branch 'master' of https://github.com/LearnBoost/Socket.IO
|
2011-06-20 08:49:58 +02:00 |
|
Guillermo Rauch
|
67c9d02a93
|
Fixed ack handling for regular messages.
|
2011-06-19 20:55:09 -03:00 |
|
Arnout Kazemier
|
98811fdbc2
|
Fixed cross port connection issues, and simplified the prepareURL stuff
|
2011-06-20 00:55:51 +02:00 |
|
Arnout Kazemier
|
59355dd877
|
Handle reconnect advice
|
2011-06-20 00:42:47 +02:00 |
|