Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-11 | Update version to 0.2.20.2.2 | Loïc Hoguin | |
2012-07-11 | Fix a rare crash while reading the body in HTTP POST | Loïc Hoguin | |
Only occured when the client closed the connection before finishing the upload. | |||
2012-07-09 | Update version to 0.2.10.2.1 | Loïc Hoguin | |
2012-07-09 | Add an ondisconnect hook and fix reconnect retries | Loïc Hoguin | |
2012-07-09 | Add a bullet clock example | Loïc Hoguin | |
2012-06-11 | Update version to 0.2.00.2.0 | Loïc Hoguin | |
2012-04-24 | Fix a bug on xhrPolling failing to use the proper URL on reconnect | Loïc Hoguin | |
2012-03-20 | Add a JS function to change the url being used for the stream | Loïc Hoguin | |
This doesn't reconnect the stream, just changes it for the next reconnection. This is useful if you need to change the arguments given each time you connect. | |||
2012-01-09 | Add dispatch options documentation to the README | Loïc Hoguin | |
2012-01-09 | Put a real example URL in the README for clarity | Loïc Hoguin | |
2011-12-26 | Fix an error in the previously edited README | Loïc Hoguin | |
2011-12-26 | Improve Bullet's description with suggestions from DeadZen | Loïc Hoguin | |
2011-12-26 | Explain Bullet usage thoroughly in the README | Loïc Hoguin | |
2011-11-30 | For xhrPolling, call onopen only after we get our first response | Loïc Hoguin | |
2011-11-30 | Don't call onerror on xhrPolling POST error for now | Loïc Hoguin | |
2011-11-23 | Don't cache xhrPolling requests | Loïc Hoguin | |
2011-11-23 | Don't reconnect xhrPolling on error, let stream handle it | Loïc Hoguin | |
2011-11-17 | Add missing } | Loïc Hoguin | |
2011-11-17 | Fix errors at connection triggering an infinite connection-trying loop | Loïc Hoguin | |
2011-11-17 | Various improvements to the JS side | Loïc Hoguin | |
Should fix a few small issues but with a few others remaining. | |||
2011-11-09 | Replace const by var in JS for IE compatibility | Loïc Hoguin | |
2011-10-19 | Add a missing path to terminate/2 | Loïc Hoguin | |
2011-10-17 | Initial commit | Loïc Hoguin | |
This is mostly a proof of concept. The client-side can be greatly improved (and we should probably take from other projects directly). The server-side is pretty much how it should be though. |