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
2016-06-06
HTTP/1.1: Don't send 500 errors twice
Loïc Hoguin
2016-03-13
Fix more HTTP/2 handshake test cases
Loïc Hoguin
2016-03-12
Add initial HTTP/1.1 Upgrade to HTTP/2
Loïc Hoguin
2016-03-10
Add the beginning of the rfc7540 test suite
Loïc Hoguin
2016-03-06
Fix warnings
Loïc Hoguin
2016-03-05
Initial commit with connection/streams
Loïc Hoguin
2015-02-04
Use cowlib for parsing headers; remove cowboy_http
Loïc Hoguin
2014-09-23
Breaking update of the cowboy_req interface
Loïc Hoguin
2014-04-26
Merge branch 'language-range-header' of git://github.com/NineFX/cowboy
Loïc Hoguin
2014-04-17
Merge branch 'fix/basic-auth-empty-password' of git://github.com/soundrop/cowboy
Loïc Hoguin
2014-03-26
Remove outdated comments, all edoc, plus a few minor tweaks
Loïc Hoguin
2014-03-24
Use the new chunked and identity transfer decoding code from cowlib
Loïc Hoguin
2014-03-10
Remove cowboy_http:urldecode/1 and urlencode/1
Loïc Hoguin
2014-02-09
Allow empty passwords when parsing Basic authorization header
Ali Sabil
2014-02-06
Update copyright years
Loïc Hoguin
2014-01-24
Allows language_range/2 to parse RFC5646 language codes.
Drew
2013-11-26
Fix tohexu/1 and tohexl/1
Matthias Endler
2013-11-08
Optimize query string parsing
Loïc Hoguin
2013-10-23
Move cookie parsing/building code to cowlib
Loïc Hoguin
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
[next]