index
:
bullet.git
master
Simple, reliable, efficient streaming for Cowboy.
Loïc Hoguin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bullet_handler.erl
Age
Commit message (
Expand
)
Author
2015-12-22
Merge branch 'sse-shutdown-on-info' into issues-77-and-81
Mariano Guerra
2015-12-22
replace space indentation for tabs
Mariano Guerra
2015-12-22
allow shutdown on info for eventsource and poll (see #81)
Mariano Guerra
2015-08-20
also match {error, closed}, which I got in some logs, see below
Mariano Guerra
2015-08-12
match against ok and close instead of crashing on close
Mariano Guerra
2015-05-13
set poll mode if Accept header is not set
Mariano Guerra
2014-06-03
Merge branch 'shutdown' of git://github.com/lpgauth/bullet
Loïc Hoguin
2014-06-03
Merge branch 'timeout' of git://github.com/lpgauth/bullet
Loïc Hoguin
2014-06-03
Switch encoding to utf-8 to fix compile issues with R17
Loïc Hoguin
2014-03-11
Add missing shutdown cases
Louis-Philippe Gauthier
2014-03-11
Make timeout configurable
Louis-Philippe Gauthier
2013-04-08
Support EventSource as a transport.
Dave Peticolas
2013-02-20
Forgot to convert an atom 'POST' to binary
Loïc Hoguin
2013-02-14
Update to Cowboy 0.8.0
Loïc Hoguin
2012-07-11
Fix a rare crash while reading the body in HTTP POST
Loïc Hoguin
2012-06-11
Update version to 0.2.0
0.2.0
Loïc Hoguin
2011-10-19
Add a missing path to terminate/2
Loïc Hoguin
2011-10-17
Initial commit
Loïc Hoguin