index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
improve-dynamic_buffer
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
/
src
/
cowboy_http.erl
Age
Commit message (
Expand
)
Author
6 days
Make dynamic_buffer start at 128 and change less abruptly
improve-dynamic_buffer
Loïc Hoguin
2025-02-17
Remove copyright years from all files except LICENSE
Loïc Hoguin
2025-02-10
Provide better control over which HTTP protocols are enabled
Loïc Hoguin
2025-02-07
Use maps:fold for cowboy_http's set_options for code clarity
Loïc Hoguin
2025-02-07
Add hibernate option to cowboy_http and cowboy_http2
Loïc Hoguin
2025-02-06
Fix unused variable warning
Loïc Hoguin
2025-02-06
Fix request_timeout triggering when a request was in the buffer
Loïc Hoguin
2025-02-05
HTTP/1: Ensure active mode is enabled for the next stream
Loïc Hoguin
2025-02-05
Implement dynamic socket buffer sizes
Loïc Hoguin
2025-01-24
Cancel timers async
David Ansari
2025-01-24
Add initial http_perf_SUITE
Loïc Hoguin
2024-03-26
Initial HTTP/3 implementation
http3
Loïc Hoguin
2024-01-25
Refresh copyright lines
Loïc Hoguin
2024-01-15
Fix wrong HTTP/1 timeout being used in some cases
Loïc Hoguin
2024-01-08
Ensure HTTP/1.1 Websocket resets the trap_exit flag
Loïc Hoguin
2024-01-05
Reject HTTP/1 requests with both content-length and transfer-encoding
Loïc Hoguin
2023-12-21
Optionally reset the idle timeout when sending data
Robert J. Macomber
2023-12-18
Fix shutdown for HTTP/1.1 pipeline
Dmitri Vereshchagin
2023-12-15
Reject invalid Connection header
Boris Pozdnyakov
2023-12-12
Handle socket errors in HTTP/1.1 and HTTP/2
Loïc Hoguin
2020-11-27
Graceful shutdown
Viktor Söderqvist
2020-05-20
204 and 304 responses must not include a body
Loïc Hoguin
2020-05-20
Increase the default max_keepalive HTTP option to 1000
Loïc Hoguin
2020-04-04
Fix active mode and flow control during pipelining
Loïc Hoguin
2020-02-07
Fix HTTP/1.1 bug when a flow command is returned after fin
Loïc Hoguin
2020-01-17
Fix bugs related to HTTP/1.1 pipelining
Loïc Hoguin
2020-01-06
Use active,N
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-10-10
Fix a number of low hanging todos
Loïc Hoguin
2019-10-09
Implement flow control for HTTP/1.1
Loïc Hoguin
2019-10-07
Document cowboy_tracer_h
Loïc Hoguin
2019-10-07
Document cowboy_metrics_h
Loïc Hoguin
2019-10-05
Don't discard data following a Websocket upgrade request
Loïc Hoguin
2019-10-03
Make stream_error early_error reasons consistent
Loïc Hoguin
2019-10-02
Fix another Dialyzer warning
Loïc Hoguin
2019-10-02
Make sure cowboy_http doesn't receive stray timeout messages
Loïc Hoguin
2019-10-02
Add more HTTP/1.1 header parsing tests
Loïc Hoguin
2019-09-16
Fix closing of connection on response_body_too_small
Loïc Hoguin
2019-07-16
Make Cowboy compatible with upcoming Ranch 2.0
juhlig
2018-11-18
Add the chunked option for HTTP/1.1
Loïc Hoguin
2018-11-16
Allow overriding cowboy_http's idle_timeout per request
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
Loïc Hoguin
2018-11-14
Don't send the content-length header in empty 304 responses
Loïc Hoguin
2018-11-14
Allow disabling keep-alive for HTTP/1.0 connections
Loïc Hoguin
2018-11-09
Add sendfile support to cowboy_req:stream_body
Loïc Hoguin
2018-11-03
Add an option to disable sendfile for a listener
Loïc Hoguin
2018-10-31
Add compress_threshold protocol option
Steve Domin
2018-10-31
Make sure we don't send error_responses on the wrong stream
Loïc Hoguin
2018-10-31
Improve a few types, including cowboy_req:req()
Loïc Hoguin
2018-10-30
Initial support for the PROXY protocol header
Loïc Hoguin
[next]