Age | Commit message (Expand) | Author |
2011-12-12 | Merge branch 'hipe-compilation-fix' of github.com:klaar/cowboy | Loïc Hoguin |
2011-12-12 | Merge branch 'master' of github.com:talentdeficit/cowboy | Loïc Hoguin |
2011-12-12 | adds webmachine format content type handling | alisdair sullivan |
2011-12-12 | Merge branch 'urlencode' 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-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 | 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 |