summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merging r4147, r4148, r4149, r4150, r4207:Igor Sysoev1-5/+8
2011-11-01Merging r4132, r4134, r4143, r4183, r4191, r4199:Igor Sysoev1-30/+23
2011-11-01Merging r4009, r4133, r4184, r4201, r4202, r4203, r4204, r4205:Igor Sysoev1-9/+19
2011-09-30Merging r4036, r4055, r4056, r4057, r4058, r4059, r4060, r4061, r4062, r4063,Igor Sysoev1-0/+10
2011-08-29Merge of r3982, r3984, r3985, r3991:Igor Sysoev1-0/+18
2011-08-29Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995:Igor Sysoev1-12/+154
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
2010-02-18style fix: remove tabsIgor Sysoev1-5/+5
2010-02-01do not disable keepalive after POST requests for MSIE 7+Igor Sysoev1-1/+1
2010-02-01disable keepalive for Safari:Igor Sysoev1-7/+17
2009-12-23allow to handle 301/302 in error_pageIgor Sysoev1-2/+2