nginx/src/http/modules
2011-12-19 13:28:22 +00:00
..
perl Version bump. 2011-12-19 11:21:46 +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 FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive. 2011-12-09 13:32:51 +00:00
ngx_http_flv_module.c Fixed flv header to match specification. 2011-11-18 14:41:01 +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 Allowed add_header for proxied 206 replies. 2011-11-28 10:00:47 +00:00
ngx_http_image_filter_module.c Fixed "rotate" to always work when combined with "resize/crop". 2011-11-23 10:22:44 +00:00
ngx_http_index_module.c remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
ngx_http_limit_conn_module.c Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module. 2011-11-14 14:04:42 +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_log_module.c - Improved error message when parsing of the "buffer" parameter of the 2011-12-06 21:07:10 +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 Fix of mp4 module seeking. 2011-11-23 07:22:15 +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 Proxy: added variables and regexp support to the first parameter of 2011-12-12 09:02:29 +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 Scgi: removed error if there is no Status header. 2011-12-19 11:25:40 +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 SSI bugfix: the "if" command did not work inside the "block" command and 2011-12-19 13:28:22 +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 NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. 2011-11-14 09:12:15 +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_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 uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive. 2011-12-09 13:47:04 +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