summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-16evaluate maximum captures size on configuration phaseIgor Sysoev1-0/+4
2009-11-16regex named capturesIgor Sysoev1-76/+44
2009-11-13style fix: lcf > clcfIgor Sysoev1-120/+120
2009-11-12refactor gzip_vary handlingIgor Sysoev1-11/+7
2009-10-29fix segfaults if no listen directive was set in default server {} block:Igor Sysoev1-27/+27
2009-10-21listen default_server parameterIgor Sysoev1-1/+3
2009-10-21allow to set listen options in any serverIgor Sysoev1-15/+12
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev1-2/+2
2009-10-21*) move sockaddr to the listen optionsIgor Sysoev1-45/+45
2009-10-21fix r3218:Igor Sysoev1-3/+3
2009-10-21refactor http listen code:Igor Sysoev1-72/+53
2009-09-30read_aheadIgor Sysoev1-0/+9
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