summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-31The "max_ranges" directive.Igor Sysoev1-0/+10
2011-08-05fix gzip quantity: "q=0." and "q=1." are valid values according to RFCIgor Sysoev1-1/+1
2011-08-04refactor gzip quantity introduced in r3981: it ignored "q=1.000"Igor Sysoev1-27/+36
2011-08-02fix typo introduced in r3985Igor Sysoev1-1/+1
2011-08-01fix r3981 again for case "Accept-Encoding: gzip"Igor Sysoev1-1/+1
2011-08-01lingering_close "off|on|always"Igor Sysoev1-0/+18
2011-08-01fix r3981 for case "Accept-Encoding: gzip"Igor Sysoev1-1/+1
2011-08-01Accept-Encoding refactoring: "gzip; q=0" supportIgor Sysoev1-15/+136
2011-07-30Accept-Encoding refactoring: test first the most common case "gzip,"Igor Sysoev1-7/+27
2011-07-30Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzipIgor Sysoev1-9/+1
2011-04-19fix r3713Igor Sysoev1-2/+2
2011-04-12use memmove() in appropriate placesIgor Sysoev1-1/+1
2011-04-11"satisfy any" disabled custom 401 error pageIgor Sysoev1-3/+7
2011-01-20server_name $hostnameIgor Sysoev1-1/+7
2011-01-20move setting conf->server_name in merge phaseIgor Sysoev1-25/+25
2010-12-15use boolean expression instead of "if"Igor Sysoev1-12/+2
2010-11-29fix commentIgor Sysoev1-1/+1
2010-11-29revert processing NGX_OK in rewrite phase changed in r3798,Igor Sysoev1-5/+0
2010-11-29revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634Igor Sysoev1-1/+10
2010-11-26keepalive_disableIgor Sysoev1-20/+41
2010-10-18allow override redirect status in error_pageIgor Sysoev1-6/+2