summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-11-25*) descrease geo configuration memory usageIgor Sysoev1-75/+532
*) geo delete *) geo ranges
2008-11-22use value rbtree instead of array in geo configurationIgor Sysoev1-42/+34
2008-11-22bump versionIgor Sysoev1-1/+1
2008-11-14use integer instead of floatIgor Sysoev1-22/+25
2008-11-14change rate to an excessIgor Sysoev1-17/+17
2008-11-12bump versionIgor Sysoev1-1/+1
2008-11-11*) correct leaky bucket implementationIgor Sysoev1-58/+23
*) now burst is not per second *) remove delay= parameter *) add nodelay parameter
2008-11-11exslt supportIgor Sysoev1-0/+8
2008-11-10bump versionIgor Sysoev1-1/+1
2008-11-10ngx_http_limit_req_moduleIgor Sysoev1-0/+794
2008-11-06fix the previous commitIgor Sysoev1-1/+1
2008-11-06*) split ngx_http_gzip_body_filter()Igor Sysoev1-343/+440
*) send gzheader together with the filter's first output
2008-11-06change int to size_tIgor Sysoev1-4/+4
2008-11-05do not pass gzheader separately as due to the previous commitIgor Sysoev1-14/+8
we do not use ctx->busy as flush condition
2008-11-05use nomem flag to flush busy bufs,Igor Sysoev1-18/+23
thus gzip filter does not depend on NGX_AGAIN return code
2008-10-30fix r1913Igor Sysoev1-1/+1
2008-10-24fix case proxy_pass URL is evaluted to http://host?argsIgor Sysoev1-4/+18
2008-10-21allow short secure linksIgor Sysoev1-1/+1
2008-10-16NGX_OPEN_FILE_DIRECTIO_OFFIgor Sysoev1-1/+1
2008-10-16bump versionIgor Sysoev1-1/+1
2008-10-13bump versionIgor Sysoev1-1/+1
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 Sysoev1-0/+2
*) add proxy_next_upstream http_502 and http_504 *) fix http_503
2008-09-30back out $random_index variableIgor Sysoev1-57/+2
2008-09-27*) log_subrequestIgor Sysoev1-12/+33
*) flush variables in access log
2008-09-27ngx_http_secure_link_moduleIgor Sysoev1-0/+193
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 Sysoev2-3/+3
2008-09-15bump versionIgor Sysoev1-1/+1
2008-09-12disable directio for access_log with variablesIgor Sysoev1-0/+1
2008-09-08bump versionIgor Sysoev1-1/+1
2008-09-08bump versionIgor Sysoev1-1/+1
2008-09-05ngx_http_random_index_moduleIgor Sysoev1-0/+321
2008-09-05remove unused #include'sIgor Sysoev4-4/+0
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-01*) listen sslIgor Sysoev2-12/+60
*) no default ssl_cetificate and ssl_cetificate_key
2008-09-01style fix: remove tabs and trailing spacesIgor Sysoev1-1/+1
2008-08-26bump versionIgor Sysoev1-1/+1
2008-08-26bump versionIgor Sysoev1-1/+1
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev1-1/+1
*) 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-21*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()Igor Sysoev1-2/+2
*) 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-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-17proxy_ssl_session_reuseIgor Sysoev1-0/+19
2008-08-17allow file existence test for POST requests in static moduleIgor Sysoev1-7/+11