summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17add comment from r2716 commit messageIgor Sysoev1-0/+6
2009-11-17use global perl variable in perl_destruct()/perl_free()Igor Sysoev1-16/+11
for non-mulitiplicity perl
2009-11-17bump versionIgor Sysoev1-1/+1
2009-11-16bump versionIgor Sysoev1-1/+1
2009-11-16backout r3325: postpone filter is a body only filterIgor Sysoev2-0/+2
2009-11-16ngx_http_degradation_moduleIgor Sysoev1-0/+223
2009-11-16regex named capturesIgor Sysoev4-102/+70
2009-11-16remove subrequest test in range header, chunked, and header filters: theyIgor Sysoev2-2/+0
are run after postpone filter which sends data only in main request context
2009-11-15allow "proxy_pass http://$backend" without URI partIgor Sysoev1-9/+14
2009-11-13ngx_regex_exec() calling optimiztion:Igor Sysoev1-1/+1
*) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little
2009-11-12do not log error if $r->variable was not foundIgor Sysoev1-3/+0
2009-11-12test frequent r->header_only before three response statusIgor Sysoev1-1/+1
2009-11-12refactor gzip_vary handlingIgor Sysoev2-3/+14
2009-11-11nginx sent gzipped responses to clients those do not support gzip,Igor Sysoev1-1/+7
if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136
2009-11-11bump versionIgor Sysoev1-1/+1
2009-11-11remove "Content-Encoding: gzip" in 304 responseIgor Sysoev1-0/+5
sent by ngx_http_gzip_static_module
2009-11-11fix "set_real_ip_from unix:" inheritanceIgor Sysoev1-4/+9
2009-11-11bump versionIgor Sysoev1-1/+1
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