Commit Graph

52 Commits

Author SHA1 Message Date
Guillermo Rauch
6731b2d779 Added onDisconnect call if long poll is interrupted 2010-08-31 19:39:50 -07:00
Guillermo Rauch
56ee90d0bd Polling calls _get directly as opposed to connect()
Build
2010-08-31 19:30:54 -07: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
41ad4057f5 Fix for .fire on IE being called without arguments (fixes #28) + build 2010-08-30 18:42:09 -07:00
Guillermo Rauch
4697574a68 JSONP IE6-7 fixes 2010-08-30 15:22:11 -07:00
Guillermo Rauch
1561b52fee JSONP Polling send fix for IE (only tested in IE8) 2010-08-29 18:27:14 -07:00
Guillermo Rauch
4935e6c4ca Build 2010-08-29 17:42:11 -07:00
Guillermo Rauch
bf0b541129 JSONP polling completed 2010-08-29 16:39:36 -07:00
Guillermo Rauch
bfdb66eac2 Added jsonp-polling to the build script
Version set to 0.6
2010-08-26 16:11:43 -07:00
Guillermo Rauch
7ab5806991 Rebuilt socket.io.js 2010-08-26 13:31:47 -07:00
Guillermo Rauch
9608d40e1a Build 2010-08-23 21:00:38 -07:00
Guillermo Rauch
37f0194246 Automatic JSON encoding support for objects 2010-08-23 20:48:57 -07:00
Guillermo Rauch
cd30cbf046 Adding test for android for delaying the connection. 2010-08-12 23:52:28 -07:00
Saikat Chakrabarti
cb000bfe4b Fixing a few dangerous loops that otherwise loop into properties that have been added to the prototype elsewhere. 2010-08-04 17:22:03 -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
a8efecaa56 0.5.3 2010-08-01 14:04:23 -07:00
Guillermo Rauch
2bcc175241 Build 2010-08-01 14:04:05 -07:00
Guillermo Rauch
6f6ae2e53b Build 2010-08-01 12:33:50 -07:00
Guillermo Rauch
a9d2c738e2 Fixed method duplication 2010-08-01 12:32:20 -07:00
Guillermo Rauch
9ac738be4a 0.5.2
Build
2010-08-01 11:26:05 -07:00
Guillermo Rauch
7a5e2b8cac Build 2010-07-28 21:08:36 -07:00
Guillermo Rauch
3579c1ce93 Fixed buffered posting for XHR transports 2010-07-28 20:59:36 -07:00
Guillermo Rauch
ad76f786b4 Replacing unicode characters for flashsocket 2010-07-28 19:45:27 -07:00
Guillermo Rauch
1c9351c6cf Fix onHeartbeat internal call reference 2010-07-28 18:33:44 -07:00
Guillermo Rauch
9ce1d7b272 Changed frame unicode character 2010-07-28 16:47:46 -07:00
Guillermo Rauch
5c453da957 Fix for event firing (build) 2010-07-28 16:40:20 -07:00
Guillermo Rauch
99c4e8deab Removed reference to .messages (legacy JSON decoding) 2010-07-28 16:35:49 -07:00
Guillermo Rauch
c42d188872 Make sure websocket transport name is lowercase 2010-07-28 16:28:39 -07:00
Guillermo Rauch
13976ac33e Make sure parent constructors are called properly
Fix for Flashsocket not calling Websocket constructor
2010-07-28 16:08:09 -07:00
Guillermo Rauch
33502d056a Build 2010-07-28 16:04:57 -07:00
Guillermo Rauch
b7f856452b Build 2010-07-28 16:03:12 -07:00
Guillermo Rauch
0a6e113350 New build 2010-07-28 15:59:51 -07:00
Guillermo Rauch
09094a2114 Build updated 2010-07-28 11:16:44 -07:00
Guillermo Rauch
068335da6b Handling of undefined and null values
Implemented isArray
2010-07-28 11:15:36 -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
fec3a888e0 0.2.4 2010-06-18 03:00:02 -03:00
Jacob Thornton
0f950af625 changes removeEvent to splice event array rather than delete from it, which was causing undefinied valuesand throwing errors 2010-06-12 11:47:35 -07:00
Guillermo Rauch
d643e6029c Updated build 2010-05-27 21:38:14 -03:00
Guillermo Rauch
c91140d022 Improved flash detection
Updated web-socket-js
Bumped version
2010-05-27 21:37:49 -03:00
Guillermo Rauch
7bb7be23d1 Build updated
Updated copyrights
2010-05-26 21:19:02 -03:00
Guillermo Rauch
1e0e9fb87d 0.2.1 2010-04-30 09:00:41 -03:00
Guillermo Rauch
28c4583255 Server events removed
New build
2010-04-30 08:34:21 -03:00
Guillermo Rauch
ca21b52818 0.1.7 2010-04-03 18:30:22 -07:00
Guillermo Rauch
fd46282c95 Replaced JSON with Crockford's 2010-04-01 19:43:51 -07:00
Guillermo Rauch
f2079f1212 Build 0.1.5 2010-04-01 18:31:51 -07:00
Guillermo Rauch
cd54ade8c3 0.1.5 2010-04-01 18:31:43 -07:00
Guillermo Rauch
c32239c5e7 Version bump 2010-04-01 17:38:48 -07:00
Guillermo Rauch
4cb4e26570 Accommodate try{} to only capture JSON decoding errors, and show the rest.
Version bump
2010-04-01 15:54:07 -07:00
Guillermo Rauch
2358f44215 Version 0.1.2 2010-03-30 17:05:13 -07:00
Guillermo Rauch
a8290043b7 Fixes default port
If host not present defaults to document.domain
2010-03-28 03:36:12 -07:00