aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
Commit message (Expand)AuthorAge
* Upstream: early hints support.Roman Arutyunyan2025-06-19
* Added "keepalive_min_timeout" directive.Roman Arutyunyan2025-02-05
* HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan2023-05-11
* Merged with the default branch.Sergey Kandaurov2023-03-29
|\
| * Added warning about redefinition of listen socket protocol options.Maxim Dounin2023-01-28
| * Fixed handling of very long locations (ticket #2435).Maxim Dounin2023-01-26
* | HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* | Merged with the default branch.Sergey Kandaurov2022-06-22
|\|
| * Reworked multi headers to use linked lists.Maxim Dounin2022-05-30
| * FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin2022-05-30
* | HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.Sergey Kandaurov2021-12-08
* | HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* | Merged with the default branch.Sergey Kandaurov2021-11-03
|\|
| * Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin2021-10-12
* | Merged with the default branch.Sergey Kandaurov2021-05-28
|\|
| * Location header escaping in redirects (ticket #882).Ruslan Ermilov2021-05-24
* | Merged with the default branch.Sergey Kandaurov2021-04-16
|\|
| * Introduced the "keepalive_time" directive.Maxim Dounin2021-04-08
* | QUIC: added "quic" listen parameter.Roman Arutyunyan2020-07-21
* | Merged with the default branch.Sergey Kandaurov2020-04-14
|\|
| * The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov2020-04-08
* | Initial QUIC support in http.Sergey Kandaurov2020-02-28
* | HTTP UDP layer, QUIC support autotest.Sergey Kandaurov2020-02-28
|/
* Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov2019-04-24
* Multiple addresses in "listen".Roman Arutyunyan2019-03-15
* SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin2018-04-24
* Generic subrequests in memory.Roman Arutyunyan2018-02-28
* Precontent phase.Roman Arutyunyan2017-07-20
* Variables: generic prefix variables.Dmitry Volyntsev2017-01-31
* Implemented the "server_tokens build" option.Ruslan Ermilov2017-01-31
* Core: relative redirects (closes #1000).Ruslan Ermilov2016-12-21
* Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin2016-10-10
* Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin2016-10-10
* Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov2016-10-03
* Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin2016-10-03
* Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin2016-10-03
* Modules compatibility: http2.Maxim Dounin2016-10-03
* Modules compatibility: degradation fields now always present.Maxim Dounin2016-10-03
* Renamed "u" to "sockaddr" in listen options types.Maxim Dounin2016-05-23
* Introduced the ngx_sockaddr_t type.Ruslan Ermilov2016-05-23
* Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov2016-05-20
* Style.Ruslan Ermilov2016-03-30
* Backed out server_tokens changes.Maxim Dounin2016-03-22
* Threads: writing via threads pools in event pipe.Maxim Dounin2016-03-18
* Added variables support to server_tokens.Ruslan Ermilov2016-03-15
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-11
* The "reuseport" option of the "listen" directive.Maxim Dounin2015-05-20
* Request body: filters support.Maxim Dounin2015-03-23
* Added support for offloading read() in thread pools.Valentin Bartenev2015-03-14
* The "aio" directive parser made smarter.Ruslan Ermilov2015-03-13