Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-27 | Switch to Ranch for connection handling | Loïc Hoguin | |
This is the first of many API incompatible changes. You have been warned. | |||
2012-04-13 | Add a clean-docs target to the Makefile | Loïc Hoguin | |
2012-04-12 | Use a separate rebar.config file for running tests | Loïc Hoguin | |
2012-01-31 | Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy | Loïc Hoguin | |
This needs python2 to be the default python in /usr/bin/python. | |||
2012-01-31 | Pass --no_native option to dialyzer to improve dialyzing times | Loïc Hoguin | |
Goes from 36s to 24s on my laptop. | |||
2012-01-25 | Add Autobahn test suite for websockets | Magnus Klaar | |
We're using the existing test suite for websocket servers from the Autobahn project to verify that out websockets implementation is sane. A CT test suite and python module wrapping the test suite has been added. The test suite is run when the 'make inttests' target is executed. | |||
2011-12-16 | Remove -Wbehaviours dialyzer option unavailable in R15B | Loïc Hoguin | |
2011-12-15 | Skip dependencies when running ct tests | Loïc Hoguin | |
2011-10-05 | Skip deps when generating docs | Loïc Hoguin | |
2011-07-26 | Add a PropEr test for cowboy_dispatcher:split_host/1 | Loï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-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-05-16 | Makefile: Clean build the application before starting tests. | Loïc Hoguin | |
2011-05-04 | Makefile: Add separate eunit and ct test rules. | Loïc Hoguin | |
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-04-03 | Add a dialyze verb to the Makefile for convenience. | Loïc Hoguin | |
2011-04-03 | Use rebar instead of ./rebar by default in the Makefile. | Loïc Hoguin | |
2011-03-23 | Makefile: Use a REBAR variable | Hans Ulrich Niedermann | |
Using a REBAR variable makes it easy for the user to override the REBAR to be called. | |||
2011-03-17 | Initial commit. | Loïc Hoguin | |