Age | Commit message (Expand) | Author |
2025-02-05 | Implement dynamic socket buffer sizes | Loïc Hoguin |
2025-01-24 | Cancel timers async | David Ansari |
2025-01-22 | Websocket: Also apply max_frame_size limit to decompressed data | Loïc Hoguin |
2025-01-16 | Websocket: Allow setting the max_frame_size option dynamically | Loïc Hoguin |
2025-01-15 | Avoid resetting Websocket idle_timeout timer too often | Loïc Hoguin |
2024-03-26 | Initial HTTP/3 implementationhttp3 | Loïc Hoguin |
2024-01-25 | Refresh copyright lines | Loïc Hoguin |
2020-01-06 | Use active,N | Loïc Hoguin |
2019-12-31 | No longer use erlang:get_stacktrace/0 | Loïc Hoguin |
2019-10-10 | Add shutdown_reason Websocket command | Loïc Hoguin |
2019-10-05 | Add Websocket option validate_utf8 | Loïc Hoguin |
2019-10-05 | Don't discard data following a Websocket upgrade request | Loïc Hoguin |
2019-10-02 | Ensure we can read the request body from any process | Loïc Hoguin |
2019-04-03 | Bind erlang:get_stacktrace prior to making other calls | Steve Strong |
2018-11-16 | Add the set_options Websocket command | Loïc Hoguin |
2018-11-13 | Add the {deflate, boolean()} Websocket command | Loïc Hoguin |
2018-11-12 | Add deflate options for Websocket compression | Loïc Hoguin |
2018-10-31 | Always dialyze tests and fix some cowboy_req specs | Loïc Hoguin |
2018-09-21 | Add the {active, boolean()} Websocket command | Loïc Hoguin |
2018-09-11 | Add a commands-based interface to Websocket handlers | Loïc Hoguin |
2018-06-27 | Disable warnings for erlang:get_stacktrace/0 in OTP-21+ | Loïc Hoguin |
2018-06-26 | Add missing frame types to websocket_handle specs/docs | Loïc Hoguin |
2018-04-04 | Fix Dialyzer warnings | Loïc Hoguin |
2018-04-04 | Add initial implementation of Websocket over HTTP/2 | Loïc Hoguin |
2018-03-28 | Add max_frame_size option for websocket handlers | Kirill Kinduk |
2018-03-23 | Merge the two separate receive loops in cowboy_websocket | Loïc Hoguin |
2018-03-14 | Fix a Dialyzer warning | Loïc Hoguin |
2018-03-13 | Handle system messages in cowboy_websocket | Loïc Hoguin |
2018-03-13 | Handle supervisor calls properly everywhere | Loïc Hoguin |
2017-12-13 | Fix Dialyzer warnings | Loïc Hoguin |
2017-12-06 | Send a 426 when Websocket is required and client didn't upgrade | Loïc Hoguin |
2017-11-01 | Update Cowlib to 2.0.1 and fix OTP 20.1+ Websocket compression | Loïc Hoguin |
2017-10-31 | Add some todos | Loïc Hoguin |
2017-05-28 | Introduce the req_filter Websocket option | Loïc Hoguin |
2017-02-18 | Ensure Websocket errors result in a crash log | Loïc Hoguin |
2017-02-18 | Allow passing options to sub protocols | Loïc Hoguin |
2017-01-02 | Welcome to 2017 | Loïc Hoguin |
2017-01-02 | Numerous Dialyzer fixes | Loïc Hoguin |
2016-08-15 | Send many frames in one TCP send | Loïc Hoguin |
2016-08-15 | Allow websocket_init/1 to reply/close/hibernate | Loïc Hoguin |
2016-08-15 | Modernize the Websocket test suite | Loïc Hoguin |
2016-08-12 | Remove Req from the Websocket interface | Loïc Hoguin |
2016-08-12 | Merge branch 'master' of https://github.com/camshaft/cowboy | Loïc Hoguin |
2016-08-12 | Fix Websocket compression | Loïc Hoguin |
2016-08-11 | Fix timer-sent events in the websocket example | Loïc Hoguin |
2016-08-10 | Use binary_to_integer instead of to list and back | Loïc Hoguin |
2016-08-10 | Let the stream handler take care of crash handling and logging | Loïc Hoguin |
2016-08-10 | Make reply functions return Req | Loïc Hoguin |
2016-08-10 | Add a lot of todos | Loïc Hoguin |
2016-06-27 | send resp_headers with websocket responses | Cameron Bytheway |