summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-19Fixed handling of empty root.Maxim Dounin1-1/+3
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-14/+15
2015-09-11Fixed segfault with incorrect location nesting.Maxim Dounin1-1/+1
2015-08-31Added protection against r->main->count overflow by subrequests.Valentin Bartenev1-0/+10
2015-08-23Limit recursive subrequests instead of simultaneous.Valentin Bartenev1-4/+2
2015-08-16Fixed wrong URI after try_files in nested location (ticket #97).Maxim Dounin1-3/+5
2015-08-16Fixed segfault with try_files introduced by c985d90a8d1f.Maxim Dounin1-1/+3
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin1-2/+2
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+13
2015-04-29Removed deprecated HTTP directives.Ruslan Ermilov1-33/+0
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-1/+1
2015-03-23Request body: filters support.Maxim Dounin1-1/+11
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev1-0/+74
2015-03-13The "aio" directive parser made smarter.Ruslan Ermilov1-25/+52
2015-03-12Deprecated "aio sendfile".Ruslan Ermilov1-1/+1
2015-01-21Fixed try_files directory test to match only a directory.Damien Tournoud1-1/+1
2014-11-28Fixed post_action to not trigger "header already sent" alert.Maxim Dounin1-0/+4
2014-09-08Fixed ETag memory allocation error handling.Maxim Dounin1-0/+1
2014-07-08Style: add whitespace between control statement and parentheses.Piotr Sikora1-2/+2
2014-06-26Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin1-0/+40
2014-05-28Fixed config parsing of the last try_files parameter.Sergey Kandaurov1-1/+2
2014-05-16Fixed alias in regex locations with limit_except/if.Maxim Dounin1-18/+10
2014-04-16Fixed missing "static" in declaration of ngx_http_gzip_quantity().Valentin Bartenev1-1/+1
2014-03-31Adjusted default value of types_hash_bucket_size (ticket #352).Maxim Dounin1-2/+1
2014-03-25Increased default value of variables_hash_max_size.Andrei Belov1-1/+1
2014-03-19Macros used for initialization in ngx_http_core_init_main_conf().Maxim Dounin1-14/+5
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+5
2014-02-27Disabled redirects to named locations if URI is not set.Maxim Dounin1-0/+8
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+23
2013-12-03Fixed "setfib=" on non-first listening socket.Maxim Dounin1-0/+2
2013-10-18Fixed "satisfy any" if 403 is returned after 401 (ticket #285).Maxim Dounin1-1/+3
2013-09-23Caseless location tree construction (ticket #90).Maxim Dounin1-2/+2
2013-08-23Fixed try_files with empty argument (ticket #390).Maxim Dounin1-1/+3
2013-07-30Added safety belt for the case of sending header twice.Sergey Kandaurov1-0/+6
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin1-6/+2
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev1-2/+6
2013-08-06Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev1-1/+3
2013-07-11Style.Maxim Dounin1-1/+1
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov1-2/+2
2013-06-20Core: support several "error_log" directives.Vladimir Homutov1-27/+1
2013-06-04Core: fixed handling of "stderr" in error_log.Vladimir Homutov1-0/+1
2013-03-29Pass PCRE_CASELESS to pcre_compile() for caseless matching.Ruslan Ermilov1-1/+1
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-0/+23
2013-02-27Introduced the ngx_http_set_connection_log() macro.Valentin Bartenev1-5/+1
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-2/+60
2012-12-18Avoid sending "100 Continue" on 413 Request Entity Too Large.Maxim Dounin1-0/+1
2012-12-06Allow the complex value to be defined as an empty string.Ruslan Ermilov1-1/+1
2012-11-21Request body: chunked transfer encoding support.Maxim Dounin1-1/+2
2012-08-30Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addressesRuslan Ermilov1-1/+9
2012-08-28Fixed the "include" directive.Ruslan Ermilov1-9/+2