aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
Commit message (Expand)AuthorAge
* SNI: added restriction for TLSv1.3 cross-SNI session resumption.Sergey Kandaurov2025-02-05
* Added "keepalive_min_timeout" directive.Roman Arutyunyan2025-02-05
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* Fixed request termination with AIO and subrequests (ticket #2555).Maxim Dounin2024-01-30
* HTTP: uniform checks in ngx_http_alloc_large_header_buffer().Vladimir Khomutov2023-11-29
* HTTP: removed unused r->port_start and r->port_end.Vladimir Khomutov2023-11-28
* SSL: removed the "ssl" directive.Roman Arutyunyan2023-06-08
* HTTP/2: "http2" directive.Roman Arutyunyan2023-05-16
* Merged with the default branch.Sergey Kandaurov2023-03-29
|\
| * Lingering close for connections with pipelined requests.Maxim Dounin2023-02-02
* | HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan2023-02-27
* | HTTP/3: renamed functions.Roman Arutyunyan2022-08-22
* | Merged with the default branch.Sergey Kandaurov2022-06-22
|\|
| * All non-unique input headers are now linked lists.Maxim Dounin2022-05-30
| * Reworked multi headers to use linked lists.Maxim Dounin2022-05-30
| * Perl: fixed $r->header_in("Connection").Maxim Dounin2022-05-30
* | HTTP/3: set c->error on read error in ngx_http_test_reading().Roman Arutyunyan2022-01-12
* | HTTP/3: simplified code.Roman Arutyunyan2022-01-12
* | QUIC: fixed e06283038ec8 mis-merge.Sergey Kandaurov2021-12-09
* | QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch.Sergey Kandaurov2021-12-07
* | HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan2021-12-04
* | HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2021-12-06
* | HTTP/3: allowed QUIC stream connection reuse.Roman Arutyunyan2021-10-18
* | Merged with the default branch.Sergey Kandaurov2021-11-03
|\|
| * SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2021-10-21
| * HTTP/2: removed support for NPN.Vladimir Homutov2021-10-15
* | HTTP/3: reset streams with incomplete responses or timeouts.Roman Arutyunyan2021-09-27
* | HTTP/3: fixed segfault when using SSL certificates with variables.Sergey Kandaurov2021-09-29
* | HTTP/3: make ngx_http_log_error() static again.Roman Arutyunyan2021-09-17
* | Merged with the default branch.Sergey Kandaurov2021-09-01
|\|
| * Disabled HTTP/1.0 requests with Transfer-Encoding.Sergey Kandaurov2021-08-09
* | Merged with the default branch.Sergey Kandaurov2021-07-15
|\|
| * Disabled control characters in the Host header.Maxim Dounin2021-06-28
| * Improved logging of invalid headers.Maxim Dounin2021-06-28
| * Disabled spaces in URIs (ticket #196).Maxim Dounin2021-06-28
| * Disabled requests with both Content-Length and Transfer-Encoding.Maxim Dounin2021-06-28
| * Added CONNECT method rejection.Maxim Dounin2021-06-28
| * Moved TRACE method rejection to a better place.Maxim Dounin2021-06-28
| * Fixed SSL logging with lingering close.Maxim Dounin2021-06-01
* | Merged with the default branch.Sergey Kandaurov2021-05-28
|\|
| * Fixed log action when using SSL certificates with variables.Maxim Dounin2021-05-24
* | Merged with the default branch.Sergey Kandaurov2021-03-30
|\|
| * Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov2021-03-24
* | Merged with the default branch.Sergey Kandaurov2021-02-17
|\|
| * Reuse of connections in lingering close.Maxim Dounin2021-02-11
| * Core: removed post_accept_timeout.Maxim Dounin2021-01-19
* | HTTP/3: removed HTTP/3-specific code.Roman Arutyunyan2020-12-21
* | HTTP/3: refactored request parser.Roman Arutyunyan2021-01-22
* | Merged with the default branch.Sergey Kandaurov2020-12-15
|\|
| * Removed extra allocation for r->uri.Maxim Dounin2020-12-10