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
Guillermo Rauch
cd30cbf046
Adding test for android for delaying the connection.
2010-08-12 23:52:28 -07:00
Guillermo Rauch
dd2e23685a
Support for initializing io.Socket after the page has been loaded
2010-08-02 13:03:13 -07:00
Guillermo Rauch
aed0fc8ef5
Loading bar fix for iPhone
...
Some readme fixed and started keeping a changelog
Added io.util.load and io.util.ios
0.5.4
2010-08-02 12:56:27 -07:00
Guillermo Rauch
78ede4bcf8
Fixed typo
2010-07-28 15:59:44 -07:00
Guillermo Rauch
93d2424c32
Added util.isArray for safe array type checking
...
Fix for _encode
2010-07-28 11:12:15 -07:00
Guillermo Rauch
f0a307269f
Updated builder
...
Added makefile and `make build` task
Updated socket.io.js
Added basic prototype inheritance support
2010-07-28 10:58:33 -07:00
Guillermo Rauch
587c579504
Implementation of buffering for XHR send messages
...
XHR sending is now handled exclusively by XHR.js
HTMLFile inherits from XHR for POST handling
Implemented heartbeats echoing
Events integrated directly into socket.js
New default method to add events is `on`.
Added aliases for old event handling methods
Simplified utilities / removed legacy code
Updated build.js
Actually implemented the private method _get for XHR transports (we were overriding connect() before)
Updated example/API
2010-07-21 23:16:03 -07:00