| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-11-17 | add comment from r2716 commit message | Igor Sysoev | 1 | -0/+6 | |
| 2009-11-17 | use global perl variable in perl_destruct()/perl_free() | Igor Sysoev | 1 | -16/+11 | |
| for non-mulitiplicity perl | |||||
| 2009-11-17 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | backout r3325: postpone filter is a body only filter | Igor Sysoev | 2 | -0/+2 | |
| 2009-11-16 | ngx_http_degradation_module | Igor Sysoev | 1 | -0/+223 | |
| 2009-11-16 | regex named captures | Igor Sysoev | 4 | -102/+70 | |
| 2009-11-16 | remove subrequest test in range header, chunked, and header filters: they | Igor Sysoev | 2 | -2/+0 | |
| are run after postpone filter which sends data only in main request context | |||||
| 2009-11-15 | allow "proxy_pass http://$backend" without URI part | Igor Sysoev | 1 | -9/+14 | |
| 2009-11-13 | ngx_regex_exec() calling optimiztion: | Igor Sysoev | 1 | -1/+1 | |
| *) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little | |||||
| 2009-11-12 | do not log error if $r->variable was not found | Igor Sysoev | 1 | -3/+0 | |
| 2009-11-12 | test frequent r->header_only before three response status | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-12 | refactor gzip_vary handling | Igor Sysoev | 2 | -3/+14 | |
| 2009-11-11 | nginx sent gzipped responses to clients those do not support gzip, | Igor Sysoev | 1 | -1/+7 | |
| if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136 | |||||
| 2009-11-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-11 | remove "Content-Encoding: gzip" in 304 response | Igor Sysoev | 1 | -0/+5 | |
| sent by ngx_http_gzip_static_module | |||||
| 2009-11-11 | fix "set_real_ip_from unix:" inheritance | Igor Sysoev | 1 | -4/+9 | |
| 2009-11-11 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-04 | allow to work single "set_real_ip_from unix:" | Igor Sysoev | 1 | -1/+6 | |
| 2009-11-04 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | fix segfault if no rules are defined, introduced in r3279 | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-03 | fix directive name in error message: "set_realip_from" to "set_real_ip_from" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | fix directive name in error message: "realip_from" to "set_realip_from" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | IPv6 support in ngx_http_access_module | Igor Sysoev | 1 | -60/+195 | |
| 2009-11-02 | optimize some cycles: | Igor Sysoev | 1 | -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-02 | set_real_ip_from unix: | Igor Sysoev | 1 | -51/+86 | |
| 2009-11-02 | support IPv6 addresses in Real IP headers | Igor Sysoev | 1 | -14/+20 | |
| 2009-11-02 | proxy_bind, fastcgi_bind, and memcached_bind | Igor Sysoev | 3 | -0/+21 | |
| 2009-11-02 | replace inet_addr() with ngx_inet_addr() | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-28 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-19 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-15 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-14 | update r3201: ngx_http_random_index_module should behave consistently | Igor Sysoev | 1 | -1/+1 | |
| in spite of the dirent.d_type presence | |||||
| 2009-10-14 | *) reset cached dirent.d_type after stat() | Igor Sysoev | 1 | -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-07 | hide cacheable Set-Cookie and P3P FastCGI response headers | Igor Sysoev | 1 | -3/+29 | |
| 2009-10-07 | use only strong ciphers by default | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-07 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | fix r3184 | Igor Sysoev | 1 | -4/+4 | |
| 2009-10-06 | disable SSLv2 and low ciphers by default | Igor Sysoev | 1 | -3/+2 | |
| 2009-10-06 | bump version | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | limit_conn_log_level | Igor Sysoev | 1 | -1/+22 | |
| 2009-10-06 | limit_req_log_level | Igor Sysoev | 1 | -3/+30 | |
| 2009-10-06 | fix building by gcc45 | Igor Sysoev | 1 | -1/+1 | |
| 2009-10-06 | make limit_req to conform to the leaky bucket algorithm | Igor Sysoev | 1 | -4/+5 | |
| 2009-10-06 | omit '\0' from "Location" header on MKCOL request | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-30 | read_ahead | Igor Sysoev | 5 | -0/+5 | |
| 2009-09-30 | allow several perl_modules | Igor Sysoev | 1 | -16/+42 | |
| 2009-09-28 | use ngx_conf_set_str_array_slot() for perl_require | Igor Sysoev | 1 | -37/+13 | |
| 2009-09-28 | optimize error handling | Igor Sysoev | 1 | -14/+9 | |
| 2009-09-28 | bump version | Igor Sysoev | 1 | -1/+1 | |
