aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2011-10-05Skip deps when generating docsLoïc Hoguin
2011-07-26Add a PropEr test for cowboy_dispatcher:split_host/1Loïc Hoguin
Mostly thanks to Magnus Klaar as it took me a while to figure out how PropEr tests had to be written.
2011-07-20URL decode query stringsLoï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-06Add 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-21Use dialyzer directly instead of through rebarLoï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-05-16Makefile: Clean build the application before starting tests.Loïc Hoguin
2011-05-04Makefile: Add separate eunit and ct test rules.Loïc Hoguin
2011-04-08Initial 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-04-03Add a dialyze verb to the Makefile for convenience.Loïc Hoguin
2011-04-03Use rebar instead of ./rebar by default in the Makefile.Loïc Hoguin
2011-03-23Makefile: Use a REBAR variableHans Ulrich Niedermann
Using a REBAR variable makes it easy for the user to override the REBAR to be called.
2011-03-17Initial commit.Loïc Hoguin