.. |
perl
|
bump version
|
2009-05-18 16:48:53 +00:00 |
ngx_http_access_module.c
|
prepare ngx_ptocidr() for IPv6
|
2009-02-24 14:01:40 +00:00 |
ngx_http_addition_filter_module.c
|
*) refactor subrequest handling, now they run as separate posted requests
|
2008-12-08 14:23:20 +00:00 |
ngx_http_auth_basic_module.c
|
use complex values in add_header, auth_basic_user_file,
|
2009-03-22 09:39:19 +00:00 |
ngx_http_autoindex_module.c
|
fix colon in file name for ngx_http_autoindex_module
|
2009-05-17 19:01:23 +00:00 |
ngx_http_browser_module.c
|
add debug logging
|
2009-02-18 09:24:14 +00:00 |
ngx_http_charset_filter_module.c
|
small optimization: " == NGX_ERROR" > " != NGX_OK"
|
2009-02-24 10:42:23 +00:00 |
ngx_http_chunked_filter_module.c
|
do not set "Transfer-Encoding: chunked" for HEAD requests
|
2008-10-02 15:40:01 +00:00 |
ngx_http_dav_module.c
|
uniform ngx_file_info() interface with ngx_fd_info()
|
2009-04-29 19:28:52 +00:00 |
ngx_http_empty_gif_module.c
|
set MIME-type length,
|
2009-02-17 08:37:36 +00:00 |
ngx_http_fastcgi_module.c
|
proxy_cache_methods and fastcgi_cache_methods
|
2009-05-19 13:27:27 +00:00 |
ngx_http_flv_module.c
|
*) of.test_only to not open file if only stat() is enough
|
2009-04-27 09:55:53 +00:00 |
ngx_http_geo_module.c
|
prepare ngx_ptocidr() for IPv6
|
2009-02-24 14:01:40 +00:00 |
ngx_http_gzip_filter_module.c
|
fix postponed zlib memory allocation, introduced in r2411
|
2009-03-01 19:24:11 +00:00 |
ngx_http_gzip_static_module.c
|
*) of.test_only to not open file if only stat() is enough
|
2009-04-27 09:55:53 +00:00 |
ngx_http_headers_filter_module.c
|
fix add_header Last-Modified "", broken in r2589
|
2009-03-26 13:34:37 +00:00 |
ngx_http_image_filter_module.c
|
image_filter_jpeg_quality
|
2009-05-16 16:57:11 +00:00 |
ngx_http_index_module.c
|
*) of.test_only to not open file if only stat() is enough
|
2009-04-27 09:55:53 +00:00 |
ngx_http_limit_req_module.c
|
support attaching to an existent Win32 shared memory
|
2009-04-18 19:27:28 +00:00 |
ngx_http_limit_zone_module.c
|
support attaching to an existent Win32 shared memory
|
2009-04-18 19:27:28 +00:00 |
ngx_http_log_module.c
|
*) of.test_only to not open file if only stat() is enough
|
2009-04-27 09:55:53 +00:00 |
ngx_http_map_module.c
|
small optimization: " == NGX_ERROR" > " != NGX_OK"
|
2009-02-24 10:42:23 +00:00 |
ngx_http_memcached_module.c
|
change variable name
|
2008-12-10 14:46:34 +00:00 |
ngx_http_not_modified_filter_module.c
|
style fix
|
2009-04-15 10:57:40 +00:00 |
ngx_http_proxy_module.c
|
proxy_cache_methods and fastcgi_cache_methods
|
2009-05-19 13:27:27 +00:00 |
ngx_http_random_index_module.c
|
remove TODO comments
|
2009-04-18 19:39:06 +00:00 |
ngx_http_range_filter_module.c
|
a prelimiary proxy cache support
|
2009-03-23 13:14:51 +00:00 |
ngx_http_realip_module.c
|
prepare ngx_ptocidr() for IPv6
|
2009-02-24 14:01:40 +00:00 |
ngx_http_referer_module.c
|
fix building --without-pcre
|
2007-12-28 13:15:11 +00:00 |
ngx_http_rewrite_module.c
|
now regex captures are per-request entities
|
2009-03-06 12:15:07 +00:00 |
ngx_http_secure_link_module.c
|
allow short secure links
|
2008-10-21 12:33:23 +00:00 |
ngx_http_ssi_filter_module.c
|
small optimization: " == NGX_ERROR" > " != NGX_OK"
|
2009-02-24 10:42:23 +00:00 |
ngx_http_ssi_filter_module.h
|
SSI echo encoding
|
2007-09-27 09:37:09 +00:00 |
ngx_http_ssl_module.c
|
move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
|
2009-04-16 19:25:09 +00:00 |
ngx_http_ssl_module.h
|
*) listen ssl
|
2008-09-01 14:19:01 +00:00 |
ngx_http_static_module.c
|
*) of.test_only to not open file if only stat() is enough
|
2009-04-27 09:55:53 +00:00 |
ngx_http_status_module.c
|
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
|
2008-08-21 18:47:23 +00:00 |
ngx_http_stub_status_module.c
|
style fix: remove double semicolons
|
2007-10-09 20:11:03 +00:00 |
ngx_http_sub_filter_module.c
|
use complex values in add_header, auth_basic_user_file,
|
2009-03-22 09:39:19 +00:00 |
ngx_http_upstream_ip_hash_module.c
|
a prelimiary IPv6 support, HTTP listen
|
2009-02-21 07:02:02 +00:00 |
ngx_http_userid_filter_module.c
|
use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()
|
2009-05-18 12:58:19 +00:00 |
ngx_http_xslt_filter_module.c
|
allow to pass image filter errors via the same location where the filter is set
|
2009-05-08 14:52:50 +00:00 |