summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-27fix types and add commentIgor Sysoev1-3/+2
2009-01-21allow directories in try_filesIgor Sysoev1-1/+9
2009-01-19try_files should work with files onlyIgor Sysoev1-0/+4
2008-12-26send "100 Continue" just before reading request bodyIgor Sysoev1-53/+2
2008-12-26do not send "100 Continue" for subrequestsIgor Sysoev1-1/+4
2008-12-24flush variable values in try_filesIgor Sysoev1-1/+1
2008-12-24update r2422Igor Sysoev1-10/+1
2008-12-23fix r2378, do not activate subrequest if there are alreadyIgor Sysoev1-0/+9
2008-12-23fix the previous commitIgor Sysoev1-1/+1
2008-12-22send "100 Continue" for HTTP/1.1 onlyIgor Sysoev1-1/+1
2008-12-15try_filesIgor Sysoev1-0/+240
2008-12-11fix segfault if no named location are defined, but are usedIgor Sysoev1-18/+22
2008-12-11allow "~", "~*", "^~", and "=" before location name without spaceIgor Sysoev1-38/+100
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev1-26/+5
2008-12-01if_modified_sinceIgor Sysoev1-0/+17
2008-10-17fix server_addr value known from configuration, bug introduced in r2199Igor Sysoev1-0/+4
2008-10-16NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev1-1/+1
2008-09-29disable $realpath_root variable in a "root" directiveIgor Sysoev1-0/+11
2008-09-27*) log_subrequestIgor Sysoev1-0/+9
2008-09-24underscores_in_headersIgor Sysoev1-0/+11
2008-09-05remove unused #include'sIgor Sysoev1-2/+0
2008-09-01*) listen sslIgor Sysoev1-0/+12
2008-08-26gzip_disable msie6Igor Sysoev1-2/+28
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev1-1/+1
2008-08-21ngx_sock_ntop() takes family from sockaddr, remove duplicate fieldIgor Sysoev1-2/+2
2008-08-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev1-2/+2
2008-08-21server_name "" supportIgor Sysoev1-11/+17
2008-08-17*) regex match must return NGX_OK to stop regex searching,Igor Sysoev1-3/+13
2008-08-17fix noregex for inclusive locationsIgor Sysoev1-7/+16
2008-08-04test Content-Type via hash:Igor Sysoev1-0/+38
2008-08-04ngx_hash_strlow()Igor Sysoev1-16/+7
2008-07-30directioIgor Sysoev1-0/+39
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev1-1/+1
2008-07-03show an error message for invalid parameterIgor Sysoev1-2/+4
2008-06-26the "Expect" header supportIgor Sysoev1-1/+50
2008-06-17*) back out r2040Igor Sysoev1-4/+4
2008-06-15after URI was rewritten location configuration should be to a server's null oneIgor Sysoev1-0/+5
2008-05-24*) remove optimize_host_namesIgor Sysoev1-16/+5
2008-05-24locations treeIgor Sysoev1-296/+140
2008-05-16$hostname variableIgor Sysoev1-14/+1
2008-05-15*) host in request line has priorityIgor Sysoev1-2/+1
2008-05-14style fix: remove tabs and trailing spacesIgor Sysoev1-1/+1
2008-04-29args support in static error_pageIgor Sysoev1-1/+16
2008-03-24update previous commitIgor Sysoev1-1/+1
2008-03-24use ngx_int_t in ngx_sort() callbackIgor Sysoev1-2/+3
2008-03-10fix large memory allocation in "error_page 495-497 /uri"Igor Sysoev1-1/+16
2008-03-06create dummy resolver in http context to inherit it in all serversIgor Sysoev1-4/+15
2008-03-04reset r->content_handler in a named locationIgor Sysoev1-1/+2
2008-03-04use cf->cycle->new_log because at merge stage cf->pool->log is old logIgor Sysoev1-2/+2
2008-02-28cleanup resolverIgor Sysoev1-2/+2