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
Age
Commit message (
Expand
)
Author
2011-12-11
update cowboy_http_rest:variances/2
Magnus Klaar
2011-12-08
Fix the process_post/2 function in cowboy_http_rest
Loïc Hoguin
2011-12-08
Add more documentation to the REST protocol handler
Loïc Hoguin
2011-12-08
Merge branch 'master' of https://github.com/erlyvideo/cowboy
Loïc Hoguin
2011-12-08
Add default values to known_methods and allowed_methods
Loïc Hoguin
2011-12-08
Allow HTTP protocol upgrades to use keepalive
Loïc Hoguin
2011-12-08
peer_addr/1 function
Max Lapshin
2011-12-07
Merge branch 'noquoted' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-07
Add cowboy_http_req:set_resp_cookie/4
Loïc Hoguin
2011-12-06
Fix a crash in websocket_handshake/3 with hixie-76
Loïc Hoguin
2011-12-06
Simplify the guards for cowboy_http_req:body/2
Loïc Hoguin
2011-12-06
cowboy_http_protocol shouldn't crash if the client sends HTTP responses
Loïc Hoguin
2011-12-05
Add experimental Webmachine based REST protocol support
Loïc Hoguin
2011-12-05
The semantics for a missing 'If-Match' aren't the same as '*'
Loïc Hoguin
2011-12-05
Fix specs to allow headers as iodata() and not just binary()
Loïc Hoguin
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
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
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-29
Fix cowboy_http_req:chunk/2 spec
Paul Oliver
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
Make sure the correct callback name is displayed in websocket errors
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
[next]