summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-18add files missed in the previuos commitIgor Sysoev1-0/+2
2010-06-18ngx_http_send_response()Igor Sysoev1-0/+2
2010-05-31fix handling an inherited alias in inclusive locationIgor Sysoev1-1/+2
2010-04-01chunked_transfer_encodingIgor Sysoev1-0/+1
2009-12-22fix building by gcc 4.4 with -O2/3/s:Igor Sysoev1-1/+12
2009-11-16regex named capturesIgor Sysoev1-4/+3
2009-10-21allow to set listen options in any serverIgor Sysoev1-0/+1
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev1-3/+3
2009-10-21*) move sockaddr to the listen optionsIgor Sysoev1-12/+4
2009-10-21fix r3218:Igor Sysoev1-4/+5
2009-10-21refactor http listen code: remove duplicate options fieldsIgor Sysoev1-7/+0
2009-10-21refactor http listen code:Igor Sysoev1-10/+8
2009-09-30read_aheadIgor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev1-0/+5
2009-08-28directio_alignmentIgor Sysoev1-0/+1
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+3
2009-07-14ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev1-1/+1
2009-06-02limit_rate_afterIgor Sysoev1-0/+1
2009-05-25keepalive_requestsIgor Sysoev1-0/+1
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev1-1/+0
2009-05-14client_body_in_single_bufferIgor Sysoev1-0/+2
2009-05-14fix client_body_in_file_only typeIgor Sysoev1-1/+1
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-1/+1
2009-04-15support HEAD in proxy cacheIgor Sysoev1-0/+2
2009-04-11try_files status codeIgor Sysoev1-1/+3
2009-04-09backout r2535: virtual names is a property of address:port pair,Igor Sysoev1-2/+2
2009-03-22use complex value in error_pageIgor Sysoev1-3/+1
2009-03-13ipv6onlyIgor Sysoev1-0/+3
2009-03-06captures support in server_nameIgor Sysoev1-0/+1
2009-03-06captures support in location and aliasIgor Sysoev1-0/+2
2009-03-05pclcf->regex_locations are used with PCRE onlyIgor Sysoev1-0/+2
2009-02-24move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev1-2/+2
2009-02-24axe r->port_textIgor Sysoev1-2/+0
2009-02-23axe unneeded port fieldIgor Sysoev1-1/+0
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-13/+31
2009-02-10if_modified_since offIgor Sysoev1-0/+5
2009-01-21allow directories in try_filesIgor Sysoev1-0/+1
2008-12-15try_filesIgor Sysoev1-0/+13
2008-12-01if_modified_sinceIgor Sysoev1-0/+1
2008-09-27*) log_subrequestIgor Sysoev1-0/+1
2008-09-24underscores_in_headersIgor Sysoev1-0/+1
2008-09-05remove unused #include'sIgor Sysoev1-2/+2
2008-09-01*) listen sslIgor Sysoev1-0/+10
2008-08-26gzip_disable msie6Igor Sysoev1-0/+3
2008-08-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev1-1/+1
2008-08-04test Content-Type via hash:Igor Sysoev1-0/+2
2008-07-30directioIgor Sysoev1-0/+1
2008-05-24*) remove optimize_host_namesIgor Sysoev1-1/+0
2008-05-24move configuration phase only field to the end of structureIgor Sysoev1-2/+2
2008-05-24locations treeIgor Sysoev1-27/+47