Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | gitignore: add examples/ dependency files | katsel | |
2016-01-14 | Convert the documentation to Asciidoc | Loïc Hoguin | |
A few small revisions were made, and Erlang.mk has been updated. | |||
2015-11-16 | Update Erlang.mk | Loïc Hoguin | |
2015-07-23 | Update gitignore | Loïc Hoguin | |
Let's try this [ci skip] stuff. | |||
2014-07-06 | Provide installable man pages | Loïc Hoguin | |
make docs: generate Markdown and man pages in doc/ make install-docs: install man pages to be usable directly Docs are generated from the ezdoc files in doc/src/. | |||
2014-02-19 | Cleanup .gitignore | Loïc Hoguin | |
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 | |