0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
Commit graph

115 commits

Author SHA1 Message Date
Loïc Hoguin
1e88324864
Update Cowboy to 2.1.0
Also add OTP-20.1.4 to CI.
2017-11-08 14:05:30 +00:00
Loïc Hoguin
5e88a9b394
Update Cowlib to 2.0.1 and fix OTP 20.1+ Websocket compression
Unfortunately compression will be disabled for 20.1, 20.1.1
and 20.1.2. In additiona I do not recommend 20.1.3 due to
issues inflating some specific sizes.
2017-11-01 15:41:52 +00:00
Loïc Hoguin
d43bcb5cb3
Add OTP-20.1.2 to CI 2017-10-13 23:21:27 +02:00
Loïc Hoguin
716a052b15
Update version, CI and Cowlib dependency version
Hello 2.0.0!
2017-10-03 17:10:16 +02:00
Loïc Hoguin
754d125f35
Cowboy 2.0.0-rc.4 2017-09-27 18:30:13 +02:00
Loïc Hoguin
5fe46ebe64
Add OTP-20.1 to CI 2017-09-27 14:22:44 +02:00
Loïc Hoguin
17400f73b4
Cowboy 2.0.0-rc.3 2017-09-15 12:55:05 +02:00
Loïc Hoguin
a2832d5f4a
Add OTP 20.0.5 to CI 2017-09-15 12:52:16 +02:00
Loïc Hoguin
47aa0097ed
Add OTP 20.0.4 to CI 2017-08-29 11:29:30 +02:00
Loïc Hoguin
3d8339267b
Cowboy 2.0.0-rc.2 2017-08-23 15:04:57 +02:00
Loïc Hoguin
b5defc6e0d
Add OTP-20.0.2 to CI 2017-08-08 17:11:45 +02:00
Loïc Hoguin
238ac3afc6
Update version to 2.0.0-rc.1 2017-07-24 11:57:47 +02:00
Loïc Hoguin
13ba35f2f0
Disable testing of ErlLLVM 2017-07-12 17:48:51 +02:00
Loïc Hoguin
949dbb5434
Update to Cowlib 2.0.0-rc.1
Also update the Erlang versions tested on CI.
2017-07-12 17:42:50 +02:00
Loïc Hoguin
2bcb390257
Update version to 2.0.0-pre.10 2017-06-28 20:15:52 +02:00
Loïc Hoguin
490fbbe2f7
Update OTP versions 2017-06-28 20:15:24 +02:00
Loïc Hoguin
6f7b59886e
Remove NumAcceptors argument from start_clear/tls
They are now cowboy:start_clear/3 and cowboy:start_tls/3.
The NumAcceptors argument can be specified via the
num_acceptor transport option. Ranch has been updated
to 1.4.0 to that effect.
2017-06-07 15:15:54 +02:00
Loïc Hoguin
2ad057ab1c
Update to 2.0.0-pre.9 2017-05-19 20:23:01 +02:00
Loïc Hoguin
8ef1382f0a
Add OTP 19.3.3 and 20-rc1 to CI; remove OTP 18 2017-05-05 16:39:49 +02:00
Loïc Hoguin
d8cdd9bd15
Update version to 2.0.0-pre.7 2017-02-18 21:01:15 +01:00
Loïc Hoguin
c4ed8e2a37
Erlang/OTP 19.2.3 2017-02-18 19:15:45 +01:00
Loïc Hoguin
182f824138
Erlang/OTP 19.2.2 and 18.3.4.5 2017-02-05 15:10:26 +01:00
Loïc Hoguin
413196ace1
Erlang/OTP 19.2.1 2017-01-22 15:52:46 +01:00
Loïc Hoguin
637706ff1f
Update Ranch to 1.3.0 2017-01-02 16:47:54 +01:00
Loïc Hoguin
89120a3606
Update CI release list 2016-12-21 17:20:27 +01:00
Loïc Hoguin
a24d48fec6
Add HiPE and ErLLVM testing 2016-11-05 14:20:19 +02:00
Loïc Hoguin
faca7866ed
Partially update manual for the cowboy_req
Only the access functions have been modified so far.
2016-11-05 14:17:30 +02:00
Loïc Hoguin
8fe700f341
Erlang/OTP 19.1.5 2016-10-18 11:19:56 +02:00
Loïc Hoguin
932f1301c5
Erlang/OTP 19.1.4 2016-10-14 16:46:06 +02:00
Loïc Hoguin
a197b35f89
Update CI targets 2016-10-10 23:31:04 +02:00
Loïc Hoguin
5477d613f9 Tweak the one-liner description of the project 2016-09-29 22:46:26 +02:00
Loïc Hoguin
3c7766119d Update OTP versions tested 2016-06-22 12:33:58 +02:00
Loïc Hoguin
e87438ffb1 Update Ranch to 1.2.1 2016-03-10 23:30:19 +01:00
Loïc Hoguin
e84e06d8f9 Update CI 2016-01-15 13:48:35 +01:00
Loïc Hoguin
4023e7f4e4 Convert the documentation to Asciidoc
A few small revisions were made, and Erlang.mk has been updated.
2016-01-14 13:37:20 +01:00
Loïc Hoguin
837cf8b9ce Update Erlang.mk 2015-11-16 23:08:38 +01:00
Loïc Hoguin
27ecd7fca1 Update OTP versions to use for CI 2015-09-23 13:58:38 +02:00
Loïc Hoguin
9a9183edf8 Don't call xdg-open at the end of CI 2015-07-21 17:39:17 +02:00
Loïc Hoguin
190f698990 Update erlang.mk and remove .app.src
Everything is now directly generated from the Makefile.
Also properly update dependencies.
2015-07-21 17:16:11 +02:00
Loïc Hoguin
a6f75aa3dc Add HTTP/2 support preview
This commit is not only an early preview of HTTP/2, it is an
early preview of the new Cowboy architecture that will be
presented tomorrow in my talk. If you have found it before
the talk, great! It's not complete so you better go watch
the talk anyway.
2015-06-11 17:04:21 +02:00
Juan Puig
050621231c Update Cowlib to 1.3.0 2015-05-06 11:16:35 +03:00
Loïc Hoguin
228cebaf04 Add rfc7230 test suite and update others to recent Gun
This is a large commit.

The rfc7230 test suite adds many tests from the RFC7230 document.

Gun has been updated quite a bit recently, which broke the Cowboy
suites. This is now fixed with this commit.

A new hook onfirstrequest has been added. It was very useful during
debugging of the test suites.

The initial process code has changed a little; more changes are
expected with the switch to maps for options.
2015-05-05 19:59:37 +03:00
Loïc Hoguin
90ae31998e Update Cowlib to 1.2.0; adds Websocket permessage-deflate
The Websocket text frames should also be less resource intensive
to validate now, with a binary concatenation avoided.
2015-03-06 01:56:30 +01:00
Loïc Hoguin
8d2063bb2e Add +warn_untyped_record to the build options 2015-02-16 18:11:41 +01:00
Loïc Hoguin
dc8be8882c Use cow_ws for the Websocket parsing code
Updates Cowlib to 1.1.0
2015-02-16 15:48:04 +01:00
Loïc Hoguin
3cede06283 Use cowlib master 2015-02-03 18:54:26 +01:00
Loïc Hoguin
070ba032d1 Add a commented line to enable dialyze for tests in the Makefile 2014-10-04 13:25:07 +03:00
Loïc Hoguin
62de3a62f9 Update to erlang.mk 1.0.0 2014-08-01 14:26:51 +02:00
Loïc Hoguin
078d686a0a Provide installable man pages
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-07-06 13:10:35 +02:00
Loïc Hoguin
c81b94160e Update Ranch to 0.10.0 2014-06-10 11:36:55 +02:00