summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-28we do not need to increase request counter in this place,Igor Sysoev1-1/+0
2009-09-25low ENAMETOOLONG logging levelIgor Sysoev1-1/+4
2009-09-14test space between "~" and regex in server_name and invalid_referersIgor Sysoev1-0/+6
2009-09-10fix request counter for rewrite or internal redirection cycle,Igor Sysoev1-0/+2
2009-09-01discard request body before returning 413 error,Igor Sysoev1-0/+1
2009-08-31fix request counter handling for try_files, introduced in r3050Igor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev1-3/+17
2009-08-30*) ngx_http_ephemeralIgor Sysoev1-1/+1
2009-08-28directio_alignmentIgor Sysoev1-0/+10
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+17
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-5/+0
2009-08-26request reference counterIgor Sysoev1-4/+4
2009-07-14use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor Sysoev1-0/+4
2009-07-14ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev1-15/+7
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