nginx/src/http/modules
2016-09-22 19:31:08 +03:00
..
perl Perl: pass additional linker options to perl module. 2016-09-20 22:11:23 +03:00
ngx_http_access_module.c Access: supplemented the obfuscated code with a comment. 2014-02-19 21:45:27 +04:00
ngx_http_addition_filter_module.c Entity tags: downgrade strong etags to weak ones as needed. 2014-06-26 02:21:01 +04:00
ngx_http_auth_basic_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_auth_request_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_autoindex_module.c Autoindex: implemented XML output format. 2014-12-12 20:25:42 +03:00
ngx_http_browser_module.c Fixed directives inheritance. 2012-04-11 09:56:30 +00:00
ngx_http_charset_filter_module.c Charset filter: fixed charset setting on encoded replies. 2014-05-19 22:45:34 +04:00
ngx_http_chunked_filter_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_dav_module.c Dav: return 501 on PUT with ranges (ticket #948). 2016-05-16 20:37:23 +03: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: skip special bufs in buffered request body chain. 2016-04-11 18:42:34 +03: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 Geo: fixed indentation. 2016-08-25 12:59:39 +03:00
ngx_http_geoip_module.c GeoIP: not all variable fields were initialized. 2014-07-25 14:43:29 -07:00
ngx_http_gunzip_filter_module.c Gzip, gunzip: flush busy buffers if any. 2014-10-15 22:57:23 +04:00
ngx_http_gzip_filter_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_gzip_static_module.c Charset filter: fixed charset setting on encoded replies. 2014-05-19 22:45:34 +04:00
ngx_http_headers_filter_module.c Headers filter: fixed "add_header ... '' always". 2016-02-18 15:49:11 +03:00
ngx_http_image_filter_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_index_module.c Fixed language in a comment preceding ngx_http_index_handler(). 2013-03-21 16:05:35 +00:00
ngx_http_limit_conn_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_limit_req_module.c Simplified extraction of current time. 2016-08-08 17:11:29 +03:00
ngx_http_log_module.c Avoid left-shifting integers into the sign bit, which is undefined. 2016-07-07 21:02:28 +03:00
ngx_http_map_module.c Map: support of complex values in resulting strings. 2016-05-12 16:43:19 +03:00
ngx_http_memcached_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_mp4_module.c Fixed spelling. 2016-04-07 11:50:13 +03:00
ngx_http_not_modified_filter_module.c Moved ngx_http_parse_time() to core, renamed accordingly. 2015-06-11 20:42:31 +03:00
ngx_http_proxy_module.c SSL: ngx_ssl_ciphers() to set list of ciphers. 2016-06-15 21:05:30 +01:00
ngx_http_random_index_module.c Fixed logging in close error handling. 2016-03-31 02:33:50 +03:00
ngx_http_range_filter_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_realip_module.c Realip: fixed uninitialized memory access. 2016-09-01 14:33:51 +03:00
ngx_http_referer_module.c Style. 2016-03-30 11:52:16 +03:00
ngx_http_rewrite_module.c Style. 2016-03-30 11:52:16 +03:00
ngx_http_scgi_module.c Style. 2016-03-30 11:52:16 +03:00
ngx_http_secure_link_module.c Secure_link: fixed configuration inheritance. 2013-01-28 14:42:07 +00:00
ngx_http_slice_filter_module.c Slice filter: terminate first slice with last_in_chain flag. 2015-12-08 17:39:56 +03:00
ngx_http_split_clients_module.c Split clients: check length when parsing configuration. 2013-03-21 16:06:53 +00:00
ngx_http_ssi_filter_module.c Simplified extraction of current time. 2016-08-08 17:11:29 +03:00
ngx_http_ssi_filter_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_ssl_module.c SSL: ngx_ssl_ciphers() to set list of ciphers. 2016-06-15 21:05:30 +01:00
ngx_http_ssl_module.h SSL: support for multiple certificates (ticket #814). 2016-05-19 14:46:32 +03:00
ngx_http_static_module.c Style: unified request method checks. 2015-11-06 15:22:43 +03:00
ngx_http_stub_status_module.c Style: unified request method checks. 2015-11-06 15:22:43 +03:00
ngx_http_sub_filter_module.c Sub filter: eliminate unnecessary buffering. 2016-07-02 15:59:53 +03:00
ngx_http_upstream_hash_module.c Upstream: style. 2016-09-22 19:31:08 +03:00
ngx_http_upstream_ip_hash_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http_upstream_keepalive_module.c Introduced the ngx_sockaddr_t type. 2016-05-23 16:37:20 +03:00
ngx_http_upstream_least_conn_module.c Upstream: style. 2016-09-22 19:31:08 +03:00
ngx_http_upstream_zone_module.c Fixed strict aliasing warnings with old GCC versions. 2015-07-16 14:20:48 +03:00
ngx_http_userid_filter_module.c Avoid left-shifting integers into the sign bit, which is undefined. 2016-07-07 21:02:28 +03:00
ngx_http_uwsgi_module.c SSL: ngx_ssl_ciphers() to set list of ciphers. 2016-06-15 21:05:30 +01:00
ngx_http_xslt_filter_module.c Entity tags: downgrade strong etags to weak ones as needed. 2014-06-26 02:21:01 +04:00