Age | Commit message (Expand) | Author |
2013-01-29 | Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy | Loïc Hoguin |
2013-01-30 | Implement authorization header parsing | Ivan Lisenkov |
2013-01-29 | Merge branch 'rest_post_created_path' of https://github.com/treetopllc/cowboy | Loïc Hoguin |
2013-01-29 | Makefile verbosity tweaks | Loïc Hoguin |
2013-01-29 | allow POST rest handling to specify path after accepting content | Tom Burdick |
2013-01-29 | Merge branch 'rest_patch' of https://github.com/treetopllc/cowboy | Loïc Hoguin |
2013-01-29 | Fix chunked streaming of request body and improve speed | Loïc Hoguin |
2013-01-29 | add patch support to cowboy_rest | Tom Burdick |
2013-01-29 | Make examples use the new routing | Loïc Hoguin |
2013-01-29 | Fix {cowboy_req, resp_sent} potentially leaking in loop handlers | Loïc Hoguin |
2013-01-29 | Do not attempt to skip the request body on Connection: close | Loïc Hoguin |
2013-01-29 | Add a section about closing the connection in the guide | Loïc Hoguin |
2013-01-29 | Merge branch 'fix/callback_specs' of https://github.com/keynslug/cowboy | Loïc Hoguin |
2013-01-29 | Makefile: only recompile files newer than the .app | Loïc Hoguin |
2013-01-29 | Update Ranch to 0.6.1 | Loïc Hoguin |
2013-01-29 | Update roadmap | Loïc Hoguin |
2013-01-29 | If a binding is reused, we check that values are identical | Loïc Hoguin |
2013-01-28 | Add the 'function' constraint | Loïc Hoguin |
2013-01-28 | Add the 'int' constraint | Loïc Hoguin |
2013-01-28 | New routing | Loïc Hoguin |
2013-01-26 | Update handler callback specs | Andrew Majorov |
2013-01-22 | Remove cowboy_dispatcher | Loïc Hoguin |
2013-01-22 | Merge branch 'fix_change_state' of https://github.com/nevar/cowboy | Loïc Hoguin |
2013-01-22 | Add HTML5 Video Example to the static example | Loïc Hoguin |
2013-01-22 | Fix handler state change in cowboy_rest | Slava Yurin |
2013-01-22 | Do not crash if connection is closed while sending static file | Loïc Hoguin |
2013-01-22 | Merge branch 'master' of https://github.com/0x00F6/cowboy | Loïc Hoguin |
2013-01-22 | Make cowboy_static use universal time | 0x00F6 |
2013-01-22 | Do not require inets for running tests anymore | Loïc Hoguin |
2013-01-22 | Replace terminate/2 with terminate/3, adding a Reason | Loïc Hoguin |
2013-01-22 | Fix cowboy_websocket_handler callback spec | Loïc Hoguin |
2013-01-21 | Merge pull request #369 from rramsden/patch-1 | Loïc Hoguin |
2013-01-21 | Improve keepalive tests | Loïc Hoguin |
2013-01-20 | Fix an issue for replies in onresponse mishandling headers | Loïc Hoguin |
2013-01-20 | First draft done for the request object guide chapter | Loïc Hoguin |
2013-01-20 | Add missing clause to cowboy_req:has_resp_body/1 | Loïc Hoguin |
2013-01-19 | More request object documentation in the guide | Loïc Hoguin |
2013-01-19 | Make cowboy_req:has_body/1 return boolean() | Loïc Hoguin |
2013-01-18 | Document the static handler in the guide | Loïc Hoguin |
2013-01-18 | Finish up the Internals chapter | Loïc Hoguin |
2013-01-18 | Document loop handlers in the guide | Loïc Hoguin |
2013-01-18 | Remove a few old @todo comments | Loïc Hoguin |
2013-01-18 | Set max_keepalive default to 100 instead of infinity | Loïc Hoguin |
2013-01-18 | Beginning of request object chapter in the guide | Loïc Hoguin |
2013-01-18 | Add plain HTTP handlers documentation to the guide | Loïc Hoguin |
2013-01-18 | Finish the routing chapter of the guide | Loïc Hoguin |
2013-01-18 | Fix capitalize_hook example | Loïc Hoguin |
2013-01-17 | Fix typo in the guide introduction | Richard Ramsden |
2013-01-18 | Add hooks documentation to the guide | Loïc Hoguin |
2013-01-18 | Do not use tabulations in the guide | Loïc Hoguin |