summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-02-20DRY url.replace().Florent Gallaire
Automatically disable WebSocket when the URL begins with 'http'. Update the README with the new 'http' url syntax. Update the clock example with the new 'http' url syntax.
2013-12-02Update erlang.mk againLoïc Hoguin
2013-12-02Update erlang.mkLoïc Hoguin
2013-11-14Make Bullet work with Cowboy 0.9.0Loïc Hoguin
2013-11-02Update erlang.mkLoïc Hoguin
2013-08-10Merge branch 'fix-jquery-ajax-when-data-undefined' of ↵Loïc Hoguin
git://github.com/emb/bullet
2013-08-10Merge branch 'readme' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-08-07When polling check if data is definedEd Barwani
Prevent a javascript error that could stop polling. This happens when a request returns a 204 No Content. jQuery success callback has no data in this case causing an error.
2013-07-22Merge branch 'master' of git://github.com/k2informatics/bulletLoïc Hoguin
2013-07-12Update README.Dave Peticolas
2013-07-11Fixed error using undefined variable "fake".Agustin Cautin
2013-06-29Merge branch 'eventsource-xhr-send' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-06-27Remove unknown keys from .app.src fileLoïc Hoguin
2013-06-22Use xhr for sending with eventsource connections.Dave Peticolas
2013-06-22Add buttons to demonstrate sending for all bullet connections.Dave Peticolas
2013-06-19Drop reference to xhr request when done.Dave Peticolas
2013-06-19Fix jshint warning.Dave Peticolas
2013-06-19Ignore close callback when closed.Dave Peticolas
This fixes a bug where closing a bullet connection in poll mode will not work.
2013-06-19Update erlang.mkLoïc Hoguin
2013-06-19Merge branch 'example-enhance' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-06-19Merge branch 'example-fix-poll' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-06-09Individual bullet connections in the example can be enabled/disabled.Dave Peticolas
This illustrates how to close bullet connections.
2013-06-09Distinguish different bullet connections in ping messages.Dave Peticolas
2013-06-08Cancel the refresh timer in terminate/2.Dave Peticolas
2013-06-07Merge branch 'eventsource' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-05-01Update Cowboy dependency to 0.8.4Loïc Hoguin
2013-05-01Use erlang.mk for the build systemLoïc Hoguin
2013-04-26Merge branch 'js-fixes' of git://github.com/jdavisp3/bulletLoïc Hoguin
2013-04-25Javascript cleanup.Dave Peticolas
- Declare delayDefault as a local variable. - Handle missing transport in send() and close(). The transport might be missing if we are in the middle of a reconnect attempt. - Drop transport reference after closing. - Use null instead of false for missing transport.
2013-04-08Support EventSource as a transport.Dave Peticolas
2013-04-07Drop transport reference after closing.Dave Peticolas
2013-04-07Handle missing transport in send() and close().Dave Peticolas
The transport might be missing if we are in the middle of a reconnect attempt.
2013-04-07Declare delayDefault as a variable.Dave Peticolas
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.