summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-11fix segfaults introduced in r2549 and r2550Igor Sysoev1-2/+2
2009-03-06captures support in server_nameIgor Sysoev1-0/+3
2009-03-06captures support in location and aliasIgor Sysoev1-25/+46
2009-03-01fix case when the first try is shorter then URIIgor Sysoev1-5/+1
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-9/+8
2009-02-24axe r->port_textIgor Sysoev1-2/+0
2009-02-23axe r->portIgor Sysoev1-1/+0
2009-02-23axe r->in_addrIgor Sysoev1-5/+0
2009-02-21fix implicit listen, introduced in r2513Igor Sysoev1-0/+6
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-25/+32
2009-02-14set content-type for try_files' choiceIgor Sysoev1-0/+5
2009-02-10if_modified_since offIgor Sysoev1-3/+4
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