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
Age
Commit message (
Expand
)
Author
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-28
Fix a websocket test handler that was throwing an unwanted error
Loïc Hoguin
2011-11-28
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
Loïc Hoguin
2011-11-24
Fix default parsed values for the Accept and Accept-* headers
Loïc Hoguin
2011-11-24
Fix specs for cowboy_http:language_range_ret/3
Loïc Hoguin
2011-11-10
Merge branch 'content-type' of https://github.com/nox/cowboy
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
Fix reading the request body when Length < byte_size(Buffer)
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-11-01
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
Loïc Hoguin
2011-11-01
Set the cowboy_listener process priority to high
Loïc Hoguin
2011-10-30
update record spec for version 13
Paul Oliver
2011-10-30
Merge branch 'chunk-spec' of https://github.com/puzza007/cowboy
Loïc Hoguin
2011-10-29
Fix cowboy_http_req:chunk/2 spec
Paul Oliver
2011-10-28
Merge branch 'supervisor-relup-fix' of https://github.com/smarkets/cowboy
Loïc Hoguin
2011-10-28
fix supervisor spec for non dynamic modules
Steven Gravell
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-Encoding' to cowboy_http_req:parse_header/2
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-24
Merge pull request #79 from athoune/patch-1
Loïc Hoguin
2011-10-25
Update README.md
Mathieu Lecarme
2011-10-24
Make sure the correct callback name is displayed in websocket errors
Loïc Hoguin
2011-10-24
Merge branch 'chrome-15' of https://github.com/puzza007/cowboy
Loïc Hoguin
2011-10-24
Accept Sec-WebSocket-Version: 13 header on Chrome 15 through 17
Paul Oliver
2011-10-24
We don't need to retrieve the Origin header for hybi-7+ websocket drafts
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-20
Add a cowboy_http_req:upgrade_reply/3 function and use it for websockets
Loïc Hoguin
2011-10-20
"websocket" must be treated in a case insensitive manner for upgrades
Loïc Hoguin
2011-10-20
Make sure the hixie-76 websocket code works properly with proxies
Loïc Hoguin
2011-10-19
Add a max_line_length to the HTTP protocol
Loïc Hoguin
2011-10-19
Fix the init_shutdown test
Loïc Hoguin
2011-10-17
Rewrite the token list parsing into separate, modulable functions
Loïc Hoguin
2011-10-13
Add shortcuts to reply functions
Loïc Hoguin
2011-10-13
Rename a variable from Code to Status
Loïc Hoguin
2011-10-11
Fix a misnamed variable for {loop, ...} returns in init/3
Loïc Hoguin
2011-10-11
Bump quoted to version 1.2.0
Loïc Hoguin
2011-10-11
Fix specs after erlang:hibernate/3 calls were added
Loïc Hoguin
[prev]
[next]