summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-02do not set "Transfer-Encoding: chunked" for HEAD requestsIgor Sysoev1-1/+2
2008-10-02fix r2122:Igor Sysoev1-0/+6
*) update file buf pointers, *) avoid "zero buf" alert
2008-09-30*) ngx_http_upstream_test_next()Igor Sysoev3-45/+77
*) add proxy_next_upstream http_502 and http_504 *) fix http_503
2008-09-30ngx_http_upstream_intercept_errors()Igor Sysoev1-32/+57
2008-09-30back out $random_index variableIgor Sysoev1-57/+2
2008-09-29refactor log_subrequestIgor Sysoev2-17/+12
2008-09-29update log_subrequestIgor Sysoev1-0/+4
2008-09-29disable $realpath_root variable in a "root" directiveIgor Sysoev1-0/+11
2008-09-29fix the previous commitIgor Sysoev1-0/+2
2008-09-27*) log_subrequestIgor Sysoev4-29/+79
*) flush variables in access log
2008-09-27ngx_http_secure_link_moduleIgor Sysoev1-0/+193
2008-09-27$realpath_rootIgor Sysoev1-0/+60
2008-09-27$random_index variableIgor Sysoev1-2/+57
2008-09-25real_ip_header supports any headerIgor Sysoev1-20/+101
2008-09-24underscores_in_headersIgor Sysoev7-7/+35
2008-09-15bump versionIgor Sysoev1-1/+1
2008-09-15set request handlers, this fixes complex proxied 400 handler with SSI includesIgor Sysoev1-0/+3
2008-09-15$pidIgor Sysoev1-0/+26
2008-09-12disable directio for access_log with variablesIgor Sysoev1-0/+1
2008-09-09strip charset name quotesIgor Sysoev1-1/+11
2008-09-08bump versionIgor Sysoev1-1/+1
2008-09-08bump versionIgor Sysoev1-1/+1
2008-09-08allow underscores in client request header linesIgor Sysoev1-1/+1
2008-09-05ngx_http_random_index_moduleIgor Sysoev1-0/+321
2008-09-05remove unused #include'sIgor Sysoev13-15/+2
2008-09-05*) handle unaligned file part for directioIgor Sysoev4-0/+4
*) disable sendfile in directio mode
2008-09-01bump versionIgor Sysoev1-1/+1
2008-09-01escape a query string characters taken from URI while rewriteIgor Sysoev1-0/+1
2008-09-01*) listen sslIgor Sysoev6-13/+106
*) no default ssl_cetificate and ssl_cetificate_key
2008-09-01style fix: remove tabs and trailing spacesIgor Sysoev2-4/+4
2008-08-29set listen configuration to default server,Igor Sysoev1-0/+1
this fixes the case, when default server is not the first one
2008-08-27remove unused debug logIgor Sysoev1-9/+0
2008-08-26bump versionIgor Sysoev1-1/+1
2008-08-26bump versionIgor Sysoev1-1/+1
2008-08-26gzip_disable msie6Igor Sysoev4-7/+46
2008-08-26fix divide by zero if max_fails=0Igor Sysoev1-1/+3
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev2-2/+2
*) refactor ngx_parse_unix_domain_url() *) delete unused ngx_url_t fields
2008-08-26*) refactor ngx_ptocidr()Igor Sysoev2-16/+0
*) allow address without bitmask *) thus now ngx_http_geo_module accepts addresses without bitmask
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 Sysoev6-9/+9
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN
2008-08-21call ngx_http_xslt_filter_exit()Igor Sysoev1-2/+3
2008-08-21server_name "" supportIgor Sysoev2-16/+26
2008-08-19fix $r->header_in() for "User-Agent", "Connection", and "Host"Igor Sysoev1-3/+6
broken in r2005, r2006, and r2008.
2008-08-19leave HEAD method while error_page redirectionIgor Sysoev1-2/+4
2008-08-19do not discard body while error_page redirectionIgor Sysoev1-7/+4
2008-08-18bump versionIgor Sysoev1-1/+1
2008-08-18remove text/css from default charset_typesIgor Sysoev1-1/+0
as it does not usually require recoding
2008-08-17*) regex match must return NGX_OK to stop regex searching,Igor Sysoev1-3/+13
this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
2008-08-17fix noregex for inclusive locationsIgor Sysoev1-7/+16
2008-08-17proxy_ssl_session_reuseIgor Sysoev3-5/+29