Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | Cowboy 2.6.32.6.3 | Loïc Hoguin | |
2019-04-04 | Cowboy 2.6.22.6.2 | Loïc Hoguin | |
Updates Cowlib to 2.7.2. | |||
2018-11-28 | Update Ranch to 1.7.1 | Loïc Hoguin | |
2018-11-17 | Prepare the Cowboy 2.6 release | Loïc Hoguin | |
2018-11-14 | Ranch 1.7.0 | Loïc Hoguin | |
2018-10-30 | Initial support for the PROXY protocol header | Loïc Hoguin | |
Depend on Ranch master for now since it isn't in any release yet. | |||
2018-10-27 | Use cow_http2_machine's timer handling | Loïc Hoguin | |
2018-09-23 | Update Ranch to 1.6.2 | getong | |
2018-09-21 | Update Cowlib to 2.6.0 | Loïc Hoguin | |
2018-09-12 | Update Cowlib to 2.5.1 | Loïc Hoguin | |
2018-08-13 | Update Ranch to 1.6.1 | Loïc Hoguin | |
2018-05-16 | Update erlang.mk and rebar.config | Loïc Hoguin | |
2018-04-30 | Update Cowlib to 2.3.0 | Loïc Hoguin | |
2018-04-10 | Update Ranch to 1.5.0 | Loïc Hoguin | |
2018-04-06 | Depend on Cowlib master for now | Loïc Hoguin | |
2018-03-28 | Update Cowlib to 2.2.1 | Loïc Hoguin | |
2018-03-22 | Update rebar.config | Loïc Hoguin | |
2017-12-11 | Update Cowboy to 2.2.0 | Loïc Hoguin | |
2017-11-17 | Tweak the Makefile | Loïc Hoguin | |
2017-11-01 | Update Cowlib to 2.0.1 and fix OTP 20.1+ Websocket compression | Loïc Hoguin | |
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-10-03 | Update version, CI and Cowlib dependency version | Loïc Hoguin | |
Hello 2.0.0! | |||
2017-07-19 | Update rebar.config | Loïc Hoguin | |
2017-06-07 | Remove NumAcceptors argument from start_clear/tls | Loïc Hoguin | |
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-01-03 | Update rebar.config2.0.0-pre.4 | Loïc Hoguin | |
2016-11-05 | Partially update manual for the cowboy_req | Loïc Hoguin | |
Only the access functions have been modified so far. | |||
2016-03-13 | Fix more HTTP/2 handshake test cases | Loïc Hoguin | |
2015-11-16 | Update Erlang.mk | Loïc Hoguin | |
2015-07-05 | Use HTTPS dependencies when using Rebar | Alexander Færøy | |
2015-05-06 | Update Cowlib to 1.3.0 | Juan Puig | |
2015-03-06 | Update Cowlib to 1.2.0; adds Websocket permessage-deflate | Loïc Hoguin | |
The Websocket text frames should also be less resource intensive to validate now, with a binary concatenation avoided. | |||
2015-02-16 | Use cow_ws for the Websocket parsing code | Loïc Hoguin | |
Updates Cowlib to 1.1.0 | |||
2014-08-02 | Update links extend -> ninenines | Loïc Hoguin | |
2014-08-01 | Update rebar.config | Loïc Hoguin | |
2014-06-10 | Update Ranch to 0.10.0 | Loïc Hoguin | |
2014-06-10 | Update cowlib to 0.6.2 | Loïc Hoguin | |
Fixes parsing of Google Analytics cookies. | |||
2014-03-27 | Update cowlib to 0.6.1 | Loïc Hoguin | |
2014-03-25 | Update rebar.config | Loïc Hoguin | |
2014-02-19 | Update cowlib to 0.5.1 to fix multipart issues | Loïc Hoguin | |
2014-02-06 | Add and document the new multipart code | Loïc Hoguin | |
The old undocumented API is removed entirely. While a documentation exists for the new API, it will not be considered set in stone until further testing has been performed, and a file upload example has been added. The new API should be a little more efficient than the old API, especially with smaller messages. | |||
2013-11-14 | Update Ranch to 0.9.0 | Loïc Hoguin | |
2013-11-08 | Optimize query string parsing | Loïc Hoguin | |
* Parsing code was moved to cowlib: cowboy_qs:parse_qs/1 * A function was added to build query strings: cowboy_qs:qs/1 * Also added cowboy_qs:urlencode/1 and cowboy_qsurldecode/1 | |||
2013-11-02 | Review, improve and document the static files handler | Loïc Hoguin | |
Changes include: * Much simplified route configuration. * Etag generation is now enabled by default. * Web mimetypes are now detected by default. A bigger list of mimetypes can be detected without any additional library. * Mimetypes can no longer be specified as a list. Copying this list for new connections is too costy. You can easily convert it into a function and pass that function to the handler instead. * You can however specify a single hardcoded mimetype. Mostly useful when serving a single file, like an index.html file, to avoid extra operations. * Specifying a path as a list of tokens is not possible anymore. Use either a binary or a string. * Using a private directory will not work if the application was not started properly. Cowboy will not attempt to find the location of this directory if the VM doesn't know it, as this caused issues in some setups. * Overall the code has been much simplified and clarified, and of course has now been documented. | |||
2013-10-23 | Move cookie parsing/building code to cowlib | Loïc Hoguin | |
The code for parsing has also been rewritten to be more efficient and to be able to handle cookie values with space inside them properly. Update cowlib to 0.2.0. | |||
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin | |
Start moving a few functions from Cowboy into cowlib. | |||
2013-08-24 | Update Ranch to 0.8.5 | Loïc Hoguin | |
2013-06-20 | Update Ranch to 0.8.4 | Loïc Hoguin | |
2013-05-16 | Update Ranch to 0.8.3 | Loïc Hoguin | |
2013-05-01 | Update Ranch to 0.8.2 and use ct_helper for testing SSL | 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 | |