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_loop.erl
Age
Commit message (
Expand
)
Author
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-04-03
Bind erlang:get_stacktrace prior to making other calls
Steve Strong
2018-06-27
Disable warnings for erlang:get_stacktrace/0 in OTP-21+
Loïc Hoguin
2018-03-23
Add initial support for system messages in cowboy_loop
Loïc Hoguin
2017-02-18
Allow passing options to sub protocols
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Remaining Dialyzer fixes
Loïc Hoguin
2016-08-10
Let the stream handler take care of crash handling and logging
Loïc Hoguin
2016-08-10
Remove logic to always send a response in cowboy_loop
Loïc Hoguin
2016-06-22
Remove cowboy_req:append_buffer/2
Loïc Hoguin
2016-03-06
Fix warnings
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-07-27
Add optional callbacks
Loïc Hoguin
2015-05-07
Exit with exit/1 on handler exception and include class in reason
James Fish
2014-11-07
Rename 'shutdown' close reason and tuples to 'stop'
Loïc Hoguin
2014-09-30
Improve handler interface and documentation
Loïc Hoguin