summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-10-06fix r3184Igor Sysoev1-4/+4
2009-10-06disable SSLv2 and low ciphers by defaultIgor Sysoev1-3/+2
2009-10-06bump versionIgor Sysoev1-1/+1
2009-10-06limit_conn_log_levelIgor Sysoev1-1/+22
2009-10-06limit_req_log_levelIgor Sysoev1-3/+30
2009-10-06fix building by gcc45Igor Sysoev1-1/+1
2009-10-06make limit_req to conform to the leaky bucket algorithmIgor Sysoev1-4/+5
2009-10-06omit '\0' from "Location" header on MKCOL requestIgor Sysoev1-0/+1
2009-10-02clear r->lingering_close to disable preventively callingIgor Sysoev1-1/+6
ngx_http_set_lingering_close() while request cleanup
2009-10-02clear r->keepalive to disable preventively callingIgor Sysoev1-0/+2
ngx_http_set_keepalive() while request cleanup
2009-10-02update r3167: do not set r->discard_body if the body has been just discardedIgor Sysoev1-2/+1
2009-09-30read_aheadIgor Sysoev9-0/+17
2009-09-30log 499 instead 0, the bug was introduced in r3050Igor Sysoev1-0/+4
2009-09-30allow several perl_modulesIgor Sysoev1-16/+42
2009-09-28use ngx_conf_set_str_array_slot() for perl_requireIgor Sysoev1-37/+13
2009-09-28optimize error handlingIgor Sysoev1-14/+9
2009-09-28bump versionIgor Sysoev1-1/+1
2009-09-28fix request counter in resolver handling, the bug was introduced in r3050Igor Sysoev1-18/+23
2009-09-28we do not need to increase request counter in this place,Igor Sysoev1-1/+0
the bug had appeared in r3115
2009-09-26fix r3078: do not increase request counter if body has been just discardedIgor Sysoev1-2/+3
2009-09-25fix discarding bodyIgor Sysoev1-5/+6
2009-09-25check unsafe DestinationIgor Sysoev5-9/+18
2009-09-25low ENAMETOOLONG logging levelIgor Sysoev3-3/+12
2009-09-24$ssl_session_idIgor Sysoev1-0/+3
2009-09-24update the previous commit: use ngx_strlow()Igor Sysoev1-8/+4
2009-09-24$host is always in low case:Igor Sysoev1-45/+65
*) move low case convertation from ngx_http_find_virtual_server() to ngx_http_validate_host() *) add in ngx_http_validate_host() capability to copy host name in the pool allocated memory
2009-09-23bump versionIgor Sysoev1-1/+1
2009-09-22fix typo in addition_types directive nameIgor Sysoev1-1/+1
2009-09-21fix request counter for post_action, the bug was introduced in r3050Igor Sysoev1-0/+2
2009-09-21allow to log invalid $request in access_log always,Igor Sysoev1-2/+39
before it was logged only if error_log was set to info or debug level
2009-09-18*) issue warning instead of failure: this is too common caseIgor Sysoev1-3/+4
*) use ngx_log_error(), since OpenSSL does not set an error on the failure
2009-09-15do not pass buf with empty cached response,Igor Sysoev1-1/+7
this fixes "zero size buf in output" alert
2009-09-15nginx always sent "Vary: Accept-Encoding",Igor Sysoev1-3/+8
if both gzip_static and gzip_vary were on
2009-09-15image_filter_transparencyIgor Sysoev1-11/+44
2009-09-15fix alpha-channel transparency in PNGIgor Sysoev1-0/+10
2009-09-15allow perl "sub{..."Igor Sysoev1-1/+4
2009-09-15bump versionIgor Sysoev1-1/+1
2009-09-14test space between "~" and regex in server_name and invalid_referersIgor Sysoev2-0/+11
2009-09-14handle "/../" case more reliablyIgor Sysoev1-5/+9
2009-09-13fix request counter for X-Accel-Redirect, the bug was introduced in r3050Igor Sysoev1-0/+1
2009-09-13fix case when the output filter should add incoming buffersIgor Sysoev1-5/+5
while waiting on file AIO completion
2009-09-12fix transparency in GIFIgor Sysoev1-2/+14
2009-09-12If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev3-3/+3
then .sub.domain.com was matched by .domain.com: wildcard names hash was built incorrectly due to sorting order issue of "." vs "-". They were sorted as com.domain com.domain-some com.domain.sub while they should be sorted as com.domain com.domain.sub com.domain-some for correct hash building
2009-09-11style fixIgor Sysoev3-3/+3
2009-09-10fix request counter for rewrite or internal redirection cycle,Igor Sysoev1-0/+2
the bug was introduced in r3050
2009-09-08increase request counter before an upstream cleanup because the cleanupIgor Sysoev1-0/+1
decreases the counter via ngx_http_finalize_request(r, NGX_DONE), the bug was introduced in r3050
2009-09-08fix request counter handling in perl module for $r->internal_redirect()Igor Sysoev1-0/+3
and $r->has_request_body(), the bug was introduced in r3050
2009-09-07do not pass incoming buf chain twice if data are ready,Igor Sysoev1-0/+1
the bug was introduced in r3072
2009-09-07bump versionIgor Sysoev1-1/+1
2009-09-04fix the previous commitIgor Sysoev1-1/+1