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_http2.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
Add hibernate option to cowboy_http and cowboy_http2
Loïc Hoguin
2025-02-05
Implement dynamic socket buffer sizes
Loïc Hoguin
2025-01-15
Avoid resetting HTTP/2 idle_timeout timer too often
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
2023-12-21
Don't update an HTTP/2 stream's window if stream stopped
Loïc Hoguin
2023-12-21
Optionally reset the idle timeout when sending data
Robert J. Macomber
2023-12-19
Shave off a few more seconds from rfc7540_SUITE
Loïc Hoguin
2023-12-12
Handle socket errors in HTTP/1.1 and HTTP/2
Loïc Hoguin
2023-12-06
Add 'max_cancel_stream_rate' config for the rapid reset attack
Viktor Söderqvist
2022-09-19
Fix data sent after RST_STREAM in HTTP/2 in rare cases
Loïc Hoguin
2020-11-27
Use functions for inititalizing rate limiting
Simon Johansson
2020-11-27
Graceful shutdown
Viktor Söderqvist
2020-04-06
Experiment with a linger_timeout for HTTP/2
Loïc Hoguin
2020-03-29
Increase the default max_received_frame_rate
Loïc Hoguin
2020-01-06
Use active,N
Loïc Hoguin
2020-01-02
Reduce number of Transport:send/2 calls for HTTP/2
Loïc Hoguin
2019-12-31
No longer use erlang:get_stacktrace/0
Loïc Hoguin
2019-10-10
Don't log stray messages for lingering HTTP/2 streams
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-03
Make stream_error early_error reasons consistent
Loïc Hoguin
2019-10-02
Fix a Dialyzer warning and improve some types
Loïc Hoguin
2019-10-02
Fix HTTP/2 CVEs
Loïc Hoguin
2019-10-02
Remove lingering_data tuple handling
Loïc Hoguin
2019-09-14
Implement backpressure on cowboy_req:stream_body
Loïc Hoguin
2019-09-05
Fix and optimize sending of WINDOW_UPDATE frames
Loïc Hoguin
2019-08-16
Gracefully shut down HTTP/2 connections on GOAWAY
Loïc Hoguin
2019-07-16
Make Cowboy compatible with upcoming Ranch 2.0
juhlig
2019-07-16
Data received after RST_STREAM counts toward window
Tony Han
2019-04-01
Fallback to host header if authority is missing
Fredrik Enestad
2018-11-16
Add the idle_timeout option to HTTP/2
Loïc Hoguin
2018-11-16
Ensure unknown options are ignored in set_options command
Loïc Hoguin
2018-11-15
Add a compress_buffering option to cowboy_compress_h
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
Improve a few types, including cowboy_req:req()
Loïc Hoguin
2018-10-30
Initial support for the PROXY protocol header
Loïc Hoguin
2018-10-28
Remove a useless todo
Loïc Hoguin
2018-10-28
Rename a few functions and shuffle arguments
Loïc Hoguin
2018-10-28
Remove an unnecessary function
Loïc Hoguin
2018-10-28
Exit gracefully on parent exit/sys:terminate/2,3
Loïc Hoguin
2018-10-27
Fix small issues introduced in the previous commit
Loïc Hoguin
2018-10-27
Use cow_http2_machine's timer handling
Loïc Hoguin
2018-10-26
Use cow_http2:parse_sequence/1
Loïc Hoguin
[next]