summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-6/+6
2009-06-02limit_rate_afterIgor Sysoev1-0/+11
2009-05-25keepalive_requestsIgor Sysoev1-2/+17
2009-05-25light optimization of ngx_http_test_content_type()Igor Sysoev1-12/+12
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev1-62/+0
2009-05-14client_body_in_single_bufferIgor Sysoev1-0/+12
2009-05-14update two previous commits againIgor Sysoev1-1/+1
2009-05-14update the previous commitIgor Sysoev1-1/+1
2009-05-14fix client_body_in_file_only typeIgor Sysoev1-2/+2
2009-05-08test already destroyed requestIgor Sysoev1-3/+11
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-10/+19
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev1-1/+2
2009-04-24change ngx_log_create_errlog() interfaceIgor Sysoev1-1/+5
2009-04-15support HEAD in proxy cacheIgor Sysoev1-1/+1
2009-04-11try_files status codeIgor Sysoev1-0/+20
2009-04-07fix r2590: error_page made an external redirect without query stringIgor Sysoev1-1/+1
2009-03-26fix alias with variables, but without captures,Igor Sysoev1-2/+12
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-4/+16
2009-03-22style fix: remove tabsIgor Sysoev1-1/+1
2009-03-22use complex value in error_pageIgor Sysoev1-38/+28
2009-03-20add full path debug log in try_filesIgor Sysoev1-2/+2
2009-03-20allow try_files in server contextIgor Sysoev1-1/+1
2009-03-20fix directory test in try_filesIgor Sysoev1-0/+1
2009-03-19split args in a try_files fallbackIgor Sysoev1-2/+4
2009-03-18fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev1-4/+29
2009-03-18reserve space for r->uri, the bug has been introduced in r2566Igor Sysoev1-1/+3
2009-03-14fix case when regex locaiton runs the second time via internal redirectIgor Sysoev1-3/+5
2009-03-14fix reserved mapped uri length if alias has capturesIgor Sysoev1-4/+2
2009-03-14remove unneeded incrementIgor Sysoev1-1/+1
2009-03-13ipv6onlyIgor Sysoev1-0/+39
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