index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_handler.erl
Age
Commit message (
Expand
)
Author
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2013-11-18
Fix loop handler keepalive race condition
James Fish
2013-08-24
Crash on failure, don't report errors
Loïc Hoguin
2013-05-16
Move cowboy_http:status() to cowboy:http_status()
Loïc Hoguin
2013-04-12
Don't receive data from the socket only once in the loop handler
Loïc Hoguin
2013-04-12
Ensure we can fetch the body in the info/3 function of loop handlers
Loïc Hoguin
2013-02-22
Fix to prevent loop handler awakening immediately after response sent
James Fish
2013-02-21
Added warn compile options. Fixed compile warnings.
Egobrain
2013-02-17
Fix {suspend, ...} specs to use atom() for function name
James Fish
2013-02-15
Make sure socket is passive once we've done with loop handler
Andrew Majorov
2013-02-11
Better handle socket closing with loop handlers
Loïc Hoguin
2013-01-29
Fix {cowboy_req, resp_sent} potentially leaking in loop handlers
Loïc Hoguin
2013-01-22
Replace terminate/2 with terminate/3, adding a Reason
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin