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
70b47d7dc19aaf0d36e8a4bc5a193f348c926c65
socket.io
/
lib
History
Diego Varese
70b47d7dc1
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
..
transports
Fixed handling of \n by jsonp-polling
2011-10-27 12:08:06 +08: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
Added proper check for document in global.
2011-10-27 11:32:44 +08: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
FIxed; use global instead of window and dont rely on document.
2011-10-18 16:26:26 -07:00
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