Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | Add relx to the ignore list | Loïc Hoguin | |
2013-09-09 | Add files generated by examples to the .gitignore | Loïc Hoguin | |
2012-04-29 | Add .cowboy.plt to the gitignore | Loïc Hoguin | |
2012-04-12 | Cleanup the .gitignore | Loïc Hoguin | |
2011-10-10 | Add *.swp to gitignore | Loïc Hoguin | |
2011-07-26 | Add cowboy_cookies for cookie creation and parsing | Tom Burdick | |
Based on Mochi Media, Inc.'s work in Mochiweb. Conflicts: rebar.config | |||
2011-07-20 | URL decode query strings | Loïc Hoguin | |
Should be good for both GET and POST query strings. This adds https://github.com/klaar/quoted.erl as a dependency. Props to klaar for this code. | |||
2011-07-06 | Add documentation for the public interface. | Loïc Hoguin | |
This is probably not perfect yet but it should be better than nothing. We'll improve things with feedback received from the many users. | |||
2011-06-21 | Use dialyzer directly instead of through rebar | Loïc Hoguin | |
Rebar recently removed their dialyzer support options so we're switching to plain dialyzer. And as a bonus it works much better! | |||
2011-04-08 | Initial work on a ct test suite for the HTTP protocol. | Loïc Hoguin | |
Handles two basic tests for both HTTP and HTTPS. Also renames 'make test' into 'make tests'. | |||
2011-03-17 | Initial commit. | Loïc Hoguin | |