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_http.erl
Age
Commit message (
Expand
)
Author
2013-07-05
Fix decoding of chunked body.
James Fish
2013-06-20
Add support for the webkit deflate frame extension
Ali Sabil
2013-05-31
In content-types, the charset parameter is converted to lowercase
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-05-16
Make the HTTP version type more practical
Loïc Hoguin
2013-05-15
Change some module calls to local function calls
Loïc Hoguin
2013-04-26
Merge branch 'range_header' of git://github.com/Egobrain/cowboy
Loïc Hoguin
2013-04-26
Added range header parser
Egobrain
2013-04-26
Removed asserts from unit tests
Egobrain
2013-04-25
Cookie names are case sensitive
Loïc Hoguin
2013-03-05
Make streamed chunk size configurable
Loïc Hoguin
2013-02-12
Make cowboy_http.erl compile with +native
Adam Cammack
2013-02-06
Strip whitespaces when authorization type is unknown
Loïc Hoguin
2013-01-29
Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy
Loïc Hoguin
2013-01-30
Implement authorization header parsing
Ivan Lisenkov
2013-01-29
Fix chunked streaming of request body and improve speed
Loïc Hoguin
2013-01-04
Hello 2013
Loïc Hoguin
2012-12-20
We accept iodata() when setting cookies; fix that
Loïc Hoguin
2012-12-20
Fix parsing of the Cookie header
Loïc Hoguin
2012-12-17
Fix cowboy_http:cookie_to_iodata/3
Loïc Hoguin
2012-12-13
Add missing quotes to quoting for cookie values
Loïc Hoguin
2012-12-07
Make cookies use universal time instead of local time
Loïc Hoguin
2012-09-29
Remove the urldecode cowboy_protocol option
Loïc Hoguin
2012-09-27
Optimize Connection header parsing
Loïc Hoguin
2012-09-26
Optimize cowboy_protocol
Loïc Hoguin
2012-09-23
Use binary:match/2 instead of binary:split/2 in cowboy_http
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
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
2012-08-27
Have only one -export and -export_type per line
Loïc Hoguin
2012-05-23
Update version to 0.6.0
0.6.0
Loïc Hoguin
2012-05-21
Merge branch 'fix/relax-conneg-parsing' of https://github.com/tillitech/cowboy
Loïc Hoguin
2012-04-29
Fix and rework the HTTP test suite
Loïc Hoguin
2012-04-08
Make charsets parsing more relaxed
Ali Sabil
2012-04-01
Add chunked transfer encoding support and rework the body reading API
Loïc Hoguin
2012-03-09
Make media type parsing more relaxed
Ali Sabil
2012-02-27
Remove the redundant include/ from -include("http.hrl")
Loïc Hoguin
2012-02-23
Add cowboy_http:x_www_form_urlencoded/2
Loïc Hoguin
2012-02-20
Add 'Expect' header parsing
Loïc Hoguin
2012-01-23
Rename the type http_status/0 to cowboy_http:status/0
Loïc Hoguin
2012-01-23
Rename the type http_header/0 to cowboy_http:header/0
Loïc Hoguin
2012-01-23
Rename the type http_version/0 to cowboy_http:version/0
Loïc Hoguin
2012-01-23
Rename the type http_uri/0 to cowboy_http:uri/0
Loïc Hoguin
2012-01-23
Rename the type http_method/0 to cowboy_http:method/0
Loïc Hoguin
2012-01-23
Merge branch 'multipart' of https://github.com/nox/cowboy
Loïc Hoguin
2012-01-23
Add multipart support
Anthony Ramine
2011-12-12
Merge branch 'hipe-compilation-fix' of github.com:klaar/cowboy
Loïc Hoguin
[next]