summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-03Whitespace fix.Maxim Dounin1-2/+2
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+4
2012-07-29Improved diagnostics when a directive is specified in the wrong context.Ruslan Ermilov1-1/+1
2012-07-09Entity tags: the "etag" directive.Maxim Dounin1-1/+17
2012-07-09Entity tags: set for static respones.Maxim Dounin1-0/+29
2012-07-03Reset r->uri_changed in a named location (ticket #184).Maxim Dounin1-0/+1
2012-05-16Capped the status code that may be returned with "return" and "try_files".Ruslan Ermilov1-1/+1
2012-05-15Fixed win32 build after changes in r4624.Ruslan Ermilov1-5/+5
2012-05-14Reverted previous attempt to fix complation warning introduced inRuslan Ermilov1-13/+12
2012-05-14Fixed compilation warning introduced in r4624.Ruslan Ermilov1-5/+13
2012-05-14New function ngx_http_get_forwarded_addr() to look up real client address.Ruslan Ermilov1-0/+96
2012-05-04Added write event handler reset in ngx_http_named_location().Maxim Dounin1-0/+1
2012-04-19Fixed segfault with try_files (ticket #152).Maxim Dounin1-1/+1
2012-04-12Fixed buffer overflow when long URI is processed by "try_files" inRuslan Ermilov1-5/+14
2012-03-22Removed safari from keepalive_disable default.Maxim Dounin1-2/+1
2012-03-15The "error_log" directive specified in the "http", "server", andRuslan Ermilov1-2/+9
2012-03-05Whitespace fixes.Maxim Dounin1-2/+2
2012-02-27Disable symlinks: added the "from=" parameter to the "disable_symlinks"Valentin Bartenev1-16/+143
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-3/+17
2012-02-27Added support for the 307 Temporary Redirect.Ruslan Ermilov1-2/+5
2012-02-13Added disable_symlinks directive.Andrey Belov1-0/+35
2012-02-13Time parsing cleanup.Maxim Dounin1-12/+4