aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
Commit message (Expand)AuthorAge
* Added "keepalive_min_timeout" directive.Roman Arutyunyan2025-02-05
* Fixed request termination with AIO and subrequests (ticket #2555).Maxim Dounin2024-01-30
* HTTP: removed unused r->port_start and r->port_end.Vladimir Khomutov2023-11-28
* HTTP/3: postponed session creation to init() callback.Roman Arutyunyan2023-09-14
* 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
* | Added r->response_sent flag.Roman Arutyunyan2021-09-30
* | Merged with the default branch.Sergey Kandaurov2021-09-01
|\|
| * Request body: reading body buffering in filters.Maxim Dounin2021-08-29
| * Request body: introduced rb->last_saved flag.Maxim Dounin2021-08-29
* | Merged with the default branch.Sergey Kandaurov2021-07-15
|\|
| * Disabled spaces in URIs (ticket #196).Maxim Dounin2021-06-28
| * Added CONNECT method rejection.Maxim Dounin2021-06-28
* | HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan2021-05-05
* | HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan2021-05-05
* | HTTP/3: introduced ngx_http_v3_parse_t structure.Roman Arutyunyan2021-02-17
* | HTTP/3: refactored request parser.Roman Arutyunyan2021-01-22
* | Merged with the default branch.Sergey Kandaurov2020-12-15
|\|
| * Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin2020-12-10
* | HTTP/3: eliminated r->method_start.Roman Arutyunyan2020-11-25
* | QUIC: added "quic" listen parameter.Roman Arutyunyan2020-07-21
* | Fixed $request_length for HTTP/3.Roman Arutyunyan2020-05-19
* | Refactored HTTP/3 parser.Roman Arutyunyan2020-03-18
* | HTTP/3.Roman Arutyunyan2020-03-13
* | Initial QUIC support in http.Sergey Kandaurov2020-02-28
|/
* Limit conn: $limit_conn_status variable.Roman Arutyunyan2019-11-18
* Updated comment after 776d1bebdca2.Roman Arutyunyan2019-11-18
* Limit req: $limit_req_status variable.Roman Arutyunyan2019-11-06
* Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov2019-04-24
* Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan2018-12-11
* Added r->schema.Ruslan Ermilov2018-06-07
* gRPC: special handling of the TE request header.Maxim Dounin2018-03-17
* Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov2018-02-15
* Basic support of the Link response header.Ruslan Ermilov2018-02-08
* Upstream: keep request body file from removal if requested.Roman Arutyunyan2017-07-19
* Added support for trailers in HTTP responses.Piotr Sikora2017-03-24
* Background subrequests for cache updates.Roman Arutyunyan2017-05-25
* Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov2017-04-25
* Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc2017-04-11
* Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora2017-03-24
* Converted hc->busy/hc->free to use chain links.Maxim Dounin2017-03-07
* Upstream: proxy_cache_background_update and friends.Roman Arutyunyan2017-02-10
* Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin2016-10-10
* Modules compatibility: http2.Maxim Dounin2016-10-03
* Modules compatibility: status fields.Maxim Dounin2016-09-29
* Modules compatibility: health check fields.Maxim Dounin2016-09-29
* Removed influence of some options on structures.Ruslan Ermilov2016-09-20
* HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev2016-05-20
* Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin2016-05-16