summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-28fix $request_time for subrequestsIgor Sysoev1-0/+5
2010-07-13allow setfib=0Igor Sysoev1-1/+1
2010-07-05listen setfib=XIgor Sysoev1-0/+19
2010-06-30Fix processingIgor Sysoev1-0/+1
2010-06-18Test regex location if URI matches exactly to non-exact location.Igor Sysoev1-3/+8
2010-06-18add files missed in the previuos commitIgor Sysoev1-1/+24
2010-06-18ngx_http_send_response()Igor Sysoev1-0/+73
2010-06-15allow spaces in URIIgor Sysoev1-4/+0
2010-06-10PATCH methodIgor Sysoev1-0/+1
2010-05-31fix handling an inherited alias in inclusive locationIgor Sysoev1-7/+6
2010-05-27fix a try_files/alias case when alias uses captures andIgor Sysoev1-3/+11
2010-05-27do not add tested file to a location regex string,Igor Sysoev1-0/+6
2010-05-27fix the previous commitIgor Sysoev1-1/+1
2010-05-27improve debug logging: "try to use file/dir"Igor Sysoev1-1/+2
2010-05-24remove r->zero_in_uriIgor Sysoev1-2/+1
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-8/+4
2010-04-01chunked_transfer_encodingIgor Sysoev1-0/+10