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
/
test
/
http_SUITE.erl
Age
Commit message (
Expand
)
Author
2013-03-06
Check the length before reading the body in body/1 and body_qs/1
rambocoder
2013-03-03
Add '*' matcher for parameters
Slava Yurin
2013-03-02
Run tests in parallel
Loïc Hoguin
2013-03-02
Use random ports for tests
Loïc Hoguin
2013-02-20
Add cowboy:set_env/3
Loïc Hoguin
2013-02-11
Better handle socket closing with loop handlers
Loïc Hoguin
2013-01-29
Merge branch 'patch-1' of https://github.com/CamShaft/cowboy
Loïc Hoguin
2013-01-29
allow POST rest handling to specify path after accepting content
Tom Burdick
2013-01-29
Merge branch 'rest_patch' of https://github.com/treetopllc/cowboy
Loïc Hoguin
2013-01-29
Fix chunked streaming of request body and improve speed
Loïc Hoguin
2013-01-29
add patch support to cowboy_rest
Tom Burdick
2013-01-28
New routing
Loïc Hoguin
2013-01-22
Do not require inets for running tests anymore
Loïc Hoguin
2013-01-21
Improve keepalive tests
Loïc Hoguin
2013-01-20
Fix an issue for replies in onresponse mishandling headers
Loïc Hoguin
2013-01-10
Update autobahntestsuite to 0.5.2
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-05
Add cowboy_req:set_resp_body_fun/2
Loïc Hoguin
2013-01-04
Hello 2013
Loïc Hoguin
2013-01-03
Add middleware support
Loïc Hoguin
2012-12-22
Make sure an incorrect port returns a 400 error
Loïc Hoguin
2012-12-03
Remove the dependency on httpd_util
Loïc Hoguin
2012-11-30
Return a 400 error if the Accept header was incorrect
Loïc Hoguin
2012-11-29
Add a better error message when user callbacks are not exported
Loïc Hoguin
2012-10-11
Add crypto into the required applications
Loïc Hoguin
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-26
Optimize cowboy_protocol
Loïc Hoguin
2012-09-21
Make multipart part headers binary lowercase
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
Improve consistency of return types for cowboy_req API
Loïc Hoguin
2012-08-27
Rename cowboy_http_static to cowboy_static
Loïc Hoguin
2012-08-27
Rename cowboy_http_req to cowboy_req
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
Remove a dumb warning when running the tests
Loïc Hoguin
2012-05-21
Merge branch 'serve-static-file' of https://github.com/klaar/cowboy
Loïc Hoguin
2012-05-21
Fix a bug preventing 'onresponse' from being called on errors
Loïc Hoguin
2012-05-21
Small updates to the ROADMAP and doc comments
Loïc Hoguin
2012-05-05
Add a test checking requests with size around the MTU
Loïc Hoguin
2012-05-04
Merge branch 'response-hook'
Loïc Hoguin
2012-05-04
Add an 'onresponse' hook
Loïc Hoguin
2012-05-02
Add a test for HTTP handlers loop timeouts
Loïc Hoguin
2012-04-30
Add file option to cowboy_http_static
Magnus Klaar
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-01
Add chunked transfer encoding support and rework the body reading API
Loïc Hoguin
2012-03-15
Add an 'onrequest' hook for HTTP
Loïc Hoguin
[next]