Age | Commit message (Expand) | Author |
2014-10-04 | Reverse the order of arguments of match_* functions | Loïc Hoguin |
2014-10-03 | Remove the REST known_content_type callback | Loïc Hoguin |
2014-10-03 | Replace some /binary to /bits in binary pattern matching | Loïc Hoguin |
2014-10-03 | Fix a compile issue caused by a warning | Loïc Hoguin |
2014-10-03 | Fix two edge cases when the request-line provided is invalid | Loïc Hoguin |
2014-10-01 | Req#http_req.peer can be 'undefined'; update spec accordingly | Andrew Houghton |
2014-09-30 | Improve handler interface and documentation | Loïc Hoguin |
2014-09-26 | Unify the init and terminate callbacks | Loïc Hoguin |
2014-09-24 | Small tweak from erlang:error/1 to error/1 | Loïc Hoguin |
2014-09-24 | Remove the error tuple return value for middlewares | Loïc Hoguin |
2014-09-24 | Remove the onrequest hook | Loïc Hoguin |
2014-09-23 | Make routing constraints use the fields format | Loïc Hoguin |
2014-09-23 | Breaking update of the cowboy_req interface | Loïc Hoguin |
2014-08-12 | Add cowboy_req:part/2 export | Michael Truog |
2014-08-06 | Handle absolute URIs that lack a path entirely | Loïc Hoguin |
2014-08-06 | Accept absolute URI scheme as uppercase | Loïc Hoguin |
2014-08-01 | Update Cowboy to 1.0.01.0.0 | Loïc Hoguin |
2014-07-14 | Support ad-hoc keep-alive for HTTP/1.0 Clients | Fred Hebert |
2014-07-12 | Remove deprecated body reading interface | Loïc Hoguin |
2014-07-12 | Remove useless todo comments | Loïc Hoguin |
2014-07-12 | Drop R15 support | Loïc Hoguin |
2014-07-12 | Reply with 400 on header parsing crash | Loïc Hoguin |
2014-07-07 | Merge branch 'fix-spdy-parse-frame' of git://github.com/voluntas/cowboy | Loïc Hoguin |
2014-06-30 | Return 422 instead of 400 when AcceptResource returns false | Loïc Hoguin |
2014-06-30 | Update specs that were too wide | Loïc Hoguin |
2014-06-28 | Fix cowboy_spdy parse frame | Nakai Ryosuke |
2014-06-10 | Update Cowboy to 0.10.00.10.0 | Loïc Hoguin |
2014-06-10 | Fix specs and a weird value in cowboy_spdy | Loïc Hoguin |
2014-06-10 | Merge branch 'binary-expires' of git://github.com/NineFX/cowboy | Loïc Hoguin |
2014-06-10 | Allow users to pass a raw binary() as the expires header. | Drew Varner |
2014-06-03 | Add a return value to onresponse hook to override status/headers | Loïc Hoguin |
2014-06-02 | Add request body reading options | Loïc Hoguin |
2014-04-26 | Merge branch 'language-range-header' of git://github.com/NineFX/cowboy | Loïc Hoguin |
2014-04-26 | Make loop handlers work with SPDY | Loïc Hoguin |
2014-04-17 | Merge branch 'fix/basic-auth-empty-password' of git://github.com/soundrop/cowboy | Loïc Hoguin |
2014-03-27 | Update cowlib to 0.6.1 | Loïc Hoguin |
2014-03-27 | Add +warn_missing_spec and fix specs | Loïc Hoguin |
2014-03-26 | Remove outdated comments, all edoc, plus a few minor tweaks | Loïc Hoguin |
2014-03-25 | Make the latin1 cyrillic route tests work on R17+ | Loïc Hoguin |
2014-03-25 | Don't flush the resp_sent message if connection is closed | Loïc Hoguin |
2014-03-24 | Remove cowboy_client; use gun for the HTTP test suite | Loïc Hoguin |
2014-03-24 | Use the new chunked and identity transfer decoding code from cowlib | Loïc Hoguin |
2014-03-24 | Use cow_http_hd:parse_transfer_encoding/1 where applicable | Loïc Hoguin |
2014-03-24 | Use cow_http_hd:parse_content_length/1 where applicable | Loïc Hoguin |
2014-03-24 | Use cow_http_hd:parse_connection/1 where applicable | Loïc Hoguin |
2014-03-10 | Remove cowboy_http:urldecode/1 and urlencode/1 | Loïc Hoguin |
2014-03-08 | Fix typespecs of cowboy_websocket:handler_terminate | Loïc Hoguin |
2014-02-27 | Keep the whitespace from multiline headers | Loïc Hoguin |
2014-02-16 | Fix stop_listener/1 spec | Sina Samavati |
2014-02-09 | Allow empty passwords when parsing Basic authorization header | Ali Sabil |