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
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
2011-12-10
update /bits in binary expressions to /binary
Magnus Klaar
2011-12-09
add cowboy_http:urlencode/2 and urlencode/1
Magnus Klaar
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-01
Change the returned value for language_range parsing
Loïc Hoguin
2011-11-28
Weekdays are binaries and not lists
Loïc Hoguin
2011-11-24
Fix specs for cowboy_http:language_range_ret/3
Loïc Hoguin
2011-11-10
Support 'Content-Type' in parse_header/2
Anthony Ramine
2011-11-10
Introduce cowboy_http:media_type/2
Anthony Ramine
2011-11-10
Introduce cowboy_http:word/2
Anthony Ramine
2011-11-09
Add 'If-Match' and 'If-None-Match' to parse_header/2
Loïc Hoguin
2011-11-07
Add 'Accept-Language' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-11-05
Remove the IS_DIGIT macro
Loïc Hoguin
2011-11-05
Add 'If-Modified-Since' and 'If-Unmodified-Since' to parse_header/2
Loïc Hoguin
2011-11-04
Merge branch 'parse_header-content-length' of https://github.com/nox/cowboy
Loïc Hoguin
2011-11-04
Support 'Content-Length' in parse_header/2
Anthony Ramine
2011-11-04
Remove unneeded whitespaces according to the HTTP spec
Loïc Hoguin
2011-11-04
Rename cowboy_http:charset/2 to conneg/2 and use it for Accept-Encoding
Loïc Hoguin
2011-10-26
Add 'Accept-Charset' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Rename private function quality/2 into qvalue/2
Loïc Hoguin
2011-10-26
cowboy_http:media_range/2 should expect to not have whitespace before it
Loïc Hoguin
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-25
Rewrite list/tokens parsing with an added whitespace function
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-17
Rewrite the token list parsing into separate, modulable functions
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin