summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-12-22allow shutdown on info for eventsource and poll (see #81)Mariano Guerra
2015-05-13Merge branch 'update-cowboy-to-1-0-1' of https://github.com/marianoguerra/bulletLoïc Hoguin
2015-05-13update cowboy to 1.0.1Mariano Guerra
2015-05-13set poll mode if Accept header is not setMariano Guerra
assume */* from http://tools.ietf.org/html/rfc7231#section-5.3.2 "A request without any Accept header field implies that the user agent will accept any media type in response"
2014-11-05Merge branch 'patch-1' of git://github.com/marianoguerra/bulletLoïc Hoguin
2014-11-05Merge branch 'retry62' of git://github.com/marshall-lee/bulletLoïc Hoguin
2014-09-12return true when transport.send returns undefinedVladimir Mitnick
2014-08-29explain how to pass options to your own handler.Mariano Guerra
it wasn't clear where the user's handler options should go, after looking at the code and trying this is what I've found, correct me if there's a better way.
2014-06-03Merge branch 'http_url_syntax' of git://github.com/fgallaire/bulletLoïc Hoguin
2014-06-03Merge branch 'shutdown' of git://github.com/lpgauth/bulletLoïc Hoguin
2014-06-03Merge branch 'timeout' of git://github.com/lpgauth/bulletLoïc Hoguin
2014-06-03Add registered key back to fix relx issuesLoïc Hoguin
2014-06-03Switch encoding to utf-8 to fix compile issues with R17Loïc Hoguin
2014-03-11Add missing shutdown casesLouis-Philippe Gauthier
2014-03-11Make timeout configurableLouis-Philippe Gauthier
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.
2014-02-19Merge branch 'fix-ie' of git://github.com/n11/bulletLoïc Hoguin
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-09-05 Fix undefined object error on IEcy
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