aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_handler.erl
AgeCommit message (Expand)Author
2024-01-25Refresh copyright linesLoïc Hoguin
2019-12-31No longer use erlang:get_stacktrace/0Loïc Hoguin
2019-04-03Bind erlang:get_stacktrace prior to making other callsSteve Strong
2018-06-27Disable warnings for erlang:get_stacktrace/0 in OTP-21+Loïc Hoguin
2017-09-04Fix more documentation todosLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Numerous Dialyzer fixesLoïc Hoguin
2016-08-10Let the stream handler take care of crash handling and loggingLoïc Hoguin
2016-06-22Remove cowboy_req:lock/1Loïc Hoguin
2016-03-05Initial commit with connection/streamsLoïc Hoguin
2015-07-27Add optional callbacksLoïc Hoguin
2015-05-07Exit with exit/1 on handler exception and include class in reasonJames Fish
2014-09-30Improve handler interface and documentationLoïc Hoguin
2014-09-26Unify the init and terminate callbacksLoïc Hoguin
2014-09-24Remove the error tuple return value for middlewaresLoïc Hoguin
2014-07-12Remove useless todo commentsLoïc Hoguin
2014-07-12Reply with 400 on header parsing crashLoïc Hoguin
2014-06-30Update specs that were too wideLoïc Hoguin
2014-03-26Remove outdated comments, all edoc, plus a few minor tweaksLoïc Hoguin
2014-02-06Update copyright yearsLoïc Hoguin
2013-11-18Fix loop handler keepalive race conditionJames Fish
2013-08-24Crash on failure, don't report errorsLoïc Hoguin
2013-05-16Move cowboy_http:status() to cowboy:http_status()Loïc Hoguin
2013-04-12Don't receive data from the socket only once in the loop handlerLoïc Hoguin
2013-04-12Ensure we can fetch the body in the info/3 function of loop handlersLoïc Hoguin
2013-02-22Fix to prevent loop handler awakening immediately after response sentJames Fish
2013-02-21Added warn compile options. Fixed compile warnings.Egobrain
2013-02-17Fix {suspend, ...} specs to use atom() for function nameJames Fish
2013-02-15Make sure socket is passive once we've done with loop handlerAndrew Majorov
2013-02-11Better handle socket closing with loop handlersLoïc Hoguin
2013-01-29Fix {cowboy_req, resp_sent} potentially leaking in loop handlersLoïc Hoguin
2013-01-22Replace terminate/2 with terminate/3, adding a ReasonLoïc Hoguin
2013-01-03Add middleware supportLoïc Hoguin