aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2025-02-17Remove copyright years from all files except LICENSELoïc Hoguin
2025-02-17Use explicit Ranch and Cowlib versionsLoïc Hoguin
2025-02-11Improve the set_resp_headers_list testLoïc Hoguin
2025-02-11Add support for lists in cowboy_req:set_resp_headersLoïc Hoguin
2025-02-10cowboy_rest: Always set the Allow headerLoïc Hoguin
2025-02-10Correct a ct_helper:ignore callLoïc Hoguin
2025-02-10Run http_SUITE:graceful_shutdown_listener separatelyLoïc Hoguin
2025-02-10Provide better control over which HTTP protocols are enabledLoïc Hoguin
2025-02-09Detect invalid content_types_provided return values earlierLoïc Hoguin
2025-02-08Properly handle external exits of request processesLoïc Hoguin
2025-02-07Add hibernate option to cowboy_http and cowboy_http2Loïc Hoguin
2025-02-06Add an http_perf test uploading a 10GB bodyLoïc Hoguin
2025-02-06Fix cowboy_req:filter_cookies missing valid cookiesMirjam Friesen
2025-02-06Fix request_timeout triggering when a request was in the bufferLoïc Hoguin
2025-02-05Implement dynamic socket buffer sizesLoïc Hoguin
2025-01-24Add initial http_perf_SUITELoïc Hoguin
2025-01-23Correcting TransOpts in send_timeout_close testsBjörn Svensson
2025-01-23Add WS compression test where only server sets client_max_window_bitsJose M Perez
2025-01-22Websocket: Also apply max_frame_size limit to decompressed dataLoïc Hoguin
2025-01-22Add compressed Websocket to ws_perf_SUITELoïc Hoguin
2025-01-16Websocket: Allow setting the max_frame_size option dynamicallyLoïc Hoguin
2025-01-15Switch to running autobahntestsuite via DockerLoïc Hoguin
2025-01-15Avoid resetting HTTP/2 idle_timeout timer too oftenLoïc Hoguin
2025-01-15Avoid resetting Websocket idle_timeout timer too oftenLoïc Hoguin
2025-01-15Add ws_perf_SUITE to measure Websocket performanceLoïc Hoguin
2024-04-05Add VU#421644 to the HTTP/2 CONTINUATION Flood testLoïc Hoguin
2024-03-26Initial HTTP/3 implementationhttp3Loïc Hoguin
2024-03-14Add max_fragmented_header_block_size HTTP/2 optionLoïc Hoguin
2024-01-25Refresh copyright linesLoïc Hoguin
2024-01-23Fix match_qs with constraints when key is not presentgeeksilva97
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-16REST: Allow generate_etag to return undefinedLoï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-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-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-04Rework and improve the decompress stream handlerLoïc Hoguin
2023-12-21Add cowboy_decompress_h stream handlerjdamanalo
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