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
Age
Commit message (
Expand
)
Author
2024-01-26
Don't use specific actions versions and update cache to v4
Loïc Hoguin
2024-01-26
Run make ct-examples at the end of normal CI
Loïc Hoguin
2024-01-25
Refresh copyright lines
Loïc Hoguin
2024-01-23
Cowboy 2.11
Loïc Hoguin
2024-01-23
Document reset_idle_timeout_on_send option
Loïc Hoguin
2024-01-23
Fix match_qs with constraints when key is not present
geeksilva97
2024-01-23
Getting started must include relx in deps
Loïc Hoguin
2024-01-23
Update the guide with range requests support
Loïc Hoguin
2024-01-22
Document range requests
Loïc Hoguin
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-17
Show links in README in make prepare_tag
Loïc Hoguin
2024-01-17
Add missing manual pages for cowboy_stream functions
Loïc Hoguin
2024-01-16
REST: Allow generate_etag to return undefined
Loïc Hoguin
2024-01-16
Recommend increasing max_frame_size_received HTTP/2 option
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
Shorten the 204/304 error message
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-08
Don't fail actions if master cache doesn't exist
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-05
Fix Dialyzer warnings caused by my decompress changes
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
Don't update an HTTP/2 stream's window if stream stopped
Loïc Hoguin
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
2023-12-19
Remove next_protocols_advertised
Viktor Söderqvist
2023-12-19
Shave off a few more seconds from rfc7540_SUITE
Loïc Hoguin
2023-12-18
Explicitly close the socket in some tests for speed ups
Loïc Hoguin
2023-12-18
Fix shutdown for HTTP/1.1 pipeline
Dmitri Vereshchagin
2023-12-18
Delete the master cache on cron
Loïc Hoguin
2023-12-15
Reject invalid Connection header
Boris Pozdnyakov
2023-12-15
Increase loop_handler_timeout timeouts
Loïc Hoguin
2023-12-15
Add timeout to cowboy_loop
jdamanalo
2023-12-15
Fix static_handler suite code path
Loïc Hoguin
2023-12-14
Change send_timeout_close test to accomodate macOS
Loïc Hoguin
2023-12-12
Handle socket errors in HTTP/1.1 and HTTP/2
Loïc Hoguin
2023-12-12
Add test for send_timeout_close
Sergei Shuvatov
2023-12-07
Note that we won't implement the HTTP/2 PRIORITY mechanism
Loïc Hoguin
2023-12-07
Fix position of rate_limited/2 callback in REST workflow guide
Loïc Hoguin
[next]