index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2013-04-26
Removed asserts from unit tests
Egobrain
2013-04-22
Reorganize the websocket test suite
Loïc Hoguin
2013-04-12
Update Ranch to 0.8.1
Loïc Hoguin
2013-04-03
Update Ranch to 0.8.0
Loïc Hoguin
2013-03-06
Update Ranch to 0.6.2
Loïc Hoguin
2013-03-02
Allow overriding ERLC_OPTS
Loïc Hoguin
2013-03-02
Disable cover in tests by default
Loïc Hoguin
2013-03-02
Disable the shell for ct_run
Loïc Hoguin
2013-02-21
Added warn compile options. Fixed compile warnings.
Egobrain
2013-02-20
Merge branch 'fix_ranch_vsn' of git://github.com/nevar/cowboy
Loïc Hoguin
2013-02-20
Compile cowboy_sub_protocol behaviour before modules using it
Loïc Hoguin
2013-02-18
Fix ranch version in Makefile
Slava Yurin
2013-02-06
Makefile: separate deps compilation from app compilation
Loïc Hoguin
2013-01-29
Makefile verbosity tweaks
Loïc Hoguin
2013-01-29
Makefile: only recompile files newer than the .app
Loïc Hoguin
2013-01-17
Add recursive dependency fetching to the Makefile
Loïc Hoguin
2013-01-10
Update autobahntestsuite to 0.5.2
Loïc Hoguin
2013-01-07
Add optional automatic response body compression
Loïc Hoguin
2013-01-05
Stop using rebar in the Makefile
Loïc Hoguin
2013-01-04
Use erl -eval instead of rebar for generating edoc documentation
Loïc Hoguin
2013-01-04
Use ct_run instead of rebar ct for running ct tests
Loïc Hoguin
2012-09-26
Optimize cowboy_protocol
Loïc Hoguin
2012-08-27
Switch to Ranch for connection handling
Loïc Hoguin
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
2012-01-31
Pass --no_native option to dialyzer to improve dialyzing times
Loïc Hoguin
2012-01-25
Add Autobahn test suite for websockets
Magnus Klaar
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
2011-07-20
URL decode query strings
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-21
Use dialyzer directly instead of through rebar
Loïc Hoguin
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
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
2011-03-17
Initial commit.
Loïc Hoguin