Age | Commit message (Expand) | Author |
2013-04-26 | Fix a small error in the REST part of the guide | Loïc Hoguin |
2013-04-26 | Update the REST chapter of the guide | Loïc Hoguin |
2013-04-25 | Improve static file handler guide chapter | Loïc Hoguin |
2013-04-25 | Document meta values set by REST | Loïc Hoguin |
2013-04-19 | Add section about REST methods | Loïc Hoguin |
2013-04-12 | Add default operations for OPTIONS method in REST | Loïc Hoguin |
2013-04-11 | Merge branch 'eventsource-helper' of git://github.com/jdavisp3/cowboy | Loïc Hoguin |
2013-04-11 | Fix static handler snippet in the guide | Loïc Hoguin |
2013-04-11 | First draft of the REST chapter in the guide | Loïc Hoguin |
2013-04-11 | Remove cowboy_req:peer_addr/1 | Loïc Hoguin |
2013-04-06 | Add a reference to an eventsource helper utility. | Dave Peticolas |
2013-04-03 | Update Ranch to 0.8.0 | Loïc Hoguin |
2013-04-02 | Replace init_stream/5 with stream_body/2 | Loïc Hoguin |
2013-03-22 | Add a guide section for resource links | Loïc Hoguin |
2013-03-06 | Check the length before reading the body in body/1 and body_qs/1 | rambocoder |
2013-03-05 | Make streamed chunk size configurable | Loïc Hoguin |
2013-03-02 | Describe arguments of the HTTP handler callbacks | Loïc Hoguin |
2013-03-02 | Explain what are listeners and acceptors in Getting Started | Loïc Hoguin |
2013-03-02 | Add a recommendation about static files in production to the guide | Loïc Hoguin |
2013-03-01 | Add an example of onresponse hooks | Adam Cammack |
2013-03-01 | Fix an error in the guide introduction | Loïc Hoguin |
2013-02-27 | Add a Supported platforms section to the guide introduction | Loïc Hoguin |
2013-02-20 | Add cowboy:set_env/3 | Loïc Hoguin |
2013-02-16 | Add sub protocol behaviour | James Fish |
2013-02-12 | Merge branch 'static_doc' of git://github.com/acammack/cowboy | Loïc Hoguin |
2013-02-11 | Fix examples in cowboy_static edoc and guide | Adam Cammack |
2013-02-11 | Add a few directions in the REST chapter in the guide | Loïc Hoguin |
2013-01-31 | Small routing guide fix | Ivan Lisenkov |
2013-01-30 | Fix small error in the websocket chapter in the guide | Loïc Hoguin |
2013-01-29 | Add a section about closing the connection in the guide | 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-22 | Replace terminate/2 with terminate/3, adding a Reason | Loïc Hoguin |
2013-01-21 | Merge pull request #369 from rramsden/patch-1 | Loïc Hoguin |
2013-01-20 | First draft done for the request object guide chapter | Loïc Hoguin |
2013-01-19 | More request object documentation in the guide | 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 | 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 |
2013-01-18 | Explain how to write custom protocol upgrades in the guide | Loïc Hoguin |
2013-01-17 | Get the basics of Websocket covered in the guide | Loïc Hoguin |
2013-01-17 | Add cowboy_bstr:capitalize_token/1 | Loïc Hoguin |