Guillermo Rauch
|
cbca52d9c7
|
Fixed \n parsing for non-JSON packets.
|
2011-09-03 12:16:45 -07:00 |
|
Guillermo Rauch
|
24c30177de
|
Fixed; make Socket.IO XHTML doctype compatible (fixes #460 from server)
|
2011-09-03 10:57:49 -07:00 |
|
Guillermo Rauch
|
7a863e6cc8
|
Fixed support for Node.JS running socket.io-client.
|
2011-09-03 10:57:15 -07:00 |
|
Guillermo Rauch
|
0419213a74
|
Merge pull request #273 from 3rd-Eden/feature/policy
Feature/policy
|
2011-08-31 09:35:34 -07:00 |
|
Arnout Kazemier
|
67f399263a
|
Fixed merge fail
|
2011-08-29 21:32:44 +02:00 |
|
Arnout Kazemier
|
70d45aa8a9
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client into FF6
Conflicts:
lib/transports/websocket.js
|
2011-08-29 21:30:13 +02:00 |
|
Arnout Kazemier
|
ecb370e820
|
Removed ''
|
2011-08-29 21:28:00 +02:00 |
|
Guillermo Rauch
|
62feaa3ba8
|
Release 0.8.2
|
2011-08-29 10:33:41 -07:00 |
|
Guillermo Rauch
|
fcd2552a5a
|
Style fixes
Rebuild
|
2011-08-29 10:32:17 -07:00 |
|
Guillermo Rauch
|
3a8943a817
|
Release 0.8.1
|
2011-08-29 09:39:01 -07:00 |
|
einaros
|
a44da0fb74
|
javascript encoding issue
|
2011-08-29 11:51:57 +02:00 |
|
einaros
|
b9729a7679
|
fixed issue where websocket detection runs before flashsocket initialization, causing the latter not to work
|
2011-08-29 11:37:23 +02:00 |
|
Guillermo Rauch
|
2b416c25f6
|
Bump version.
|
2011-08-28 15:38:39 -07:00 |
|
Guillermo Rauch
|
4fdb7f73f7
|
Changed detection of WebSocket object.
Fixed; removed pollution of window.
|
2011-08-28 15:23:11 -07:00 |
|
einaros
|
a30aaf5a3e
|
added mozilla MozWebSocket redirect
|
2011-08-28 11:36:22 +02:00 |
|
Guillermo Rauch
|
1f8e07d0d0
|
Release 0.7.11
|
2011-08-27 15:28:09 -07:00 |
|
Guillermo Rauch
|
434a6c2965
|
Release 0.7.10
|
2011-08-27 11:38:19 -07:00 |
|
Arnout Kazemier
|
cf6de27faf
|
Fix for failing fallback in websockets
|
2011-08-16 00:39:54 +02:00 |
|
Guillermo Rauch
|
0b6c3db573
|
Added check on Socket#onConnect to prevent double connect events on the main manager.
|
2011-08-12 10:12:42 -07:00 |
|
Guillermo Rauch
|
fdcc8c74b8
|
Updated build with version.
|
2011-08-12 06:47:48 -07:00 |
|
Arnout Kazemier
|
8fdf4e2cf5
|
Fixes #458 #385
|
2011-08-11 12:00:33 +02:00 |
|
Arnout Kazemier
|
4f34905288
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client into feature/policy
|
2011-08-09 19:21:28 +02:00 |
|
Arnout Kazemier
|
6609dee4db
|
Added default socket.io-flashsocket port
|
2011-08-09 19:21:01 +02:00 |
|
Guillermo Rauch
|
26ead25338
|
Release 0.7.5
|
2011-08-08 07:54:37 -07:00 |
|
Arnout Kazemier
|
ef8be0e5b7
|
Merge branch 'bug/268/2' of github.com:3rd-Eden/Socket.IO into node
|
2011-08-07 23:50:16 +02:00 |
|
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
|
e0d3bdb4ac
|
We decided to follow the inherit of node. So we only merge it for transport that
need it
|
2011-08-07 21:27:11 +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
|
533b4f539f
|
Fixed comment block
|
2011-08-06 20:04:13 +02:00 |
|
Arnout Kazemier
|
46f9733d4e
|
Fixed small typo, and tested it with server intergration. Flash socket is answered
using the net server on a different port
|
2011-08-06 17:04:21 +02:00 |
|
Arnout Kazemier
|
7e57687ae9
|
Fixes #268 , without reconenct branch now <3
|
2011-08-05 21:21:30 +02:00 |
|
Arnout Kazemier
|
e664c716e6
|
Added support for different policy file ports without having to port forward 843
on the server side
|
2011-08-05 15:24:16 +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
|
6dfa2a331f
|
Added FF6 support
|
2011-07-20 10:18:17 +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 |
|