..
perl
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
2012-12-13 15:05:19 +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 spelling in single-line comments.
2012-02-28 11:31:05 +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
Copyright updated.
2012-01-18 15:07:43 +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
Allow the complex value to be defined as an empty string.
2012-12-06 23:03:53 +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
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
2012-12-13 15:05:19 +00:00
ngx_http_geoip_module.c
Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
2012-08-30 14:58:11 +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
Gzip: fixed zlib memLevel adjusting.
2012-12-14 15:17:58 +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
Entity tags: handling in add_header.
2012-07-07 21:24:01 +00:00
ngx_http_image_filter_module.c
Image filter: compare aspect ratio more accurately during crop.
2012-04-21 19:02:21 +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
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
2012-12-13 15:05:19 +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
Variables $connection and $connection_requests.
2012-10-29 17:17:59 +00:00
ngx_http_map_module.c
Fixed the "include" directive.
2012-08-28 13:31:01 +00:00
ngx_http_memcached_module.c
Memcached: memcached_gzip_flag directive.
2012-09-10 16:43:49 +00:00
ngx_http_mp4_module.c
Mp4: removed restriction to avc1/mp4a formats (ticket #194 ).
2012-08-17 11:02:35 +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
Proxy: better error message about unexpected data.
2012-12-13 13:45:39 +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
realip: chains of trusted proxies and IPv6 support.
2012-05-14 12:41:03 +00:00
ngx_http_referer_module.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_http_rewrite_module.c
Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
2012-12-13 15:05:19 +00:00
ngx_http_scgi_module.c
Allow the complex value to be defined as an empty string.
2012-12-06 23:03:53 +00:00
ngx_http_secure_link_module.c
Copyright updated.
2012-01-18 15:07:43 +00:00
ngx_http_split_clients_module.c
Added syntax checking of the second parameter of the "split_clients" directive.
2012-05-16 13:14:53 +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
OCSP stapling: properly check if there is ssl.ctx.
2012-10-05 11:09:14 +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
Allows particular modules to handle subrequests properly.
2012-04-26 13:06:27 +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: "single" parameter deprecated.
2012-06-18 14:23:42 +00:00
ngx_http_upstream_least_conn_module.c
Fixed compilation with -Wmissing-prototypes.
2012-07-24 15:09:54 +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
Allow the complex value to be defined as an empty string.
2012-12-06 23:03:53 +00:00
ngx_http_xslt_filter_module.c
Xslt: prevented infinite loop.
2012-12-06 21:22:58 +00:00