summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07Added r->schema.Ruslan Ermilov1-0/+1
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin1-0/+1
2018-02-15Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov1-1/+1
2018-02-08Basic support of the Link response header.Ruslan Ermilov1-0/+1
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan1-0/+1
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora1-0/+2
2017-05-25Background subrequests for cache updates.Roman Arutyunyan1-1/+2
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov1-2/+4
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc1-0/+1
2017-03-24Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora1-0/+1
2017-03-07Converted hc->busy/hc->free to use chain links.Maxim Dounin1-3/+2
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan1-1/+4
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-3/+1
2016-10-03Modules compatibility: http2.Maxim Dounin1-4/+0
2016-09-29Modules compatibility: status fields.Maxim Dounin1-0/+1
2016-09-29Modules compatibility: health check fields.Maxim Dounin1-0/+2
2016-09-20Removed influence of some options on structures.Ruslan Ermilov1-4/+1
2016-05-20HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev1-0/+1
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin1-0/+1
2016-04-01HTTP/2: rewritten handling of request body.Valentin Bartenev1-0/+3
2015-12-07Slice filter.Roman Arutyunyan1-0/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-2/+3
2015-08-31Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.Valentin Bartenev1-1/+1
2015-08-31Added protection against r->main->count overflow by subrequests.Valentin Bartenev1-1/+1
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-11/+0
2015-03-23Request body: unbuffered reading.Maxim Dounin1-0/+2
2015-03-04Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.Ruslan Ermilov1-0/+3
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-3/+0
2014-12-02Upstream: improved subrequest logging.Maxim Dounin1-0/+4
2014-06-26Entity tags: explicit flag to skip not modified filter.Maxim Dounin1-0/+1
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov1-0/+2
2014-05-19Charset filter: fixed charset setting on encoded replies.Maxim Dounin1-1/+0
2014-03-21Range filter: single_range flag in request.Maxim Dounin1-0/+1
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-1/+2
2013-06-20Core: support several "error_log" directives.Vladimir Homutov1-0/+1
2013-05-11Added r->limit_rate_after.Maxim Dounin1-0/+1
2013-05-11Fixed build with --with-mail_ssl_module.Maxim Dounin1-1/+1
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-0/+3
2013-03-07Refactored ngx_http_init_request().Valentin Bartenev1-2/+3
2013-03-01Allocate request object from its own pool.Valentin Bartenev1-2/+0
2013-02-27SNI: avoid surplus lookup of virtual server if SNI was used.Valentin Bartenev1-0/+7
2013-02-27SSL: do not treat SSL handshake as request.Valentin Bartenev1-2/+2
2013-02-27SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev1-0/+1
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev1-0/+8
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev1-13/+4
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-1/+1
2013-02-18Proxy: support for connection upgrade (101 Switching Protocols).Maxim Dounin1-0/+5
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin1-1/+4
2012-07-07Entity tags: basic support in not modified filter.Maxim Dounin1-0/+2
2012-06-21Fixed compile-time conditionals used to detect if X-Forwarded-For supportRuslan Ermilov1-1/+1