summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin1-2/+2
2021-05-24Location header escaping in redirects (ticket #882).Ruslan Ermilov1-0/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+1
2020-04-08The new auth_delay directive for delaying unauthorized requests.Ruslan Ermilov1-0/+1
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov1-2/+3
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-3/+2
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-0/+3
2018-02-28Generic subrequests in memory.Roman Arutyunyan1-0/+2
2017-07-20Precontent phase.Roman Arutyunyan1-16/+2
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev1-1/+2
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov1-1/+6
2016-12-21Core: relative redirects (closes #1000).Ruslan Ermilov1-0/+1
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-4/+0
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin1-1/+3
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov1-3/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-10-03Modules compatibility: http2.Maxim Dounin1-4/+0
2016-10-03Modules compatibility: degradation fields now always present.Maxim Dounin1-2/+0
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-1/+1
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-11/+1
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov1-1/+0
2016-03-30Style.Ruslan Ermilov1-4/+4
2016-03-22Backed out server_tokens changes.Maxim Dounin1-3/+1
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin1-0/+1
2016-03-15Added variables support to server_tokens.Ruslan Ermilov1-1/+3
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-4/+4
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+3
2015-03-23Request body: filters support.Maxim Dounin1-0/+4
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev1-0/+10
2015-03-13The "aio" directive parser made smarter.Ruslan Ermilov1-2/+0
2015-03-12Deprecated "aio sendfile".Ruslan Ermilov1-1/+0
2014-08-15Fixed typo.Sergey Kandaurov1-1/+1
2014-06-26Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin1-0/+1
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+2
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+3
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-1/+7
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev1-10/+18
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-1/+2
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+1
2012-07-09Entity tags: the "etag" directive.Maxim Dounin1-0/+1
2012-07-09Entity tags: set for static respones.Maxim Dounin1-0/+1
2012-07-07Entity tags: clear on entity changes.Maxim Dounin1-0/+7
2012-05-14New function ngx_http_get_forwarded_addr() to look up real client address.Ruslan Ermilov1-0/+3
2012-02-27Disable symlinks: added the "from=" parameter to the "disable_symlinks"Valentin Bartenev1-0/+1
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-0/+4
2012-02-13Added disable_symlinks directive.Andrey Belov1-0/+4
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+6
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin1-0/+7