nginx/src/http/modules
Ruslan Ermilov 05a38c7077 Proxy: improved code readability.
Do not assume that space character follows the method name, just pass it
explicitly.

The fuss around it has already proved to be unsafe, see bbdb172f0927 and
http://mailman.nginx.org/pipermail/nginx-ru/2013-January/049692.html for
details.
2015-11-06 15:21:51 +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 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 Upstream: fixed "no port" detection in evaluated upstreams. 2015-11-21 10:44:07 +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 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 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 Proxy: improved code readability. 2015-11-06 15:21:51 +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 Realip: the $realip_remote_addr variable. 2015-11-16 16:02:02 +03: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 Fixed segfault with incorrect location nesting. 2015-09-11 17:04:04 +03:00
ngx_http_scgi_module.c Upstream: fixed "no port" detection in evaluated upstreams. 2015-11-21 10:44:07 +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 The HTTP/2 implementation (RFC 7240, 7241). 2015-09-11 20:13:06 +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 initialization in http{} level (ticket #791). 2015-09-21 23:08:34 +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 Upstream: fixed "no port" detection in evaluated upstreams. 2015-11-21 10:44:07 +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