Nathanael Anderson
|
8dc031d072
|
Fix for iPad/iPod/iPhone and websocket crash on browser resume.
|
2012-05-01 14:11:46 -05:00 |
|
crickeys
|
6075167470
|
Do not rely on Array.prototype.indexOf as it breaks with pages that use the Prototype.js library.
|
2012-01-17 15:13:06 -06:00 |
|
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 |
|
Guillermo Rauch
|
bbdf68975c
|
Merge branch 'master' into webworker
|
2011-10-19 00:13:33 -07:00 |
|
Guillermo Rauch
|
c7e107a19c
|
Added reference to global object
|
2011-10-18 16:29:07 -07:00 |
|
Guillermo Rauch
|
4be456f65c
|
Fixed CORS detection for webworker
|
2011-10-18 16:28:46 -07:00 |
|
Guillermo Rauch
|
6ffd18abe9
|
Fix defer for webkit in a webworker.
|
2011-10-18 16:28:19 -07:00 |
|
Guillermo Rauch
|
f8deca10e6
|
Fixed io.util.request to not rely on window.
|
2011-10-18 16:27:19 -07:00 |
|
Leonid Khachaturov
|
da060de77a
|
Fix warning when compressing with Google Closure Compiler:
WARNING - If this if/for/while really shouldnt have a body, use {}
for (var j = arr.length, i = i < 0 ? i + j < 0 ? 0 : i + j : i || 0;
^
|
2011-09-29 11:12:57 +02: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
|
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
|
7e57687ae9
|
Fixes #268 , without reconenct branch now <3
|
2011-08-05 21:21:30 +02:00 |
|
Guillermo Rauch
|
15ee167ca9
|
Changed util.inherit to replicate Object.create / __proto__
|
2011-08-03 12:00:31 -07:00 |
|
Arnout Kazemier
|
eccb04dcd2
|
small code clean up
|
2011-07-28 15:15:46 +02:00 |
|
Arnout Kazemier
|
4aaa4137a0
|
Work in progress of adding query string support, it should be availble in all
transports
|
2011-07-07 20:24:56 +02:00 |
|
Arnout Kazemier
|
826c496787
|
Working in progress of adding querystring support to the client
Also fixed some missing semicolons, bug in reconnect and add reconnect limit
|
2011-07-06 00:39:05 +02:00 |
|
Arnout Kazemier
|
e8e92268c5
|
Style fixes + don't init on each check & clear the flashsocket tasks on close
|
2011-06-29 09:49:19 +02:00 |
|
Arnout Kazemier
|
4651444075
|
Use util instead of this for merging
|
2011-06-20 14:19:21 +02:00 |
|
Guillermo Rauch
|
2766f777db
|
Changed; expose CORS feature detection from util.
|
2011-06-19 18:23:43 -03:00 |
|
Arnout Kazemier
|
0b2ee0849f
|
Styling
|
2011-06-19 19:10:14 +02:00 |
|
Guillermo Rauch
|
7f5e870b6e
|
Default port to 443 in node
|
2011-06-18 15:22:16 -03:00 |
|
Guillermo Rauch
|
2c0f966728
|
Added default port as 443 if the port is specified but the uri protocol is secure
and the page is not being transmitted over SSL.
|
2011-06-18 11:30:24 -03:00 |
|
Guillermo Rauch
|
fe2ae1fa6c
|
Fixed situation where there's a location.port but we're using https://, in which
case we want to do 443.
|
2011-06-18 11:09:54 -03:00 |
|
Guillermo Rauch
|
27325a56a7
|
Fix for op precedence.
|
2011-06-16 16:37:09 -03:00 |
|
Guillermo Rauch
|
67980da371
|
Removed unneeded check.
|
2011-06-16 16:02:42 -03:00 |
|
Guillermo Rauch
|
ef3ab9bd15
|
Fixed #125. Weird error on IE8 under certain circumstances.
|
2011-06-16 15:35:10 -03:00 |
|
Guillermo Rauch
|
8fefeb7bd3
|
Added missing util#toArray.
|
2011-06-13 02:25:37 -03:00 |
|
Guillermo Rauch
|
debafe5a54
|
Fixed io.util.request.
Removed fixed 80 port for node (must review this).
|
2011-06-09 13:28:19 -03:00 |
|
Arnout Kazemier
|
f864d2ec72
|
Fixes wrong inhert & mixin arguments + added io.sockets
|
2011-06-06 10:46:00 +02:00 |
|
Arnout Kazemier
|
796506f91a
|
Fixed uniqueUri as parseUri doesn't return :// for protocols
it https should default to port 443 instead of port 80
the merge function now allows deep merges without chocking on recursion
|
2011-06-02 22:33:35 +02:00 |
|
Arnout Kazemier
|
4d87a8ccd6
|
Only check for complete, loaded indicates that the DOM is loaded, and not the page and all its resources
|
2011-06-02 20:57:07 +02:00 |
|
Arnout Kazemier
|
08e19abff6
|
Use native Array.isArray where possible
|
2011-06-02 20:52:23 +02:00 |
|
Vladimir Dronnikov
|
e71b2b5644
|
here we go again -- typos mostly
|
2011-06-02 08:20:07 -04:00 |
|
Vladimir Dronnikov
|
824282d382
|
typos
|
2011-06-02 06:34:41 -04:00 |
|
Guillermo Rauch
|
4ee1d5d94b
|
Added new utilities, refactored others.
|
2011-05-30 11:28:51 -03:00 |
|
Arnout Kazemier
|
b1cde55d97
|
Fixes #133
|
2011-05-13 22:02:47 +02:00 |
|
Arnout Kazemier
|
ae05abc44a
|
Added better descriptions and examples + typo fixes
|
2011-03-13 00:24:09 +01:00 |
|
Arnout Kazemier
|
c63efa3a36
|
More modifications to the JSDocs
|
2011-03-11 16:42:34 +01:00 |
|
Arnout Kazemier
|
d484cb7f78
|
More JSDoc documentation, replaced the /*! with /** in the licensen headers for dox compatiblity
|
2011-03-11 13:13:12 +01:00 |
|
Arnout Kazemier
|
d6665e9a1b
|
Removed double var statements..
|
2011-03-09 17:01:39 +01:00 |
|
Arnout Kazemier
|
8e91094cba
|
MOAN, Now, i finally got the html working again... and than i start breaking the flashsocket.. >_< DAMN you privates
|
2011-03-08 17:02:30 +01:00 |
|
Martin Kreichgauer
|
0a1a93b484
|
Reference a local copy of this.io internally
|
2011-02-09 12:00:47 -08:00 |
|
Guillermo Rauch
|
763ce20da0
|
Better readyState read
|
2010-12-23 17:27:19 -08:00 |
|
Guillermo Rauch
|
9fb0b3ec8a
|
Fixed io.util.merge
|
2010-10-30 21:28:48 -03:00 |
|
Guillermo Rauch
|
d8da8efe91
|
Added io.util.merge for options merging. Probably should be recursive at some point. Thanks SINPacifist
|
2010-10-20 19:18:19 -03:00 |
|
Guillermo Rauch
|
922a96d28c
|
Opera 10 support
Some README fixes
- Added API example at the top
- Added opera
|
2010-08-31 13:05:41 -07:00 |
|