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-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
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
[next]