aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2025-10-14HTTP/1: Allow independent max authorization/cookie lengthMarko Mindek
2025-10-07Fully disable quicer/h3 unless COWBOY_QUICER is setLoïc Hoguin
2025-09-30Make HTTP/2 Websocket call terminate/3 on socket closeLoïc Hoguin
2025-09-17cowboy_rest: Allow last_modified to return undefinedThomas Arts
2025-09-17Use raw mode to read from the file infoNelson Vides
2025-09-16Make dynamic_buffer start at 512 and change less abruptlyimprove-dynamic_bufferLoïc Hoguin
2025-09-15New data delivery mechanism for HTTP/2+ Websocketdirect-data_delivery-for-h2-websocketLoïc Hoguin
2025-06-25Update to most recent WebTransport draftLoïc Hoguin
2025-06-20Fix cowboy_http2 Dialyzer warnings with OTP-28Loïc Hoguin
2025-06-19Initial WebTransport implementationLoïc Hoguin
2025-02-17Remove copyright years from all files except LICENSELoï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-10Remove unnecessary indirection in cowboy_restLoï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-07Use maps:fold for cowboy_http's set_options for code clarityLoïc Hoguin
2025-02-07Add hibernate option to cowboy_http and cowboy_http2Loïc Hoguin
2025-02-06Fix unused variable warningLoï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-05Lower the lower dynamic buffer value to 1024Loïc Hoguin
2025-02-05HTTP/1: Ensure active mode is enabled for the next streamLoïc Hoguin
2025-02-05Implement dynamic socket buffer sizesLoïc Hoguin
2025-01-24Cancel timers asyncDavid Ansari
2025-01-24Add initial http_perf_SUITELoïc Hoguin
2025-01-23Fix a few underspec'd types in cowboy_staticMarko Mindek
2025-01-22Websocket: Also apply max_frame_size limit to decompressed dataLoïc Hoguin
2025-01-22Use cow_deflate in cowboy_decompress_hLoïc Hoguin
2025-01-16Websocket: Allow setting the max_frame_size option dynamicallyLoï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
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-23Update the guide with range requests supportLoïc Hoguin
2024-01-16REST: Allow generate_etag to return undefinedLoï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-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