summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-11-04allow to work single "set_real_ip_from unix:"Igor Sysoev1-1/+6
2009-11-04bump versionIgor Sysoev1-1/+1
2009-11-03fix segfault if no rules are defined, introduced in r3279Igor Sysoev1-2/+2
2009-11-03fix directive name in error message: "set_realip_from" to "set_real_ip_from"Igor Sysoev1-1/+1
2009-11-03fix directive name in error message: "realip_from" to "set_realip_from"Igor Sysoev1-1/+1
2009-11-03IPv6 support in ngx_http_access_moduleIgor Sysoev1-60/+195
2009-11-02optimize some cycles:Igor Sysoev1-3/+5
*) delete surplus variable; *) on i386/amd64 "while (n) / n--" is smaller than "while (n--)", because the platforms have no postfix operations
2009-11-02set_real_ip_from unix:Igor Sysoev1-51/+86
2009-11-02support IPv6 addresses in Real IP headersIgor Sysoev1-14/+20
2009-11-02proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev3-0/+21
2009-11-02replace inet_addr() with ngx_inet_addr()Igor Sysoev1-1/+1
2009-10-28bump versionIgor Sysoev1-1/+1
2009-10-19fix typoIgor Sysoev1-1/+1
2009-10-15bump versionIgor Sysoev1-1/+1
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