summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-30Multiple WWW-Authenticate headers with "satisfy any;".Maxim Dounin1-2/+3
2022-05-30All known output headers can be linked lists now.Maxim Dounin1-0/+3
2022-05-30Reworked multi headers to use linked lists.Maxim Dounin1-19/+33
2022-05-30FastCGI: combining headers with identical names (ticket #1724).Maxim Dounin1-0/+74
2021-12-27Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin1-13/+0
2021-10-29Changed default value of sendfile_max_chunk to 2m.Maxim Dounin1-1/+1
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov1-3/+4
2021-05-06Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin1-9/+5
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin1-1/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+15
2021-03-28Fixed handling of already closed connections.Maxim Dounin1-2/+7
2021-02-11HTTP/2: removed SPDY directives handling.Maxim Dounin1-8/+0
2021-01-19Removed incorrect optimization of HEAD requests.Maxim Dounin1-1/+1
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov1-1/+81
2020-02-28Added default overwrite in error_page 494.Maxim Dounin1-0/+1
2020-02-11Made ngx_http_get_forwarded_addr_internal() non-recursive.Vladimir Homutov1-27/+25
2019-12-16Tolerate '\0' in URI when mapping URI to path.Ruslan Ermilov1-1/+2
2019-09-04Fixed "return" with discarding invalid chunked body.Sergey Kandaurov1-2/+4
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-11/+13
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-35/+40
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan1-0/+8
2018-06-07Added r->schema.Ruslan Ermilov1-0/+1
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-0/+3
2018-02-28Generic subrequests in memory.Roman Arutyunyan1-0/+21
2017-11-20Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).Roman Arutyunyan1-0/+1
2017-07-20Precontent phase.Roman Arutyunyan1-310/+0
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora1-0/+7
2017-06-07Fixed segfault in try_files with nested location.Sergey Kandaurov1-0/+1
2017-05-25Background subrequests for cache updates.Roman Arutyunyan1-16/+19
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov1-0/+1
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc1-1/+2
2017-04-12Use ngx_calloc_buf() where appropriate.Ruslan Ermilov1-1/+1
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov1-0/+5
2017-03-22Simplified code about duplicate root/alias directive.Ruslan Ermilov1-8/+6
2017-03-22Unified error messages about duplicate directives.Ruslan Ermilov1-1/+1
2017-02-27Fixed background update with "if".Maxim Dounin1-0/+1
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan1-0/+11
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov1-5/+15
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov1-4/+2
2016-12-21Core: relative redirects (closes #1000).Ruslan Ermilov1-0/+10
2016-11-04Style: switch.Ruslan Ermilov1-2/+0
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-09-07Core: introduced ngx_cidr_match() function.Dmitry Volyntsev1-98/+24
2016-05-23Realip: port support in X-Real-IP and X-Forwarded-For.Dmitry Volyntsev1-1/+3
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-6/+6
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-1/+1
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov1-2/+0
2016-03-31Fixed logging with variable field width.Sergey Kandaurov1-1/+2
2016-03-30Style.Ruslan Ermilov1-18/+18