summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-02-20Update version to 0.4.10.4.1Loïc Hoguin
2013-02-20Forgot to convert an atom 'POST' to binaryLoïc Hoguin
2013-02-14Update version to 0.4.00.4.0Loïc Hoguin
2013-02-14Update to Cowboy 0.8.0Loïc Hoguin
2012-11-13Add a few more infos to the .app.src for private useLoïc Hoguin
2012-10-13Merge pull request #12 from jlouis/fix-cowboy-vsnLoïc Hoguin
Bump bullet tag to newest cowboy version.
2012-10-13Bump bullet tag to newest cowboy version.Jesper Louis Andersen
2012-07-11Update version to 0.2.30.2.3Loïc Hoguin
2012-07-11Ensure we only handle the onclose event onceLoïc Hoguin
Fixes an issue when trying to establish the connection with Firefox 13 fails during the handshake. It would call onclose twice.
2012-07-11Update version to 0.2.20.2.2Loïc Hoguin
2012-07-11Fix a rare crash while reading the body in HTTP POSTLoïc Hoguin
Only occured when the client closed the connection before finishing the upload.
2012-07-09Update version to 0.2.10.2.1Loïc Hoguin
2012-07-09Add an ondisconnect hook and fix reconnect retriesLoïc Hoguin
2012-07-09Add a bullet clock exampleLoïc Hoguin
2012-06-11Update version to 0.2.00.2.0Loïc Hoguin
2012-04-24Fix a bug on xhrPolling failing to use the proper URL on reconnectLoïc Hoguin
2012-03-20Add a JS function to change the url being used for the streamLoï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-09Add dispatch options documentation to the READMELoïc Hoguin
2012-01-09Put a real example URL in the README for clarityLoïc Hoguin
2011-12-26Fix an error in the previously edited READMELoïc Hoguin
2011-12-26Improve Bullet's description with suggestions from DeadZenLoïc Hoguin
2011-12-26Explain Bullet usage thoroughly in the READMELoïc Hoguin
2011-11-30For xhrPolling, call onopen only after we get our first responseLoïc Hoguin
2011-11-30Don't call onerror on xhrPolling POST error for nowLoïc Hoguin
2011-11-23Don't cache xhrPolling requestsLoïc Hoguin
2011-11-23Don't reconnect xhrPolling on error, let stream handle itLoïc Hoguin
2011-11-17Add missing }Loïc Hoguin
2011-11-17Fix errors at connection triggering an infinite connection-trying loopLoïc Hoguin
2011-11-17Various improvements to the JS sideLoïc Hoguin
Should fix a few small issues but with a few others remaining.
2011-11-09Replace const by var in JS for IE compatibilityLoïc Hoguin
2011-10-19Add a missing path to terminate/2Loïc Hoguin
2011-10-17Initial commitLoï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.