index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2025-02-17
Remove copyright years from all files except LICENSE
Loïc Hoguin
2025-02-17
Use explicit Ranch and Cowlib versions
Loïc Hoguin
2025-02-11
Improve the set_resp_headers_list test
Loïc Hoguin
2025-02-11
Add support for lists in cowboy_req:set_resp_headers
Loïc Hoguin
2025-02-10
cowboy_rest: Always set the Allow header
Loïc Hoguin
2025-02-10
Correct a ct_helper:ignore call
Loïc Hoguin
2025-02-10
Run http_SUITE:graceful_shutdown_listener separately
Loïc Hoguin
2025-02-10
Provide better control over which HTTP protocols are enabled
Loïc Hoguin
2025-02-09
Detect invalid content_types_provided return values earlier
Loïc Hoguin
2025-02-08
Properly handle external exits of request processes
Loïc Hoguin
2025-02-07
Add hibernate option to cowboy_http and cowboy_http2
Loïc Hoguin
2025-02-06
Add an http_perf test uploading a 10GB body
Loïc Hoguin
2025-02-06
Fix cowboy_req:filter_cookies missing valid cookies
Mirjam Friesen
2025-02-06
Fix request_timeout triggering when a request was in the buffer
Loïc Hoguin
2025-02-05
Implement dynamic socket buffer sizes
Loïc Hoguin
2025-01-24
Add initial http_perf_SUITE
Loïc Hoguin
2025-01-23
Correcting TransOpts in send_timeout_close tests
Björn Svensson
2025-01-23
Add WS compression test where only server sets client_max_window_bits
Jose M Perez
2025-01-22
Websocket: Also apply max_frame_size limit to decompressed data
Loïc Hoguin
2025-01-22
Add compressed Websocket to ws_perf_SUITE
Loïc Hoguin
2025-01-16
Websocket: Allow setting the max_frame_size option dynamically
Loïc Hoguin
2025-01-15
Switch to running autobahntestsuite via Docker
Loïc Hoguin
2025-01-15
Avoid resetting HTTP/2 idle_timeout timer too often
Loïc Hoguin
2025-01-15
Avoid resetting Websocket idle_timeout timer too often
Loïc Hoguin
2025-01-15
Add ws_perf_SUITE to measure Websocket performance
Loïc Hoguin
2024-04-05
Add VU#421644 to the HTTP/2 CONTINUATION Flood test
Loïc Hoguin
2024-03-26
Initial HTTP/3 implementation
http3
Loïc Hoguin
2024-03-14
Add max_fragmented_header_block_size HTTP/2 option
Loïc Hoguin
2024-01-25
Refresh copyright lines
Loïc Hoguin
2024-01-23
Fix match_qs with constraints when key is not present
geeksilva97
2024-01-18
Reduce sleep in chunked_one_byte_at_a_time
Loïc Hoguin
2024-01-18
Retry the read_urlencoded_body_too_large if timeout triggers
Loïc Hoguin
2024-01-17
Improve reliability of a few tests
Loïc Hoguin
2024-01-16
REST: Allow generate_etag to return undefined
Loïc Hoguin
2024-01-16
Confirm Websocket pong frames are received by handlers
Loïc Hoguin
2024-01-16
Fix an intermittent test failure
Loïc Hoguin
2024-01-15
Reject responses with explicit set-cookie header
geeksilva97
2024-01-15
Fix wrong HTTP/1 timeout being used in some cases
Loïc Hoguin
2024-01-09
Better error message when trying to reply twice
Loïc Hoguin
2024-01-09
Improve the error when trying to send a 204/304 with a body
Loïc Hoguin
2024-01-08
Document body reading in auto mode
Loïc Hoguin
2024-01-08
Ensure HTTP/1.1 Websocket resets the trap_exit flag
Loïc Hoguin
2024-01-08
Always add vary: accept-encoding in cowboy_compress_h
Loïc Hoguin
2024-01-05
Reject HTTP/1 requests with both content-length and transfer-encoding
Loïc Hoguin
2024-01-05
Don't automatically compress when response has etag
Loïc Hoguin
2024-01-05
Add cowboy:get_env/2,3
Loïc Hoguin
2024-01-04
Rework and improve the decompress stream handler
Loïc Hoguin
2023-12-21
Add cowboy_decompress_h stream handler
jdamanalo
2023-12-21
Exit gracefully on {error,closed} when reading the PROXY header
Nelson Vides
2023-12-21
Optionally reset the idle timeout when sending data
Robert J. Macomber
[next]