7687 Commits

Author SHA1 Message Date
Guillermo Rauch
f541b540fa Updated README 2010-07-29 01:58:21 -07:00
Guillermo Rauch
7a5e2b8cac Build 2010-07-28 21:08:36 -07:00
Guillermo Rauch
43259d4373 Check for messages to send before trying to send yo 2010-07-28 21:04:08 -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
c2da5a06aa Fix for event firing 2010-07-28 16:40:07 -07:00
Guillermo Rauch
99c4e8deab Removed reference to .messages (legacy JSON decoding) 2010-07-28 16:35:49 -07:00
Guillermo Rauch
e469528f4e Removed reference to .messages (legacy JSON decoding) 2010-07-28 16:35:28 -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
a91013ffd9 Server > Socket typo 2010-07-28 16:04:49 -07:00
Guillermo Rauch
b7f856452b Build 2010-07-28 16:03:12 -07:00
Guillermo Rauch
a219ed68fb Fixed bad reference to Flashsocket
Fixed typo in parent call to _onClose
Fixed broken XHR.request reference
2010-07-28 16:02:39 -07:00
Guillermo Rauch
0a6e113350 New build 2010-07-28 15:59:51 -07:00
Guillermo Rauch
78ede4bcf8 Fixed typo 2010-07-28 15:59:44 -07:00
Guillermo Rauch
d94ff19cad Fixed leaked global 2010-07-28 11:34:38 -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
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
1fb3b86a9f Updated web-socket-js 2010-07-28 10:35:39 -07:00
Guillermo Rauch
534fc32542 Implemented encoding 2010-07-28 10:13:39 -07:00
Guillermo Rauch
adb95f4ceb Updated encoding/decoding
Updated README
2010-07-28 10:07:12 -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
Guillermo Rauch
e67d6544d1 Removed object, options, json dependencies
Simplified classes
Bump version to 0.5
2010-07-19 14:49:31 -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
8d19f82c9f Added checks for cross-domain in transports
Added support for XDomainRequest (IE8)
2010-06-01 08:38:20 -03: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
acdd16b071 _onData now takes objects too
Fixed htmlfile transport
2010-05-27 21:31:35 -03:00
Guillermo Rauch
7bb7be23d1 Build updated
Updated copyrights
2010-05-26 21:19:02 -03:00
Guillermo Rauch
54c0c792ce Version 0.2.2 2010-05-26 21:07:16 -03:00
Guillermo Rauch
0cc19a524f Fixed long polling for IE8
- Added timestamp to make sure GET requests are not cached
 - Make sure timestamp is not confounded with the protocol sessionId
2010-05-26 21:06:16 -03:00
Guillermo Rauch
8a34dc7598 Note about submodules 2010-05-13 22:04:57 -03:00
Guillermo Rauch
1e0e9fb87d 0.2.1 2010-04-30 09:00:41 -03:00
Guillermo Rauch
0546f9977f htmlfile temporarily disabled until I gain access to an IE box :P 2010-04-30 09:00:00 -03:00
Guillermo Rauch
1b19122a02 Updated README 2010-04-30 08:56:31 -03:00
Guillermo Rauch
28c4583255 Server events removed
New build
2010-04-30 08:34:21 -03:00
Guillermo Rauch
be50f65567 Removed legacy io.util.JSON 2010-04-30 07:54:21 -03:00
Guillermo Rauch
af92e825ce Version update (0.2.0) 2010-04-30 07:51:01 -03:00
Guillermo Rauch
2ef27e0f2f htmlfile extra XHR feature detection
removed legacy onData
2010-04-30 07:50:03 -03:00
Guillermo Rauch
db8bb18135 Futuristic fix for when gimite adds Flash detection to web-socket-js 2010-04-03 18:49:53 -07:00
Guillermo Rauch
ca21b52818 0.1.7 2010-04-03 18:30:22 -07:00
Guillermo Rauch
f9eb55da55 Fix for iPad/iPhone! wooohoo! 2010-04-03 18:29:02 -07:00
Guillermo Rauch
fd46282c95 Replaced JSON with Crockford's 2010-04-01 19:43:51 -07:00