nginx/src/http/modules
2016-03-31 02:33:53 +03:00
..
perl Perl: prototyping behavior explicitly specified. 2015-08-18 16:26:18 +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 Auth basic: "info" logging level on no user/password. 2013-10-31 04:02:21 +04:00
ngx_http_auth_request_module.c Auth request module import. 2013-08-21 19:19:47 +04: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 Style: unified request method checks. 2015-11-06 15:22:43 +03:00
ngx_http_dav_module.c Style. 2016-03-30 11:52:16 +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 Style. 2016-03-30 11:52:16 +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 Style: add whitespace between control statement and parentheses. 2014-07-08 03:03:13 -07: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 Gzip, gunzip: flush busy buffers if any. 2014-10-15 22:57:23 +04: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 Style. 2016-03-30 11:52:16 +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 Limit conn: aligned field names in structures. 2014-09-24 21:55:19 +04:00
ngx_http_limit_req_module.c Limit req: removed check for unknown limit_req_zone. 2015-04-20 16:54:41 +03:00
ngx_http_log_module.c Access log: restricted "log_format" to "http" level. 2014-12-01 14:51:36 +03:00
ngx_http_map_module.c Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00
ngx_http_memcached_module.c Memcached: enabled ranges. 2015-04-21 21:04:36 +02:00
ngx_http_mp4_module.c Fixed logging with variable field width. 2016-03-31 02:33:53 +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 Upstream: proxy_next_upstream non_idempotent. 2016-03-28 19:50:19 +03: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 Style. 2016-03-30 11:52:16 +03:00
ngx_http_realip_module.c Style. 2016-03-30 11:52:16 +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 Entity tags: downgrade strong etags to weak ones as needed. 2014-06-26 02:21:01 +04:00
ngx_http_ssi_filter_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_ssl_module.c Fixed logging with variable field width. 2016-03-31 02:33:53 +03:00
ngx_http_ssl_module.h SSL: the "ssl_password_file" directive. 2014-06-16 19:43:25 +04: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: fixed allocation alignment. 2016-03-28 13:35:25 +03:00
ngx_http_upstream_hash_module.c Upstream hash: consistency across little/big endianness. 2015-05-18 16:05:44 +03:00
ngx_http_upstream_ip_hash_module.c Upstream: simplified ip_hash and hash peer selection code. 2015-04-21 19:09:04 +03:00
ngx_http_upstream_keepalive_module.c Upstream: don't keep connections on early responses (ticket #669). 2015-12-17 16:39:15 +03:00
ngx_http_upstream_least_conn_module.c Style. 2016-03-30 11:52:16 +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 Fixed spelling in single-line comments. 2012-02-28 11:31:05 +00:00
ngx_http_uwsgi_module.c Upstream: proxy_next_upstream non_idempotent. 2016-03-28 19:50:19 +03: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