nginx/src/http/modules
Maxim Dounin ca495238bd Fixed segfault on configuration testing with ssl (ticket #37).
The following config caused segmentation fault due to conf->file not
being properly set if "ssl on" was inherited from the http level:

http {
    ssl on;
    server {
    }
}
2011-10-31 09:57:14 +00:00
..
perl Version bump. 2011-10-17 15:39:59 +00:00
ngx_http_access_module.c fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined 2011-05-16 14:01:23 +00:00
ngx_http_addition_filter_module.c support "*" in gzip_types, ssi_types, etc 2009-11-30 13:15:10 +00:00
ngx_http_auth_basic_module.c "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module 2011-05-16 14:54:50 +00:00
ngx_http_autoindex_module.c Autoindex: escape html in file names. 2011-10-11 17:57:41 +00:00
ngx_http_browser_module.c return NULL instead of NGX_CONF_ERROR on a create conf failure 2009-06-02 16:09:44 +00:00
ngx_http_charset_filter_module.c support "*" in gzip_types, ssi_types, etc 2009-11-30 13:15:10 +00:00
ngx_http_chunked_filter_module.c Trailing space fix. 2011-09-16 12:08:52 +00:00
ngx_http_dav_module.c Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00
ngx_http_degradation_module.c fix building by icc8 2010-11-26 13:36:36 +00:00
ngx_http_empty_gif_module.c Fix for "return 202" not discarding body. 2011-09-27 11:13:00 +00:00
ngx_http_fastcgi_module.c Fixed loss of chain links in fastcgi module. 2011-09-20 09:56:05 +00:00
ngx_http_flv_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_geo_module.c support IPv4 mapped to IPv6 in geo module 2011-05-16 13:54:42 +00:00
ngx_http_geoip_module.c support IPv4 mapped to IPv6 in geoip module 2011-05-16 13:50:58 +00:00
ngx_http_gzip_filter_module.c API change: ngx_chain_update_chains() now requires pool. 2011-09-15 16:03:17 +00:00
ngx_http_gzip_static_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_headers_filter_module.c Fixed "expires @time" with unknown last modified time (ticket #32). 2011-10-17 17:32:08 +00:00
ngx_http_image_filter_module.c gdImageCopyRotated() may images of even height or width 2011-05-10 12:04:57 +00:00
ngx_http_index_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_limit_req_module.c change order of limit_req lookup result processing 2010-10-14 09:20:01 +00:00
ngx_http_limit_zone_module.c limit_conn_log_level 2009-10-06 10:14:29 +00:00
ngx_http_log_module.c Improved access log escaping to better protect other software. 2011-10-11 17:54:38 +00:00
ngx_http_map_module.c revert r3875 since now map uses case sensetive regexes by default 2011-05-30 14:24:17 +00:00
ngx_http_memcached_module.c Keepalive support in memcached. 2011-09-15 19:04:25 +00:00
ngx_http_mp4_module.c Fixing mp4 module seeking on 32-bit platforms. 2011-10-11 10:12:44 +00:00
ngx_http_not_modified_filter_module.c style fix: remove trailing spaces 2011-01-20 15:29:53 +00:00
ngx_http_proxy_module.c Wording fix, "many data" is incorrect. 2011-10-12 13:24:59 +00:00
ngx_http_random_index_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_range_filter_module.c Now if client requests more ranges than "max_ranges" permits, 2011-09-01 13:03:55 +00:00
ngx_http_realip_module.c fix "set_real_ip_from unix:" inheritance 2009-11-11 13:41:16 +00:00
ngx_http_referer_module.c Fix names of the referer hash size directives introduced in r3940. 2011-08-18 16:27:30 +00:00
ngx_http_rewrite_module.c Skipping location rewrite phase for server null location. 2011-10-13 12:43:22 +00:00
ngx_http_scgi_module.c Added uwsgi_buffering and scgi_buffering directives. 2011-09-30 11:53:27 +00:00
ngx_http_secure_link_module.c fix typo 2010-09-13 12:44:43 +00:00
ngx_http_split_clients_module.c fix debug logging 2011-05-13 10:06:56 +00:00
ngx_http_ssi_filter_module.c use memmove() in appropriate places 2011-04-12 08:02:46 +00:00
ngx_http_ssi_filter_module.h SSI echo encoding 2007-09-27 09:37:09 +00:00
ngx_http_ssl_module.c Fixed segfault on configuration testing with ssl (ticket #37). 2011-10-31 09:57:14 +00:00
ngx_http_ssl_module.h ECDHE support 2011-07-20 15:42:40 +00:00
ngx_http_static_module.c Clear old Location header (if any) while adding a new one. 2011-10-12 13:28:03 +00:00
ngx_http_status_module.c *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() 2008-08-21 18:47:23 +00:00
ngx_http_stub_status_module.c ngx_str_set() and ngx_str_null() 2010-05-14 09:56:37 +00:00
ngx_http_sub_filter_module.c fix case of partially matched patterns on buffer border in sub_filter 2010-07-05 13:45:10 +00:00
ngx_http_upstream_ip_hash_module.c Better recheck of dead upstream servers. 2011-10-12 14:22:48 +00:00
ngx_http_upstream_keepalive_module.c Upstream keepalive module. 2011-09-15 19:28:18 +00:00
ngx_http_userid_filter_module.c $uid_reset 2011-07-19 11:21:50 +00:00
ngx_http_uwsgi_module.c Added uwsgi_buffering and scgi_buffering directives. 2011-09-30 11:53:27 +00:00
ngx_http_xslt_filter_module.c use xmlSAXHandler._private field to store xslt filter context 2010-07-12 12:52:01 +00:00