Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-17 | Remove copyright years from all files except LICENSE | Loïc Hoguin | |
2025-01-23 | Fix supported OTP version in user guide | Loïc Hoguin | |
2024-01-25 | Refresh copyright lines | Loïc Hoguin | |
2020-01-06 | Use active,N | Loïc Hoguin | |
This reduces the number of times we need to ask for more packets, and as a result we get a fairly large boost in performance, especially with HTTP/1.1. Unfortunately this makes Cowboy require at least Erlang/OTP 21.3+ because the ssl application did not have active,N. For simplicity the version required will be Erlang/OTP 22+. In addition this change improves hibernate handling in cowboy_websocket. Hibernate will now work for HTTP/2 transport as well, and stray or unrelated messages will no longer cancel hibernate (the process will handle the message and go back into hibernation). Thanks go to Stressgrid for benchmarking an early version of this commit: https://stressgrid.com/blog/cowboy_performance_part_2/ | |||
2019-10-07 | Add migration guide for Cowboy 2.7 | Loïc Hoguin | |
2017-01-02 | Welcome to 2017 | Loïc Hoguin | |
2016-09-29 | Tweak the one-liner description of the project | Loïc Hoguin | |
2016-08-24 | More 2.0 documentation updates | Loïc Hoguin | |
Still incomplete. | |||
2016-05-24 | Partial update of the user guide | Loïc Hoguin | |
I will do more breaking changes before documenting more. | |||
2016-03-06 | Completely remove SPDY | Loïc Hoguin | |
2016-01-14 | Convert the documentation to Asciidoc | Loïc Hoguin | |
A few small revisions were made, and Erlang.mk has been updated. |