summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Upstream: early hints support.Roman Arutyunyan1-0/+2
2025-02-05Added "keepalive_min_timeout" directive.Roman Arutyunyan1-0/+1
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan1-2/+0
2023-03-29Merged with the default branch.Sergey Kandaurov1-1/+5
2023-01-28Added warning about redefinition of listen socket protocol options.Maxim Dounin1-0/+4
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-0/+2
2023-01-26Fixed handling of very long locations (ticket #2435).Maxim Dounin1-1/+1
2022-06-22Merged with the default branch.Sergey Kandaurov1-1/+3
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-1/+1
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-0/+2
2021-12-08HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.Sergey Kandaurov1-1/+0
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-1/+0
2021-11-03Merged with the default branch.Sergey Kandaurov1-2/+2
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin1-2/+2
2021-05-28Merged with the default branch.Sergey Kandaurov1-0/+1
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov1-0/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+1
2021-04-16Merged with the default branch.Sergey Kandaurov1-0/+1
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-0/+2
2020-04-14Merged with the default branch.Sergey Kandaurov1-0/+1
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov1-0/+1
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-0/+2
2020-02-28HTTP UDP layer, QUIC support autotest.Sergey Kandaurov1-0/+2
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-2/+3
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-3/+2
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-0/+3
2018-02-28Generic subrequests in memory.Roman Arutyunyan1-0/+2
2017-07-20Precontent phase.Roman Arutyunyan1-16/+2
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev1-1/+2
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov1-1/+6
2016-12-21Core: relative redirects (closes #1000).Ruslan Ermilov1-0/+1
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-4/+0
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin1-1/+3
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov1-3/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-10-03Modules compatibility: http2.Maxim Dounin1-4/+0
2016-10-03Modules compatibility: degradation fields now always present.Maxim Dounin1-2/+0
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-1/+1
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-11/+1
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov1-1/+0
2016-03-30Style.Ruslan Ermilov1-4/+4
2016-03-22Backed out server_tokens changes.Maxim Dounin1-3/+1
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin1-0/+1
2016-03-15Added variables support to server_tokens.Ruslan Ermilov1-1/+3
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-4/+4
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+3
2015-03-23Request body: filters support.Maxim Dounin1-0/+4
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev1-0/+10
2015-03-13The "aio" directive parser made smarter.Ruslan Ermilov1-2/+0