summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-11add default listen port at the end of server block parsing instead ofIgor Sysoev1-33/+33
2010-10-08fix testing, the bug has been introduced in r3218Igor Sysoev1-2/+2
2010-10-04gzip_disable degradationIgor Sysoev1-8/+44
2010-09-27allow duplicate listen ssl optionsIgor Sysoev1-1/+0
2010-09-02gzip_disable msie6 ignored other patternsIgor Sysoev1-1/+1
2010-09-02gzip_disable compiled always the first pattern onlyIgor Sysoev1-1/+1
2010-09-02gzip_disable msie6 did not inherited if nginx was built without PCREIgor Sysoev1-1/+1
2010-08-26if a location is specified by regex, then always compile an "alias",Igor Sysoev1-1/+7
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev1-0/+1
2010-07-29change default server_name_in_redirect value to off,Igor Sysoev1-1/+1
2010-07-29use an empty name as default server_name instread of hostnameIgor Sysoev1-3/+2
2010-07-29allow server_name "" as the first nameIgor Sysoev1-15/+8