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
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