summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14update r3201: ngx_http_random_index_module should behave consistentlyIgor Sysoev1-1/+1
in spite of the dirent.d_type presence
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev1-1/+1
this fixes slash after link to a directory in ngx_http_autoindex_module; *) use cached dirent.d_type as hint on all systems the issues has been introduced in r2235
2009-10-07hide cacheable Set-Cookie and P3P FastCGI response headersIgor Sysoev1-3/+29
2009-10-07use only strong ciphers by defaultIgor Sysoev1-1/+1
2009-10-07bump versionIgor Sysoev1-1/+1
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-09-30read_aheadIgor Sysoev5-0/+5
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-25check unsafe DestinationIgor Sysoev2-6/+12
2009-09-25low ENAMETOOLONG logging levelIgor Sysoev1-1/+4
2009-09-24$ssl_session_idIgor Sysoev1-0/+3
2009-09-23bump versionIgor Sysoev1-1/+1
2009-09-22fix typo in addition_types directive nameIgor Sysoev1-1/+1
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-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 Sysoev1-0/+5
2009-09-12fix transparency in GIFIgor Sysoev1-2/+14
2009-09-12If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev2-2/+2
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-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-07bump versionIgor Sysoev1-1/+1
2009-09-04fix request counter handling for perl handler, introduced in r3050Igor Sysoev1-3/+5
2009-09-01bump versionIgor Sysoev1-1/+1
2009-08-31bump versionIgor Sysoev1-1/+1
2009-08-29fix request counter for memcached, introduced in r3050Igor Sysoev1-0/+2
2009-08-29bump versionIgor Sysoev1-1/+1
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-9/+0
2009-08-25bump versionIgor Sysoev1-1/+1
2009-08-23strict testing "access_log off"Igor Sysoev1-1/+7
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev1-0/+2
2009-08-19fix memory leak if GeoIP City database was usedIgor Sysoev1-3/+19
2009-08-19bump versionIgor Sysoev1-1/+1
2009-08-12refactor fastcgi stderr handlingIgor Sysoev1-26/+23
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev1-99/+16
*) ngx_copy_file() *) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields
2009-08-10bump versionIgor Sysoev1-1/+1
2009-08-04fix a garbage in a split fastcgi headerIgor Sysoev1-2/+3