summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-28Raised simultaneous subrequest limit from 50 to 200.Maxim Dounin1-1/+1
2012-02-27Added support for the 307 Temporary Redirect.Ruslan Ermilov1-0/+1
2012-02-10Fixed module name in comment. It was forgotten in r4281.Valentin Bartenev1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-14Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.Valentin Bartenev1-1/+1
2011-07-30Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzipIgor Sysoev1-1/+0
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev1-1/+3
2010-12-14rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODESIgor Sysoev1-1/+1
2010-12-06"If-Unmodified-Since" supportIgor Sysoev1-0/+1
2010-06-30remove r->zero_body unused since the previous commitIgor Sysoev1-1/+0
2010-06-18303 See OtherIgor Sysoev1-0/+1
2010-06-15allow spaces in URIIgor Sysoev1-0/+3
2010-06-10PATCH methodIgor Sysoev1-1/+2
2010-06-07202 Accepted status codeIgor Sysoev1-0/+1
2010-05-27fix a try_files/alias case when alias uses captures andIgor Sysoev1-0/+1
2010-05-24remove r->zero_in_uriIgor Sysoev1-4/+1
2010-02-01disable keepalive for Safari:Igor Sysoev1-0/+1
2009-11-16regex named capturesIgor Sysoev1-1/+0
2009-11-12r->chromeIgor Sysoev1-0/+1