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_protocol.erl
Age
Commit message (
Expand
)
Author
2014-06-02
Add request body reading options
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-25
Don't flush the resp_sent message if connection is closed
Loïc Hoguin
2014-02-27
Keep the whitespace from multiline headers
Loïc Hoguin
2014-02-06
Update copyright years
Loïc Hoguin
2014-02-06
Use the INLINE_LOWERCASE macro in the request parsing code
Loïc Hoguin
2013-11-09
Use try/catch instead of catch
Loïc Hoguin
2013-09-04
Make cowlib a proper dependency
Loïc Hoguin
2013-09-03
add unit test for cowboy_protocol:parse_host/1
YAMAMOTO Takashi
2013-09-03
cowboy_protocol: accept host using ipv6 literal
YAMAMOTO Takashi
2013-08-24
Simpler code for sending errors following crashes
Loïc Hoguin
2013-05-30
Add experimental and incomplete SPDY support
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
Make the HTTP version type more practical
Loïc Hoguin
2013-05-15
Remove cowboy_req:fragment/1
Loïc Hoguin
2013-04-03
Update Ranch to 0.8.0
Loïc Hoguin
2013-03-06
Stop using binary:match in cowboy_protocol
Loïc Hoguin
2013-02-12
Make cowboy_protocol:resume/6 private
Loïc Hoguin
2013-02-06
Fix crashes when creating the request
Loïc Hoguin
2013-01-29
Do not attempt to skip the request body on Connection: close
Loïc Hoguin
2013-01-18
Set max_keepalive default to 100 instead of infinity
Loïc Hoguin
2013-01-07
Add optional automatic response body compression
Loïc Hoguin
2013-01-06
Add protection against slowloris vulnerability
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin
2012-12-22
use the original request when available for error_terminate
Tom Burdick
2012-12-22
Make sure an incorrect port returns a 400 error
Loïc Hoguin
2012-12-13
Make the arguments to error_logger more consistent
Andrew Thompson
2012-12-03
Allow passing the Req and an updated Opts when upgrading protocols
Loïc Hoguin
2012-11-28
Clarify error reports indicating they come from Cowboy
Loïc Hoguin
2012-11-27
Fixed onrequest path-related issue
serge
2012-10-27
Return "400 Bad Request" instead of crashing process on incorrect queries lik...
Ivan Blinkov
2012-10-04
The onresponse hook now receives 4 arguments, including the body
Loïc Hoguin
2012-09-29
Add max_headers option
Loïc Hoguin
2012-09-29
Add missing options in the cowboy_protocol documentation
Loïc Hoguin
2012-09-29
Remove the urldecode cowboy_protocol option
Loïc Hoguin
2012-09-29
Add cowboy_req:get/2 and :set/2 private functions
Loïc Hoguin
2012-09-26
Optimize cowboy_protocol
Loïc Hoguin
2012-09-23
Extract the buffer out of the #state{} in cowboy_protocol
Loïc Hoguin
2012-09-23
Improve state reset between requests
Loïc Hoguin
2012-09-23
Use binary:match/2 instead of binary:split/2
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the headers
Loïc Hoguin
2012-09-21
Don't use decode_packet/3 for parsing the request-line
Loïc Hoguin
2012-09-17
Add types for onrequest and onresponse funs
Loïc Hoguin
2012-09-17
Replace many proplists:get_value/{2,3} calls by BIFs
Loïc Hoguin
2012-09-17
Include the eunit file only if TEST is defined
Loïc Hoguin
[next]