aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_loop.erl
AgeCommit message (Expand)Author
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
2018-03-23Add initial support for system messages in cowboy_loopLoïc Hoguin
2017-02-18Allow passing options to sub protocolsLoïc Hoguin
2017-01-02Welcome to 2017Loïc Hoguin
2017-01-02Remaining Dialyzer fixesLoïc Hoguin
2016-08-10Let the stream handler take care of crash handling and loggingLoïc Hoguin
2016-08-10Remove logic to always send a response in cowboy_loopLoïc Hoguin
2016-06-22Remove cowboy_req:append_buffer/2Loïc Hoguin
2016-03-06Fix warningsLoï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-11-07Rename 'shutdown' close reason and tuples to 'stop'Loïc Hoguin
2014-09-30Improve handler interface and documentationLoïc Hoguin