aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-03-14Cowboy 2.12.02.12.0Loïc Hoguin
2024-03-14Update erlang.mkLoïc Hoguin
2024-03-14Add max_fragmented_header_block_size HTTP/2 optionLoïc Hoguin
2024-01-29Make sure we can cancel ct-examples in CI2.11.0Loïc Hoguin
2024-01-26Update ssl_hello_world example certificateLoïc Hoguin
2024-01-26Don't use specific actions versions and update cache to v4Loïc Hoguin
2024-01-26Run make ct-examples at the end of normal CILoïc Hoguin
2024-01-25Refresh copyright linesLoïc Hoguin
2024-01-23Cowboy 2.11Loïc Hoguin
2024-01-23Document reset_idle_timeout_on_send optionLoïc Hoguin
2024-01-23Fix match_qs with constraints when key is not presentgeeksilva97
2024-01-23Getting started must include relx in depsLoïc Hoguin
2024-01-23Update the guide with range requests supportLoïc Hoguin
2024-01-22Document range requestsLoïc Hoguin
2024-01-18Reduce sleep in chunked_one_byte_at_a_timeLoïc Hoguin
2024-01-18Retry the read_urlencoded_body_too_large if timeout triggersLoïc Hoguin
2024-01-17Improve reliability of a few testsLoïc Hoguin
2024-01-17Show links in README in make prepare_tagLoïc Hoguin
2024-01-17Add missing manual pages for cowboy_stream functionsLoïc Hoguin
2024-01-16REST: Allow generate_etag to return undefinedLoïc Hoguin
2024-01-16Recommend increasing max_frame_size_received HTTP/2 optionLoïc Hoguin
2024-01-16Confirm Websocket pong frames are received by handlersLoïc Hoguin
2024-01-16Fix an intermittent test failureLoïc Hoguin
2024-01-15Reject responses with explicit set-cookie headergeeksilva97
2024-01-15Fix wrong HTTP/1 timeout being used in some casesLoïc Hoguin
2024-01-09Better error message when trying to reply twiceLoïc Hoguin
2024-01-09Shorten the 204/304 error messageLoïc Hoguin
2024-01-09Improve the error when trying to send a 204/304 with a bodyLoïc Hoguin
2024-01-08Document body reading in auto modeLoïc Hoguin
2024-01-08Ensure HTTP/1.1 Websocket resets the trap_exit flagLoïc Hoguin
2024-01-08Always add vary: accept-encoding in cowboy_compress_hLoïc Hoguin
2024-01-08Don't fail actions if master cache doesn't existLoïc Hoguin
2024-01-05Reject HTTP/1 requests with both content-length and transfer-encodingLoïc Hoguin
2024-01-05Don't automatically compress when response has etagLoïc Hoguin
2024-01-05Add cowboy:get_env/2,3Loïc Hoguin
2024-01-05Fix Dialyzer warnings caused by my decompress changesLoïc Hoguin
2024-01-04Rework and improve the decompress stream handlerLoïc Hoguin
2023-12-21Add cowboy_decompress_h stream handlerjdamanalo
2023-12-21Don't update an HTTP/2 stream's window if stream stoppedLoïc Hoguin
2023-12-21Exit gracefully on {error,closed} when reading the PROXY headerNelson Vides
2023-12-21Optionally reset the idle timeout when sending dataRobert J. Macomber
2023-12-19Remove next_protocols_advertisedViktor Söderqvist
2023-12-19Shave off a few more seconds from rfc7540_SUITELoïc Hoguin
2023-12-18Explicitly close the socket in some tests for speed upsLoïc Hoguin
2023-12-18Fix shutdown for HTTP/1.1 pipelineDmitri Vereshchagin
2023-12-18Delete the master cache on cronLoïc Hoguin
2023-12-15Reject invalid Connection headerBoris Pozdnyakov
2023-12-15Increase loop_handler_timeout timeoutsLoïc Hoguin
2023-12-15Add timeout to cowboy_loopjdamanalo