summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-13Core: protection from cycles with named locations and post_action.Maxim Dounin1-0/+10
2012-02-13Core: protection from subrequest loops.Maxim Dounin1-1/+0
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-19Added clearing of r->valid_unparsed_uri on internal redirects.Maxim Dounin1-0/+1
2011-12-06Fix for read_head with try_files and open_file_cache.Maxim Dounin1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+91
2011-11-21Fixed "keepalive_disable".Ruslan Ermilov1-1/+1
2011-11-10Changed error message to be more appropriate in the imaginaryRuslan Ermilov1-1/+1
2011-11-08Fix of "keepalive_disable" directive.Igor Sysoev1-6/+8
2011-10-24Support of several servers in the "resolver" directive.Igor Sysoev1-15/+4
2011-10-15Added clearing of modules' contexts in ngx_http_named_location().Maxim Dounin1-0/+3
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin1-0/+4
2011-10-12Fixed two minor bugs in "types" parsing code.Ruslan Ermilov1-1/+10
2011-10-12Fixed grammar in a comment.Ruslan Ermilov1-1/+1
2011-10-12Replaced magic constants representing default values of some directivesRuslan Ermilov1-4/+5
2011-10-12Preallocating exact number of default MIME types entries.Igor Sysoev1-1/+1
2011-10-12Removed old warning that suggested to use "server_name_in_redirect off"Ruslan Ermilov1-7/+0
2011-10-11Fixing directive name in error message if types hash size is not enough.Igor Sysoev1-1/+1
2011-09-27Incorrect special case for "return 204" removed.Maxim Dounin1-5/+0
2011-09-27Fix for "return 202" not discarding body.Maxim Dounin1-0/+4
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2011-09-19Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"Ruslan Ermilov1-2/+2
2011-09-19Overhauled diagnostic messages.Ruslan Ermilov1-21/+21