nginx/src/http/modules
Valentin Bartenev 8fbef4841f SSL: Next Protocol Negotiation extension support.
Not only this is useful for the upcoming SPDY support, but it can
also help to improve HTTPS performance by enabling TLS False Start
in Chrome/Chromium browsers [1].  So, we always enable NPN for HTTPS
if it is supported by OpenSSL.

[1] http://www.imperialviolet.org/2012/04/11/falsestart.html
2013-03-07 18:21:28 +00:00
..
perl Version bump. 2013-03-07 17:07:04 +00:00
ngx_http_access_module.c Access module: fixed inheritance of allow/deny ipv6 rules. 2012-04-10 13:25:53 +00:00
ngx_http_addition_filter_module.c Entity tags: clear on entity changes. 2012-07-07 21:22:27 +00:00
ngx_http_auth_basic_module.c The "auth_basic" directive gained support of variables. 2012-12-10 13:11:11 +00:00
ngx_http_autoindex_module.c Fixed false memset warning on Linux with -O3 (ticket #275). 2013-02-13 14:39:46 +00:00
ngx_http_browser_module.c Fixed directives inheritance. 2012-04-11 09:56:30 +00:00
ngx_http_charset_filter_module.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_chunked_filter_module.c Proxy: support for connection upgrade (101 Switching Protocols). 2013-02-18 13:50:52 +00:00
ngx_http_dav_module.c Dav: fixed segfault on PUT if body was already read (ticket #238). 2012-11-21 00:51:37 +00:00
ngx_http_degradation_module.c Fixed spelling in multiline C comments. 2012-04-03 07:37:31 +00:00
ngx_http_empty_gif_module.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_fastcgi_module.c FastCGI: proper handling of split fastcgi end request. 2013-02-01 14:41:50 +00:00
ngx_http_flv_module.c Entity tags: set for static respones. 2012-07-09 00:13:06 +00:00
ngx_http_geo_module.c Correctly handle multiple X-Forwarded-For headers (ticket #106). 2013-02-27 13:29:50 +00:00
ngx_http_geoip_module.c Correctly handle multiple X-Forwarded-For headers (ticket #106). 2013-02-27 13:29:50 +00:00
ngx_http_gunzip_filter_module.c Gunzip: added missing ngx_http_clear_etag(). 2012-11-26 21:30:45 +00:00
ngx_http_gzip_filter_module.c Fixed HEAD requests handling when proxying is used (closes #261). 2012-12-24 17:32:53 +00:00
ngx_http_gzip_static_module.c Gzip static: "always" parameter in "gzip_static" directive. 2012-09-10 16:48:25 +00:00
ngx_http_headers_filter_module.c Let "add_header" affect 201 responses (ticket #125). 2012-12-19 10:33:56 +00:00
ngx_http_image_filter_module.c Image filter: fixed image_filter rotate inheritance. 2012-12-21 15:07:45 +00:00
ngx_http_index_module.c Fixed spelling in single-line comments. 2012-02-28 11:31:05 +00:00
ngx_http_limit_conn_module.c Added checks that disallow adding a variable with an empty name. 2012-12-17 19:03:33 +00:00
ngx_http_limit_req_module.c Limit req: fix of rbtree node insertion on hash collisions. 2012-09-03 12:55:50 +00:00
ngx_http_log_module.c Access log: the "gzip" parameter of the "access_log" directive. 2012-12-23 19:09:33 +00:00
ngx_http_map_module.c Added checks that disallow adding a variable with an empty name. 2012-12-17 19:03:33 +00:00
ngx_http_memcached_module.c Fixed and improved the "*_bind" directives of proxying modules. 2013-01-16 09:42:57 +00:00
ngx_http_mp4_module.c Mp4: fixed handling of too small mdat atoms (ticket #266). 2013-03-04 15:39:03 +00:00
ngx_http_not_modified_filter_module.c Entity tags: basic support in not modified filter. 2012-07-07 21:20:27 +00:00
ngx_http_proxy_module.c Correctly handle multiple X-Forwarded-For headers (ticket #106). 2013-02-27 13:29:50 +00:00
ngx_http_random_index_module.c Fixed spelling in single-line comments. 2012-02-28 11:31:05 +00:00
ngx_http_range_filter_module.c Entity tags: empty etags handling in If-Range. 2012-07-09 17:04:37 +00:00
ngx_http_realip_module.c Correctly handle multiple X-Forwarded-For headers (ticket #106). 2013-02-27 13:29:50 +00:00
ngx_http_referer_module.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_rewrite_module.c Added checks that disallow adding a variable with an empty name. 2012-12-17 19:03:33 +00:00
ngx_http_scgi_module.c Trailing whitespace fix. 2013-02-23 11:50:42 +00:00
ngx_http_secure_link_module.c Secure_link: fixed configuration inheritance. 2013-01-28 14:42:07 +00:00
ngx_http_split_clients_module.c Added checks that disallow adding a variable with an empty name. 2012-12-17 19:03:33 +00:00
ngx_http_ssi_filter_module.c Mark logically dead code with corresponding comment. 2012-08-17 15:35:50 +00:00
ngx_http_ssi_filter_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_ssl_module.c SSL: Next Protocol Negotiation extension support. 2013-03-07 18:21:28 +00:00
ngx_http_ssl_module.h OCSP stapling: ssl_stapling_verify directive. 2012-10-01 12:53:11 +00:00
ngx_http_static_module.c Entity tags: set for static respones. 2012-07-09 00:13:06 +00:00
ngx_http_stub_status_module.c Introduced variables in ngx_http_stub_status module. 2013-02-21 23:31:57 +00:00
ngx_http_sub_filter_module.c Allow the complex value to be defined as an empty string. 2012-12-06 23:03:53 +00:00
ngx_http_upstream_ip_hash_module.c Added IPv6 support to ip_hash. 2012-06-19 12:36:54 +00:00
ngx_http_upstream_keepalive_module.c Upstream keepalive: detect duplicate "keepalive" directive. 2012-12-26 14:46:06 +00:00
ngx_http_upstream_least_conn_module.c Upstream: fixed state resetting when switching to backup servers. 2012-12-25 08:02:21 +00:00
ngx_http_userid_filter_module.c Fixed spelling in single-line comments. 2012-02-28 11:31:05 +00:00
ngx_http_uwsgi_module.c Trailing whitespace fix. 2013-02-23 11:50:42 +00:00
ngx_http_xslt_filter_module.c Xslt: prevented infinite loop. 2012-12-06 21:22:58 +00:00