This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
socket.io
Watch
1
Star
1
Fork
0
You've already forked socket.io
mirror of
https://github.com/socketio/socket.io.git
synced
2026-04-30 03:00:39 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9879d8c224f06c255b048d21a8cbe92de8e46f05
socket.io
/
lib
History
Guillermo Rauch
9879d8c224
Merge pull request
#327
from diegovar/patch-1
...
Removed decoding of parameters when chunking the query string.
2011-12-20 19:28:08 -08:00
..
transports
Cross domain requests properly fall back with SSL
2011-12-20 06:50:47 -05:00
vendor
/web-socket-js
Fixed swfobject and web_socket.js to not assume window.
2011-10-18 16:29:21 -07:00
events.js
Fixed; made
removeAllListeners
behavior with no arguments consistent between
2011-06-18 13:37:34 -03:00
io.js
Release 0.8.7
2011-11-05 13:47:31 -07:00
json.js
JSON fix for IE
2011-06-14 07:44:38 -03:00
namespace.js
Added test suite + of method on the namespace so we have a simular api on the client
2011-07-03 22:32:59 +02:00
parser.js
Fixed
\n
parsing for non-JSON packets.
2011-09-03 12:16:45 -07:00
socket.io-client.js
Added symlink to lib/io by the name of the project.
2011-06-09 13:31:27 -03:00
socket.js
disabled reconnection on error if reconnect option is set to false
2011-12-05 18:08:59 +05:30
transport.js
Adding a check to the close timeout reset so that it won't reset the timeout for a closed connection. This is necessary because the server sends a 'disconnect' message after the client runs a socket.disconnect() which causes the client to reset the close timeout and effectively hang until the the timeout occurs.
2011-10-24 13:26:05 -03:00
util.js
Removed decoding of parameters when chunking the query string. This was used later on to construct the url to post to the socket.io server for connection and if we're adding custom parameters of our own to this url (for example for OAuth authentication) they were being sent decoded, which is wrong.
2011-11-01 15:27:15 -07:00