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.erl
Age
Commit message (
Expand
)
Author
2017-06-07
Remove NumAcceptors argument from start_clear/tls
Loïc Hoguin
2017-05-07
make set_env working with maps.
Alexandre Snarskii
2017-01-16
Add support for multiple stream handlers
Loïc Hoguin
2017-01-02
Welcome to 2017
Loïc Hoguin
2017-01-02
Numerous Dialyzer fixes
Loïc Hoguin
2016-08-10
Add a lot of todos
Loïc Hoguin
2016-08-10
Add tests for responses and request body reading
Loïc Hoguin
2016-06-06
Use the correct process type for clear connections
Loïc Hoguin
2016-03-06
Completely remove SPDY
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-06-11
Add HTTP/2 support preview
2.0.0-pre.2
Loïc Hoguin
2014-09-24
Remove the onrequest hook
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-02-16
Fix stop_listener/1 spec
Sina Samavati
2014-02-06
Update copyright years
Loïc Hoguin
2013-06-02
Fix cowboy:start_http/https/spdy typespecs
Radosław Szymczyszyn
2013-05-30
Add experimental and incomplete SPDY support
Loïc Hoguin
2013-05-16
Use the ranch_ssl:opts() type in cowboy:start_https/4 spec
Loïc Hoguin
2013-05-16
Use the ranch_tcp:opts() type in cowboy:start_http/4 spec
Loïc Hoguin
2013-05-16
Use the type ranch:ref() instead of any() where applicable
Loïc Hoguin
2013-05-16
Add cowboy_protocol:opts() type
Loïc Hoguin
2013-05-16
Move cowboy_protocol:onresponse_fun() to cowboy:onresponse_fun()
Loïc Hoguin
2013-05-16
Move cowboy_protocol:onrequest_fun() to cowboy:onrequest_fun()
Loïc Hoguin
2013-05-16
Move cowboy_http:status() to cowboy:http_status()
Loïc Hoguin
2013-05-16
Move cowboy_http:headers() to cowboy:http_headers()
Loïc Hoguin
2013-05-16
Move cowboy_http:version() to cowboy:http_version()
Loïc Hoguin
2013-02-20
Add cowboy:set_env/3
Loïc Hoguin
2013-01-04
Hello 2013
Loïc Hoguin
2012-08-27
Rename cowboy_http_protocol to cowboy_protocol
Loïc Hoguin
2012-08-27
Switch to Ranch for connection handling
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-05-21
Small updates to the ROADMAP and doc comments
Loïc Hoguin
2012-01-31
Add cowboy:get_protocol_options/1 and cowboy_set_protocol_options/2
Loïc Hoguin
2011-12-15
Add cowboy:accept_ack/1 for a cleaner handling of the shoot message
Loïc Hoguin
2011-10-10
Add cowboy:child_spec/6
Jesper Louis Andersen
2011-08-10
Introduce cowboy_listener for managing a listener
Loïc Hoguin
2011-07-18
Fail fast when a wrong type is given to API functions
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-04-03
Don't ignore the return values in cowboy:stop_listener/1.
Loïc Hoguin
2011-04-03
Make Cowboy an OTP application again, properly this time.
Loïc Hoguin