nginx/src/http/modules
2015-08-17 17:42:02 +03:00
..
perl Perl: NULL-terminate argument list. 2014-06-19 04:16:36 -07: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 Proxy: support for connection upgrade (101 Switching Protocols). 2013-02-18 13:50:52 +00:00
ngx_http_dav_module.c Moved ngx_http_parse_time() to core, renamed accordingly. 2015-06-11 20:42:31 +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: fastcgi_request_buffering. 2015-03-23 21:09:19 +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 Moved ngx_http_parse_time() to core, renamed accordingly. 2015-06-11 20:42:31 +03:00
ngx_http_image_filter_module.c Image filter: downgrade strong etags to weak ones as needed. 2014-08-18 12:03:41 +04: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 Handling of ngx_int_t != intptr_t case. 2013-09-04 21:16:59 +04:00
ngx_http_memcached_module.c Memcached: enabled ranges. 2015-04-21 21:04:36 +02:00
ngx_http_mp4_module.c Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom(). 2014-08-19 14:13:39 +04: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 Disabled SSLv3 by default (ticket #653). 2015-05-25 17:58:20 +03: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 Moved ngx_http_parse_time() to core, renamed accordingly. 2015-06-11 20:42:31 +03:00
ngx_http_realip_module.c Added server-side support for PROXY protocol v1 (ticket #355). 2014-03-17 17:41:24 +04:00
ngx_http_referer_module.c Referer: fixed hostname buffer overflow check. 2013-08-29 22:35:54 +04:00
ngx_http_rewrite_module.c Variables: updated list of prefixes in ngx_http_rewrite_set(). 2014-08-27 21:38:08 +04:00
ngx_http_scgi_module.c Upstream: uwsgi_request_buffering, scgi_request_buffering. 2015-03-23 21:09:19 +03: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 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 Disabled SSLv3 by default (ticket #653). 2015-05-25 17:58:20 +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 Entity tags: set for static respones. 2012-07-09 00:13:06 +00:00
ngx_http_stub_status_module.c Stub status: corrected the "stub_status" directive. 2014-08-26 17:35:23 +04:00
ngx_http_sub_filter_module.c Sub filter: support of multiple strings to replace. 2015-08-17 17:42:02 +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 Core: idle connections now closed only once on exiting. 2015-08-11 16:28:55 +03:00
ngx_http_upstream_least_conn_module.c Upstreams: locking. 2015-04-14 19:01:23 +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 Disabled SSLv3 by default (ticket #653). 2015-05-25 17:58:20 +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