Age | Commit message (Expand) | Author |
2016-10-18 | Fix if_modified_since match of last_modified | Christopher Adams |
2016-08-15 | Allow websocket_init/1 to reply/close/hibernate | Loïc Hoguin |
2016-08-15 | Modernize the Websocket test suite | Loïc Hoguin |
2016-08-12 | Remove Req from the Websocket interface | Loïc Hoguin |
2016-08-12 | Merge branch 'master' of https://github.com/camshaft/cowboy | Loïc Hoguin |
2016-08-12 | Fix Websocket compression | Loïc Hoguin |
2016-08-11 | Use integer_to_binary when possible | Loïc Hoguin |
2016-08-11 | Add a test for echo_get example undefined | Loïc Hoguin |
2016-08-11 | Fix timer-sent events in the websocket example | Loïc Hoguin |
2016-08-10 | Use binary_to_integer instead of to list and back | Loïc Hoguin |
2016-08-10 | Make reply functions return Req | Loïc Hoguin |
2016-08-10 | Update the multipart reading interface | Loïc Hoguin |
2016-08-10 | Add a lot of todos | Loïc Hoguin |
2016-08-10 | Add tests for responses and request body reading | Loïc Hoguin |
2016-06-27 | send resp_headers with websocket responses | Cameron Bytheway |
2016-06-22 | Add forgotten changes to a test handler | Loïc Hoguin |
2016-06-22 | Move TERM= declaration to make variable side | Loïc Hoguin |
2016-06-22 | Add tests for cowboy_req: match_cookies and match_qs | Loïc Hoguin |
2016-06-21 | Add cowboy_req:uri/1,2 | Loïc Hoguin |
2016-06-20 | Add initial req suite | Loïc Hoguin |
2016-06-16 | Fix upload example | Loïc Hoguin |
2016-06-15 | Fix rest_pastebin example | Loïc Hoguin |
2016-06-14 | Fix eventsource example | Loïc Hoguin |
2016-06-14 | Fix cookie example | Loïc Hoguin |
2016-06-14 | Fix rest_basic_auth example | Loïc Hoguin |
2016-06-13 | Fix websocket example | Loïc Hoguin |
2016-06-13 | Fix markdown_middleware example | Loïc Hoguin |
2016-06-13 | Fix chunked_hello_world example | Loïc Hoguin |
2016-06-13 | Merge static_world and web_server examples | Loïc Hoguin |
2016-06-09 | Fix rest_hello_world example | Loïc Hoguin |
2016-06-08 | Fix echo_post example | Loïc Hoguin |
2016-06-08 | Fix echo_get example | Loïc Hoguin |
2016-06-08 | Add a test suite that checks examples are working | Loïc Hoguin |
2016-06-06 | Add the static_handler test suite | Loïc Hoguin |
2016-03-14 | Clarify comments about remaining tests to add to rfc7540_SUITE | Loïc Hoguin |
2016-03-13 | Fix most remaining HTTP/2 handshake tests | Loïc Hoguin |
2016-03-13 | Fix more HTTP/2 handshake test cases | Loïc Hoguin |
2016-03-12 | Add initial HTTP/1.1 Upgrade to HTTP/2 | Loïc Hoguin |
2016-03-10 | Add the beginning of the rfc7540 test suite | Loïc Hoguin |
2016-03-06 | Completely remove SPDY | Loïc Hoguin |
2016-03-05 | Initial commit with connection/streams | Loïc Hoguin |
2015-08-07 | Use 'Connection' header only when necessary | Alexey Lebedeff |
2015-07-22 | Fix autobahn test suite report link when used in CI | Loïc Hoguin |
2015-07-22 | Add autobahn test suite output to the console | Loïc Hoguin |
2015-05-05 | Add rfc7230 test suite and update others to recent Gun | Loïc Hoguin |
2015-03-06 | Update Cowlib to 1.2.0; adds Websocket permessage-deflate | Loïc Hoguin |
2015-02-16 | Do not send empty chunks | Loïc Hoguin |
2015-02-04 | Use cowlib for parsing headers; remove cowboy_http | Loïc Hoguin |
2015-02-03 | Use cowlib master | Loïc Hoguin |
2014-11-07 | Rename 'halt' to 'stop' for better consistency | Loïc Hoguin |