Commit Graph

21 Commits

Author SHA1 Message Date
Guillermo Rauch
596c39e64b JSONP Polling transport
Some small changes for xdomain XHR feature detection
2010-08-26 15:44:39 -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
c5f990c9d6 Fix for queuing before socket is connected.
Make sure XHR-based transports can handle arrays of messages
2010-08-01 11:24:18 -07:00
Guillermo Rauch
2fe9fec1ef Temporarily changed default for rememberTransport 2010-07-29 10:37:00 -07:00
Guillermo Rauch
c2da5a06aa Fix for event firing 2010-07-28 16:40:07 -07:00
Guillermo Rauch
a91013ffd9 Server > Socket typo 2010-07-28 16:04:49 -07:00
Guillermo Rauch
d94ff19cad Fixed leaked global 2010-07-28 11:34:38 -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
8d19f82c9f Added checks for cross-domain in transports
Added support for XDomainRequest (IE8)
2010-06-01 08:38:20 -03:00
Guillermo Rauch
7bb7be23d1 Build updated
Updated copyrights
2010-05-26 21:19:02 -03:00
Guillermo Rauch
28c4583255 Server events removed
New build
2010-04-30 08:34:21 -03:00
Guillermo Rauch
fd46282c95 Replaced JSON with Crockford's 2010-04-01 19:43:51 -07:00
Guillermo Rauch
4344190017 JSON util fix 2010-04-01 18:29:05 -07:00
Guillermo Rauch
5a5c46e3c6 JSON util fixes 2010-04-01 17:38:21 -07:00
Guillermo Rauch
a8290043b7 Fixes default port
If host not present defaults to document.domain
2010-03-28 03:36:12 -07:00
Guillermo Rauch
5cebe02f5d Builder now puts a notice at the top of the file
Fixed indentation
2010-03-18 20:50:31 -07:00
Guillermo Rauch
16e1f3560c - No longer generating the minified version (was confusing some people)
- Added node-based builder
- Fix for missing trailing ; in oo.js
- Added copyright headers
2010-03-18 19:07:47 -07:00
Guillermo Rauch
388dd928f3 io.util.Class renamed to ioClass 2010-03-17 13:10:27 -07:00
Guillermo Rauch
0393369542 Namespaced oo to avoid conflicts.
Removed js-oo as submodule and copied to util/.
2010-03-17 12:53:46 -07:00
Guillermo Rauch
507dc04388 Initial commit 2010-03-15 19:40:48 -07:00