You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openresty/patches
spacewander cf7516fcbc optimize: added an NGINX core patch to ensure unused listening fds are closed when 'reuseport' is used.
When `reuseport` is enabled in the `listen` directive, Nginx will create
a listening fd for each worker process in the master process.

These fds will be inherited by the worker processes, but most of them
are unused. For example, considering we have 32 listening ip:port
configurations and 64 worker processes, each worker process will inherit
2048 (32 * 64) listening fds, but only 32 fds are used. By closing the
unused fds, this change could save up to 2016 (32 * 63) fds in a worker
process.

It doesn't affect the listening socket, since there is only one used fd
which associates to the socket with or without this change.

Co-authored-by: Thibault Charbonnier <thibaultcha@me.com>
6 years ago
..
lua-5.1.4-makefile_install_fix.patch now we apply the makefile install fix patch for Solaris. 14 years ago
lua-5.1.5-disable_lua50_compat.patch committed patches that were not committed. 13 years ago
lua-5.1.5-enable_debug_info.patch always enable debuginfo in the bundled LuaJIT 2.0 build and Lua 5.1 build to support Nginx Systemtap Toolkit. 12 years ago
lua-5.1.5-makefile_install_fix.patch committed patches that were not committed. 13 years ago
lua_cjson-1.0.2-array_detection_fix.patch more progress on lua-cjson bundling. it now works on Mac OS X, FreeBSD, and Linux, at least. 14 years ago
luajit-2.0.0-2ad9834d.patch include the latest bugfixes for LuaJIT 2.0 from the git repository (up to git commit 2ad9834d). 12 years ago
luajit-win32-default-paths.patch More MSYS/MinGW love. 9 years ago
nginx-0.8.54-allow_request_body_updating.patch upgraded ngx_lua to 0.3.1rc23; released ngx_openresty 1.0.8.25; added patches for nginx 0.8.54. 14 years ago
nginx-0.8.54-named_location_clear_mods_ctx.patch upgraded ngx_lua to 0.3.1rc23; released ngx_openresty 1.0.8.25; added patches for nginx 0.8.54. 14 years ago
nginx-0.8.54-no_Werror.patch upgraded LuaJIT to 2.0.0beta8, ngx_lua to 0.1.6rc15, and ngx_echo to 0.36rc4; also released ngx_openresty 0.8.54.7rc3. 14 years ago
nginx-0.8.54-no_error_pages.patch now "make" produces a tarball but still incomplete yet. 14 years ago
nginx-0.8.54-redirect_memcpy_overlap.patch now "make" produces a tarball but still incomplete yet. 14 years ago
nginx-0.8.54-request_body_in_single_buf.patch added Maxim Dounin's patches. 14 years ago
nginx-0.8.54-request_body_preread_fix.patch added Maxim Dounin's patches. 14 years ago
nginx-0.8.54-server_header.patch now "make" produces a tarball but still incomplete yet. 14 years ago
nginx-0.8.54-subrequest_loop.patch applied the subrequest loop fix patch from Maxim Dounin and released ngx_openresty 0.8.54.9rc5. 14 years ago
nginx-0.8.54-variable_header_ignore_no_hash.patch upgraded ngx_lua to 0.3.1rc23; released ngx_openresty 1.0.8.25; added patches for nginx 0.8.54. 14 years ago
nginx-1.0.4-gcc46_fixes.patch added Maxim Dounin's patches. 14 years ago
nginx-1.0.4-no_Werror.patch upgraded the nginx core to 1.0.4 and released ngx_openresty 1.0.4.0rc1. 14 years ago
nginx-1.0.4-no_error_pages.patch upgraded the nginx core to 1.0.4 and released ngx_openresty 1.0.4.0rc1. 14 years ago
nginx-1.0.4-no_pool.patch added the --with-no-pool-patch option to the ./configure script, to allow enabling the no-pool patch for debugging memory issues with valgrind, for example. released ngx_openresty 1.0.4.2rc5. 14 years ago
nginx-1.0.4-request_body_in_single_buf.patch upgraded the nginx core to 1.0.4 and released ngx_openresty 1.0.4.0rc1. 14 years ago
nginx-1.0.4-request_body_preread_fix.patch fixed a typo in the patch. 14 years ago
nginx-1.0.4-server_header.patch upgraded the nginx core to 1.0.4 and released ngx_openresty 1.0.4.0rc1. 14 years ago
nginx-1.0.4-subrequest_loop.patch upgraded the nginx core to 1.0.4 and released ngx_openresty 1.0.4.0rc1. 14 years ago
nginx-1.0.5-no_Werror.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-no_error_pages.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-no_pool.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-request_body_in_single_buf.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-request_body_preread_fix.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-server_header.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.5-subrequest_loop.patch upgraded the nginx core to 1.0.5. 14 years ago
nginx-1.0.6-gzip_empty_flush_buf.patch upgraded ngx_lua to 0.3.1rc3, ngx_echo to 0.37rc4, and ngx_headers_more to 0.16rc2; released ngx_openresty 1.0.6.3. 14 years ago
nginx-1.0.6-no_Werror.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-no_error_pages.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-no_pool.patch upgraded ngx_lua to 0.3.1rc3, ngx_echo to 0.37rc4, and ngx_headers_more to 0.16rc2; released ngx_openresty 1.0.6.3. 14 years ago
nginx-1.0.6-request_body_in_single_buf.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-request_body_preread_fix.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-server_header.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-subrequest_loop.patch released 1.0.6.0rc1. 14 years ago
nginx-1.0.6-variable_header_ignore_no_hash.patch checked in the variable_header_ignore_no_hash patch. 14 years ago
nginx-1.0.8-allow_request_body_updating.patch updated patches/nginx-1.0.8-allow_request_body_updating.patch to fix the case when calling ngx_http_read_client_request_body after ngx_http_discard_request_body is called. 14 years ago
nginx-1.0.8-gzip_empty_flush_buf.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-named_location_clear_mods_ctx.patch upgraded ngx_lua to v0.3.1rc11 and ngx_echo to 0.37rc6; also applied the named_location_clear_mods_ctx patch; also released ngx_openresty 1.0.8.5. 14 years ago
nginx-1.0.8-no_Werror.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-no_error_pages.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-no_pool.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-request_body_in_single_buf.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-request_body_preread_fix.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-server_header.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-subrequest_loop.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.8-variable_header_ignore_no_hash.patch initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch. 14 years ago
nginx-1.0.9-allow_request_body_updating.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-epoll_check_stale_wev.patch upgraded ngx_lua to 0.3.1rc26 and lua-rds-parser to 0.04; also checked in the epoll_check_stale_wev patch. 13 years ago
nginx-1.0.9-gzip_empty_flush_buf.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-log_escape_non_ascii.patch added new directives log_escape_non_ascii to prevent escaping 0x7F - 0x1F chars in access log variable values. 13 years ago
nginx-1.0.9-named_location_clear_mods_ctx.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-no_Werror.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-no_error_pages.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-no_pool.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-request_body_in_single_buf.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-request_body_preread_fix.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-server_header.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-subrequest_loop.patch upgraded patches for nginx 1.0.9. 13 years ago
nginx-1.0.9-variable_header_ignore_no_hash.patch fixed the variable_header_ignore_no_hash patch again. thanks Markus Linnala. 13 years ago
nginx-1.0.10-allow_request_body_updating.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-epoll_check_stale_wev.patch fixed a serious regression for linux aio in nginx-1.0.10-epoll_check_stale_wev.patch, thanks Maxim Dounin! released ngx_openresty 1.0.10.21. 13 years ago
nginx-1.0.10-gzip_empty_flush_buf.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-log_escape_non_ascii.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-named_location_clear_mods_ctx.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-no_Werror.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-no_error_pages.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-no_pool.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-request_body_in_single_buf.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-request_body_preread_fix.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-server_header.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-subrequest_loop.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.10-variable_header_ignore_no_hash.patch upgraded the nginx core to 1.0.10. 13 years ago
nginx-1.0.11-allow_request_body_updating.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-epoll_check_stale_wev.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-gzip_empty_flush_buf.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-log_escape_non_ascii.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-max_subrequests.patch raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository. 13 years ago
nginx-1.0.11-named_location_clear_mods_ctx.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-no_Werror.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-no_error_pages.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-no_pool.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-null_character_fixes.patch renamed the null character fixes patch. 13 years ago
nginx-1.0.11-request_body_in_single_buf.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-request_body_preread_fix.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-server_header.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-subrequest_loop.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.11-upstream_pipelining.patch improved the upstream_pipelining patch a bit. 13 years ago
nginx-1.0.11-variable_header_ignore_no_hash.patch added patches for nginx 1.0.11. 13 years ago
nginx-1.0.12-allow_request_body_updating.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-epoll_check_stale_wev.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-gzip_empty_flush_buf.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-log_escape_non_ascii.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-max_subrequests.patch raised the default NGX_HTTP_MAX_SUBREQUESTS to 200, in sync with the official repository. 13 years ago
nginx-1.0.12-named_location_clear_mods_ctx.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-no_Werror.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-no_error_pages.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-no_pool.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-request_body_in_single_buf.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-request_body_preread_fix.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-server_header.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-subrequest_loop.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.12-variable_header_ignore_no_hash.patch checked in the patches for nginx 1.0.12. 13 years ago
nginx-1.0.14-allow_request_body_updating.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-epoll_check_stale_wev.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-gzip_empty_flush_buf.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-log_escape_non_ascii.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-max_subrequests.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-named_location_clear_mods_ctx.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-no_Werror.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-no_error_pages.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-no_pool.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-null_character_fixes.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-request_body_in_single_buf.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-request_body_preread_fix.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-server_header.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-subrequest_loop.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-upstream_pipelining.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.14-variable_header_ignore_no_hash.patch upgraded ngx_lua to 0.5.0rc22 and lua-resty-mysql to 0.07. also upgraded the nginx core to 1.0.14. 13 years ago
nginx-1.0.15-add_core_vars_polluting_globals.patch applied the add_core_vars_polluting patch to fix a bug in the nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2012-May/002231.html 13 years ago
nginx-1.0.15-allow_request_body_updating.patch fixed patches for nginx 1.0.15. 13 years ago
nginx-1.0.15-filter_finalize_hang.patch fixed the filter_finalize_hang patch for a regression in the image filter. 13 years ago
nginx-1.0.15-gzip_empty_flush_buf.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-log_escape_non_ascii.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-max_subrequests.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-named_location_clear_mods_ctx.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-no_Werror.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-no_error_pages.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-no_pool.patch bugfix: the no-pool patch might leak memory. now we have updated the no-pool patch to the latest version that is a thorough rewrite. 13 years ago
nginx-1.0.15-null_character_fixes.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-poll_del_event_at_exit.patch updated nginx-1.0.15-poll_del_event_at_exit.patch. thanks Maxim Dounin. 13 years ago
nginx-1.0.15-request_body_in_single_buf.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-request_body_preread_fix.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-reset_wev_handler_in_named_locations.patch added the patch for a bug in ngx_http_named_location in the nginx core. 13 years ago
nginx-1.0.15-resolver_debug_log_overflow.patch applied the resolver_debug_log_overflow.patch: http://mailman.nginx.org/pipermail/nginx-devel/2012-June/002281.html 13 years ago
nginx-1.0.15-server_header.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-subrequest_loop.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-upstream_pipelining.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.0.15-variable_header_ignore_no_hash.patch upgraded the nginx core to 1.0.15. 13 years ago
nginx-1.1.2-no_error_pages.patch added the no_error_pages patch for nginx 1.1.2. 14 years ago
nginx-1.1.4-variable_header_ignore_no_hash.patch updated the variable_header_ignore_no_hash patch for nginx 1.1.4. 13 years ago
nginx-1.1.5-named_location_clear_mods_ctx.patch upgraded ngx_lua to v0.3.1rc11 and ngx_echo to 0.37rc6; also applied the named_location_clear_mods_ctx patch; also released ngx_openresty 1.0.8.5. 14 years ago
nginx-1.1.15-allow_request_body_updating.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-gzip_empty_flush_buf.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-log_escape_non_ascii.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-named_location_clear_mods_ctx.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-no_Werror.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-no_error_pages.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-no_pool.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-server_header.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.1.15-subrequest_loop.patch added patches for nginx 1.1.15. 13 years ago
nginx-1.2.1-add_core_vars_polluting_globals.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-allow_request_body_updating.patch fixed an issue regarding subrequests in allow_request_body_updating.patch. 13 years ago
nginx-1.2.1-dtrace.patch upgraded the dtrace patches for nginx 1.2.1 and 1.3.4. also bumped the version to 1.2.1.14. 13 years ago
nginx-1.2.1-location_if_inherits_proxy.patch applied nginx-1.2.1-location_if_inherits_proxy.patch to the nginx core. see http://mailman.nginx.org/pipermail/nginx-devel/2012-June/002374.html for details. 13 years ago
nginx-1.2.1-log_escape_non_ascii.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-no_Werror.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-no_error_pages.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-no_pool.patch upgraded the (optional) no-pool patch to the latest version. 13 years ago
nginx-1.2.1-poll_del_event_at_exit.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-resolver_debug_log_overflow.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-server_header.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.1-upstream_pipelining.patch upgraded the nginx core to 1.2.1. bumped the version of ngx_openresty to 1.2.1.1rc1. 13 years ago
nginx-1.2.3-allow_request_body_updating.patch updated the allow_request_body_updating.patch to define the HAVE_ALLOW_REQUEST_BODY_UPDATING_PATCH macro. 13 years ago
nginx-1.2.3-channel-uninit-params.patch checked in the new patch channel-uninit-params for nginx 1.2.3 and 1.3.6. 13 years ago
nginx-1.2.3-dtrace.patch updated the dtrace patch to include new tapset functions ngx_indent, ngx_http_subreq_depth, and ngx_http_req_parent. 13 years ago
nginx-1.2.3-location_if_inherits_proxy.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-log_escape_non_ascii.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-no_Werror.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-no_error_pages.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-no_pool.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-nonbuffered-upstream-truncation.patch removed an extra line from the nonbuffered-upstream-truncation patch. 13 years ago
nginx-1.2.3-server_header.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.3-upstream_pipelining.patch upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1. 13 years ago
nginx-1.2.4-allow_request_body_updating.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-channel-uninit-params.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-dtrace.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-location_if_inherits_proxy.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-log_escape_non_ascii.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-no_Werror.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-no_error_pages.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-no_pool.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-nonbuffered-upstream-truncation.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-server_header.patch upgraded the nginx core to 1.2.4; also upgraded ngx_lua to 0.7.0. 13 years ago
nginx-1.2.4-slab_alloc_no_memory_as_info.patch applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info". 12 years ago
nginx-1.2.4-upstream_pipelining.patch bugfix: the upstream_pipeline patch introduced a regression that when upstream_next is in action, nginx might hang. thanks Kindy Lin for reporting this issue. 12 years ago
nginx-1.2.4-upstream_test_connect_kqueue.patch checked in the upstream_test_connect_kqueue patch for the nginx 1.2.4 core and applied it by default. 12 years ago
nginx-1.2.5-allow_request_body_updating.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-channel-uninit-params.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-dtrace.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-location_if_inherits_proxy.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-log_escape_non_ascii.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-no_Werror.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-no_error_pages.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-no_pool.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-nonbuffered-upstream-truncation.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-server_header.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.5-slab_alloc_no_memory_as_info.patch applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info". 12 years ago
nginx-1.2.5-upstream_pipelining.patch bugfix: the upstream_pipeline patch introduced a regression that when upstream_next is in action, nginx might hang. thanks Kindy Lin for reporting this issue. 12 years ago
nginx-1.2.5-upstream_test_connect_kqueue.patch checked in the patches for the nginx 1.2.5 core. 12 years ago
nginx-1.2.6-channel-uninit-params.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-dtrace.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.2.6-location_if_inherits_proxy.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-log_escape_non_ascii.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-no_Werror.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-no_error_pages.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-no_pool.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-nonbuffered-upstream-truncation.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-resolver_wev_handler_segfault_with_poll.patch updated resolver_wev_handler_segfault_with_poll.patch to Ruslan Ermilov's version. 12 years ago
nginx-1.2.6-server_header.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.6-upstream_pipelining.patch upgraded the nginx core to 1.2.6. 12 years ago
nginx-1.2.7-channel-uninit-params.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-cve-2013-2070.patch applied the official patch for the nginx security vulnerability CVE-2013-2070. 12 years ago
nginx-1.2.7-dtrace.patch updated the dtrace patch to make the stap function ngx_chain_dump() print out info about the "last_buf" and "last_in_chain" flags in bufs. 12 years ago
nginx-1.2.7-location_if_inherits_proxy.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-log_escape_non_ascii.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-no_Werror.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-no_error_pages.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-no_pool.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-run_posted_requests_in_resolver.patch bugfix: applied Lanshun Zhou's run_posted_requests_in_resolver patch to the Nginx core: http://mailman.nginx.org/pipermail/nginx-devel/2013-March/003476.html 12 years ago
nginx-1.2.7-server_header.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-upstream_pipelining.patch upgraded the nginx core to 1.2.7. 12 years ago
nginx-1.2.7-upstream_truncation.patch nginx-1.2.7-upstream_truncation.patch: worked around an issue in ngx_event_pipe_copy_input_filter because it does not set p->upstream_done when p->length <= 0 like ngx_http_proxy_copy_filter. 12 years ago
nginx-1.2.8-channel-uninit-params.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-cve-2013-2070.patch applied the official patch for the nginx security vulnerability CVE-2013-2070. 12 years ago
nginx-1.2.8-dtrace.patch updated the dtrace patch to reflect recent changes. 12 years ago
nginx-1.2.8-invalid_referer_hash.patch feature: applied the invalid_referer_hash patch to the nginx core to make the $invalid_referer variable accessible in embedded dynamic languages like Perl and Lua. thanks Fry-kun for requesting this. 12 years ago
nginx-1.2.8-location_if_inherits_proxy.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-log_escape_non_ascii.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-no_Werror.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-no_error_pages.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-no_pool.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-server_header.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-upstream_pipelining.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.2.8-upstream_truncation.patch upgraded the nginx core to 1.2.8. 12 years ago
nginx-1.3.0-resolver_debug_log_overflow.patch applied the resolver_debug_log_overflow.patch: http://mailman.nginx.org/pipermail/nginx-devel/2012-June/002281.html 13 years ago
nginx-1.3.4-allow_request_body_updating.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-dtrace.patch updated the dtrace patch to include new tapset functions ngx_indent, ngx_http_subreq_depth, and ngx_http_req_parent. 13 years ago
nginx-1.3.4-location_if_inherits_proxy.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-log_escape_non_ascii.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-no_Werror.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-no_error_pages.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-no_pool.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-server_header.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.4-upstream_pipelining.patch added patches for nginx 1.3.4. 13 years ago
nginx-1.3.6-allow_request_body_updating.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-channel-uninit-params.patch checked in the new patch channel-uninit-params for nginx 1.2.3 and 1.3.6. 13 years ago
nginx-1.3.6-dtrace.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-location_if_inherits_proxy.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-log_escape_non_ascii.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-no_Werror.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-no_error_pages.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-no_pool.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-nonbuffered-upstream-truncation.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-server_header.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.6-upstream_pipelining.patch checked in the patches for nginx 1.3.6. 13 years ago
nginx-1.3.7-allow_request_body_updating.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-channel-uninit-params.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-dtrace.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-location_if_inherits_proxy.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-log_escape_non_ascii.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-no_Werror.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-no_error_pages.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-no_pool.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-nonbuffered-upstream-truncation.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-resolver_wev_handler_segfault_with_poll.patch updated resolver_wev_handler_segfault_with_poll.patch to Ruslan Ermilov's version. 12 years ago
nginx-1.3.7-server_header.patch upgraded patches for nginx 1.3.7. 13 years ago
nginx-1.3.7-slab_alloc_no_memory_as_info.patch applied slab_alloc_no_memory_as_info.patch to lower the log level of the error message "ngx_slab_alloc() failed: no memory" from "crit" to "info". 12 years ago
nginx-1.3.7-upstream_pipelining.patch bugfix: the upstream_pipeline patch introduced a regression that when upstream_next is in action, nginx might hang. thanks Kindy Lin for reporting this issue. 12 years ago
nginx-1.3.7-upstream_test_connect_kqueue.patch added terminal colors to the output of the util/mirror-tarballs script; also added the upstream_test_connect_kqueue patch for nginx 1.3.7. 12 years ago
nginx-1.3.11-channel-uninit-params.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-dtrace.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-location_if_inherits_proxy.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-log_escape_non_ascii.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-no_Werror.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-no_error_pages.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-no_pool.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-nonbuffered-upstream-truncation.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-resolver_wev_handler_segfault_with_poll.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-server_header.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-slab_alloc_no_memory_as_info.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-upstream_pipelining.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.3.11-upstream_test_connect_kqueue.patch added patches for the nginx 1.3.11 core. also excluded the allow_request_body_updating patch. 12 years ago
nginx-1.4.1-channel-uninit-params.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-cve-2013-2070.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-dtrace.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-gcc-maybe-uninitialized-warning.patch applied the patch gcc-maybe-uninitialized-warning.patch for nginx to fix a gcc warning with gcc 4.7.3/4.7.2. 12 years ago
nginx-1.4.1-invalid_referer_hash.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-location_if_inherits_proxy.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-log_escape_non_ascii.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-no_Werror.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-no_error_pages.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-no_pool.patch fixed patches/nginx-1.4.1-no_pool.patch which did not apply at all. 12 years ago
nginx-1.4.1-server_header.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-slab_alloc_no_memory_as_info.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-unix_socket_accept_over_read.patch bugfix: we did not initialize c->addr_text properly in nginx-1.4.1-unix_socket_accept_over_read.patch. 12 years ago
nginx-1.4.1-upstream_pipelining.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.1-upstream_truncation.patch added patches for nginx 1.4.1. 12 years ago
nginx-1.4.2-channel-uninit-params.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-cve-2013-2070.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-dtrace.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-invalid_referer_hash.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-location_if_inherits_proxy.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-log_escape_non_ascii.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-no_Werror.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-no_error_pages.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-no_pool.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-server_header.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-unix_socket_accept_over_read.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-upstream_pipelining.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.2-upstream_truncation.patch upgraded the nginx core to 1.4.2. 12 years ago
nginx-1.4.3-cache_lock_hang_in_subreq.patch bugfix: applied the cache_lock_hang_in_subreq patch to the nginx core to fix the request hang when using proxy_cache_lock in subrequests and the cache lock timeout happens. 11 years ago
nginx-1.4.3-cache_manager_exit.patch bugfix: applied the cache_manager_exit patch to the nginx core to fix an issue when the cache manager process is shutting down. 11 years ago
nginx-1.4.3-channel-uninit-params.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-cve-2013-2070.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-dtrace.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-gzip_buffered_bug.patch bugfix: backported Maxim Dounin's patch to fix an issue in the ngx_gzip module: it did not clear r->connection->buffered when the pending data was already flushed out. this could hang ngx_lua's ngx.flush(true) call, for example. 12 years ago
nginx-1.4.3-gzip_flush_bug.patch updated the gzip_flush_bug patch to fix the issue in the ngx_gunzip module. thanks Maxim Dounin for the catch. 11 years ago
nginx-1.4.3-invalid_referer_hash.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-larger_max_error_str.patch updated the larger_max_error_str patch to allow NGX_MAX_ERROR_STR to be redefined from the outside. 11 years ago
nginx-1.4.3-location_if_inherits_proxy.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-log_escape_non_ascii.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-no_Werror.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-no_error_pages.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-no_pool.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-pcre_conf_opt.patch feature: added new configure option --with-pcre-conf-opt=OPTIONS to the nginx core to allow custom PCRE ./configure build options. thanks Lance Li for the original patch in #39. 11 years ago
nginx-1.4.3-proxy_host_port_vars.patch feature: added patch nginx-1.4.3-proxy_host_port_vars to make $proxy_host and $proxy_port accessible for dynamic languages like Lua and Perl. 11 years ago
nginx-1.4.3-server_header.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-unix_socket_accept_over_read.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-upstream_pipelining.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.4.3-upstream_truncation.patch upgraded the nginx core to 1.4.3. 12 years ago
nginx-1.5.3-cve-2013-2070.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-dtrace.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-gcc-maybe-uninitialized-warning.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-location_if_inherits_proxy.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-log_escape_non_ascii.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-no_Werror.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-no_error_pages.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-no_pool.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-server_header.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-slab_alloc_no_memory_as_info.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-unix_socket_accept_over_read.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.3-upstream_pipelining.patch checked in the patches for nginx 1.5.3; also applied the unix_socket_accept_over_read patch the nginx cores older than 1.5.3. 12 years ago
nginx-1.5.4-cve-2013-2070.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-dtrace.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-gcc-maybe-uninitialized-warning.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-location_if_inherits_proxy.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-log_escape_non_ascii.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-no_Werror.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-no_error_pages.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-no_pool.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-server_header.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-slab_alloc_no_memory_as_info.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-unix_socket_accept_over_read.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.4-upstream_pipelining.patch updated patches for nginx 1.5.4. 12 years ago
nginx-1.5.7-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-cache_manager_exit.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-cve-2013-2070.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-dtrace.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-larger_max_error_str.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-location_if_inherits_proxy.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-log_escape_non_ascii.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-no_Werror.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-no_error_pages.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-no_pool.patch optimize: shortened the server string "ngx_openresty" to "openresty". 11 years ago
nginx-1.5.7-pcre_conf_opt.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-proxy_host_port_vars.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-server_header.patch optimize: shortened the server string "ngx_openresty" to "openresty". 11 years ago
nginx-1.5.7-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.7-upstream_pipelining.patch upgraded the nginx core to 1.5.7. 11 years ago
nginx-1.5.8-cache_lock_hang_in_subreq.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-cache_manager_exit.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-cve-2013-2070.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-dtrace.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-gcc-maybe-uninitialized-warning.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-larger_max_error_str.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-location_if_inherits_proxy.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-log_escape_non_ascii.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-no_Werror.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-no_error_pages.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-no_pool.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-pcre_conf_opt.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-proxy_host_port_vars.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-resolve-names-with-a-trailing-dot.patch updated the resolve-names-with-a-trailing-dot patch according to the feedback from Piotr Sikora and Ruslan Ermilov. 11 years ago
nginx-1.5.8-server_header.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-setting_args_invalidates_uri.patch bugfix: setting $args might not make ngx_proxy (and others) honour the change. applied the setting_args_invalidates_uri patch to fix this issue. thanks rvsw for the report. 11 years ago
nginx-1.5.8-slab_alloc_no_memory_as_info.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.8-upstream_pipelining.patch upraded the nginx core to 1.5.8. 11 years ago
nginx-1.5.9-cache_lock_hang_in_subreq.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-cache_manager_exit.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-cve-2013-2070.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-dtrace.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-gcc-maybe-uninitialized-warning.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-larger_max_error_str.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-location_if_inherits_proxy.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-log_escape_non_ascii.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-no_Werror.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-no_error_pages.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-no_pool.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-pcre_conf_opt.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-proxy_host_port_vars.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-server_header.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-setting_args_invalidates_uri.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-slab_alloc_no_memory_as_info.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.9-upstream_pipelining.patch upgraded nginx core to 1.5.9. 11 years ago
nginx-1.5.11-cache_lock_hang_in_subreq.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-cache_manager_exit.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-cve-2013-2070.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-dtrace.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-gcc-maybe-uninitialized-warning.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-larger_max_error_str.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-location_if_inherits_proxy.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-log_escape_non_ascii.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-no_Werror.patch nginx: disabled the -Werror option for clang too. thanks Hamish Forbes for the report. 11 years ago
nginx-1.5.11-no_error_pages.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-no_pool.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-pcre_conf_opt.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-proxy_host_port_vars.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-server_header.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-setting_args_invalidates_uri.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-slab_alloc_no_memory_as_info.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.11-upstream_pipelining.patch upgraded the patches for nginx 1.5.11. 11 years ago
nginx-1.5.12-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-cache_manager_exit.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-cve-2013-2070.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-dtrace.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-larger_max_error_str.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-location_if_inherits_proxy.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-log_escape_non_ascii.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-no_Werror.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-no_error_pages.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-no_pool.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-pcre_conf_opt.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-proxy_host_port_vars.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-server_header.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-setting_args_invalidates_uri.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-slab_alloc_no_memory_as_info.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.5.12-upstream_pipelining.patch upgraded the nginx core to 1.5.12. 11 years ago
nginx-1.7.0-cache_lock_hang_in_subreq.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-cache_manager_exit.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-dtrace.patch bugfix: updated the dtrace patch because systemtap 2.5 no longer accepts the -xnolib option in its dtrace utility. 11 years ago
nginx-1.7.0-gcc-maybe-uninitialized-warning.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-larger_max_error_str.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-location_if_inherits_proxy.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-log_escape_non_ascii.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-no_Werror.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-no_error_pages.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-no_pool.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-pcre_conf_opt.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-proxy_host_port_vars.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-server_header.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-setting_args_invalidates_uri.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.0-slab_defrag.patch bugfix: our "prev_slab" field of ngx_slab_page_t could get out of sync in the slab_defrag patch for nginx. thanks Shuxin Yang for the catch. 11 years ago
nginx-1.7.0-upstream_pipelining.patch upgraded nginx core to 1.7.0. 11 years ago
nginx-1.7.2-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-cache_manager_exit.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-dtrace.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-larger_max_error_str.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-location_if_inherits_proxy.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-log_escape_non_ascii.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-no_Werror.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-no_error_pages.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-no_pool.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-pcre_conf_opt.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-proxy_host_port_vars.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-server_header.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-slab_defrag.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.2-upstream_pipelining.patch upgraded the nginx core to 1.7.2. 11 years ago
nginx-1.7.3-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-cache_manager_exit.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-dtrace.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-geoip_init_var_fields.patch bugfix: applied a patch to fix a bug in the standard ngx_geoip module where its nginx variables like $geoip_latitude might randomly take empty values when they should take perfect values. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005642.html 11 years ago
nginx-1.7.3-larger_max_error_str.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-location_if_inherits_proxy.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-log_escape_non_ascii.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-no_Werror.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-no_error_pages.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-no_pool.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-pcre_conf_opt.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-proxy_host_port_vars.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-proxy_ssl_handshake_timer.patch updated the proxy_ssl_handshake_timer patch to the upstream version as per Jared Feng's request. 11 years ago
nginx-1.7.3-server_header.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-slab_defrag.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.3-upstream_pipelining.patch upgraded the nginx core to 1.7.3. 11 years ago
nginx-1.7.4-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-cache_manager_exit.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-dtrace.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-larger_max_error_str.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-location_if_inherits_proxy.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-log_escape_non_ascii.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-no_Werror.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-no_error_pages.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-no_pool.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-pcre_conf_opt.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-proxy_host_port_vars.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-server_header.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-slab_defrag.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.4-upstream_pipelining.patch upgraded the nginx core to 1.7.4. 11 years ago
nginx-1.7.5-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-cache_manager_exit.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-dtrace.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-hash_overflow.patch bugfix: applied a patch to the nginx core to fix the memory invalid reads when exceeding the pre-configured limits in an ngx_hash_t hash table. also upgraded ngx_lua to 0.9.13rc1. 11 years ago
nginx-1.7.5-larger_max_error_str.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-location_if_inherits_proxy.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-log_escape_non_ascii.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-no_Werror.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-no_error_pages.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-no_pool.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-pcre_conf_opt.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-proxy_host_port_vars.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-resolver_del_event_invalid_read.patch bugfix: applied a patch to the nginx core to fix a memory invalid read regression introduced in nginx 1.7.5+'s resolver. 11 years ago
nginx-1.7.5-server_header.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-slab_defrag.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.5-upstream_pipelining.patch upgraded the nginx core to 1.7.5. 11 years ago
nginx-1.7.7-cache_lock_hang_in_subreq.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-cache_manager_exit.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-dtrace.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-hash_overflow.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-larger_max_error_str.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-location_if_inherits_proxy.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-log_escape_non_ascii.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-no_Werror.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-no_error_pages.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-no_pool.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-pcre_conf_opt.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-proxy_host_port_vars.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-resolver_del_event_invalid_read.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-server_header.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-slab_defrag.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.7-upstream_pipelining.patch upgraded the nginx core to 1.7.7. 10 years ago
nginx-1.7.10-cache_manager_exit.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-dtrace.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-hash_overflow.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-larger_max_error_str.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-log_escape_non_ascii.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-no_Werror.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-no_error_pages.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-no_pool.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-pcre_conf_opt.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-proxy_host_port_vars.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-server_header.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-setting_args_invalidates_uri.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-slab_defrag.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.7.10-upstream_filter_finalize.patch use Maxim Dounin's version of the upstream_filter_finalize patch. 10 years ago
nginx-1.7.10-upstream_pipelining.patch upgraded the nginx core to 1.7.10. 10 years ago
nginx-1.9.2-cache_manager_exit.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-dtrace.patch fixed a compilation error when both the dtrace static probes and --with-threads are specified. 10 years ago
nginx-1.9.2-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-hash_overflow.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-larger_max_error_str.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-log_escape_non_ascii.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-no_Werror.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-no_error_pages.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-no_pool.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-pcre_conf_opt.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-proxy_host_port_vars.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-server_header.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-setting_args_invalidates_uri.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-slab_defrag.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.2-upstream_pipelining.patch upgraded the nginx core to 1.9.2. 10 years ago
nginx-1.9.3-always_enable_cc_feature_tests.patch More MSYS/MinGW love. 9 years ago
nginx-1.9.3-cache_manager_exit.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-dtrace.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-hash_overflow.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-larger_max_error_str.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-log_escape_non_ascii.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-no_Werror.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-no_error_pages.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-no_pool.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-pcre_conf_opt.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-proxy_host_port_vars.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-server_header.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-setting_args_invalidates_uri.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-slab_defrag.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.3-upstream_pipelining.patch upgraded the nginx core to 1.9.3. 10 years ago
nginx-1.9.7-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-cache_manager_exit.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-dtrace.patch bugfix: the ./configure options --with-dtrace-probes and --with-stream did not work together. 9 years ago
nginx-1.9.7-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-hash_overflow.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-larger_max_error_str.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-log_escape_non_ascii.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-no_Werror.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-no_error_pages.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-no_pool.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-pcre_conf_opt.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-proxy_host_port_vars.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-resolver_security_fixes.patch bugfix: applied nginx-1.9.7-resolver_security_fixes.patch by default. 9 years ago
nginx-1.9.7-server_header.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-setting_args_invalidates_uri.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-slab_defrag.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.7-ssl_cert_cb_yield.patch feature: applied the ssl_cert_cb_yield patch to the NGINX core to allow yielding in OpenSSL's SSL_CTX_set_cert_cb() callbacks (needed by ngx_lua's ssl_certificate_by_lua*, for example). 9 years ago
nginx-1.9.7-upstream_pipelining.patch upgraded the nginx core to 1.9.7. 9 years ago
nginx-1.9.11-always_enable_cc_feature_tests.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-cache_manager_exit.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-dtrace.patch updated dtrace patch. 9 years ago
nginx-1.9.11-gcc-maybe-uninitialized-warning.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-hash_overflow.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-larger_max_error_str.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-log_escape_non_ascii.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-no_Werror.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-no_error_pages.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-no_pool.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-pcre_conf_opt.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-proxy_host_port_vars.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-server_header.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-setting_args_invalidates_uri.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-slab_defrag.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-ssl_cert_cb_yield.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.11-upstream_pipelining.patch upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
nginx-1.9.15-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-cache_manager_exit.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-dtrace.patch updated the dtrace patch for 1.9.15. 9 years ago
nginx-1.9.15-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-hash_overflow.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-larger_max_error_str.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-log_escape_non_ascii.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-no_Werror.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-no_error_pages.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-no_pool.patch upgraded ngx_devel_kit to 0.3.0rc1; also fixed the no-pool patch for nginx 1.9.15. 9 years ago
nginx-1.9.15-pcre_conf_opt.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-proxy_host_port_vars.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-server_header.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-setting_args_invalidates_uri.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-slab_defrag.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-ssl_cert_cb_yield.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-ssl_pending_session.patch added the nginx core patch ssl_pending_session for nginx 1.9.15 as well. 9 years ago
nginx-1.9.15-upstream_pipelining.patch upgraded the nginx core to 1.9.15. 9 years ago
nginx-1.9.15-upstream_timeout_fields.patch nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS. 9 years ago
nginx-1.11.2-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-balancer_status_code.patch feature: added the balancer_status_code patch to the nginx core to allow returning arbitrary HTTP status codes inside upstream balancers. 8 years ago
nginx-1.11.2-builtin_error_page_footer.patch change: applied a patch to the nginx core to turn nginx to openresty in the builtin special response pages' footer. 8 years ago
nginx-1.11.2-cache_manager_exit.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-delayed_posted_events.patch feature: applied the delayed-posted-events patch to the nginx core for adding "delayed posted events" which run in the next event cycle with 0 delay. 8 years ago
nginx-1.11.2-dtrace.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-hash_overflow.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-intercept_error_log.patch feature: applied the intercept_error_log patch to the nginx core to provide 3rd-party modules a hook to intercept nginx error log data without touching files. 8 years ago
nginx-1.11.2-larger_max_error_str.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-log_escape_non_ascii.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-no_Werror.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-no_error_pages.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-no_pool.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-pcre_conf_opt.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-privileged_agent_process.patch optimize: privileged agent: reduced the number of ngx_connection_t allocated inside the privileged worker to avoid excessive memory consumption when worker_connections is set very high. 8 years ago
nginx-1.11.2-proxy_host_port_vars.patch feature: applied a patch to the nginx core to make the nginx variable $proxy_add_x_forwarded_for accessible on Lua land. 8 years ago
nginx-1.11.2-safe_resolver_ipv6_option.patch feature: applied the safe_resolver_ipv6_option patch to the nginx core to avoid the 'ipv6=off' option to be parsed by nginx when it is not built with IPv6 support. 8 years ago
nginx-1.11.2-server_header.patch patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off. 8 years ago
nginx-1.11.2-setting_args_invalidates_uri.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-single_process_graceful_exit.patch bugfix: applied the single_process_graceful_exit patch to the nginx core to fix the issue that nginx fails to perform graceful exit when master_process is turned off. 8 years ago
nginx-1.11.2-slab_defrag.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-ssl_cert_cb_yield.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-ssl_pending_session.patch feature: applied the ssl_pending_session.patch to the nginx core to support the ssl_session_fetch_by_lua* and ssl_session_store_by_lua* in ngx_lua. 9 years ago
nginx-1.11.2-upstream_pipelining.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.11.2-upstream_timeout_fields.patch upgraded the nginx core to 1.11.2. 9 years ago
nginx-1.13.3-always_enable_cc_feature_tests.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-balancer_status_code.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-builtin_error_page_footer.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-cache_manager_exit.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-delayed_posted_events.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-dtrace.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-gcc-maybe-uninitialized-warning.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-hash_overflow.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-intercept_error_log.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-larger_max_error_str.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-log_escape_non_ascii.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-no_Werror.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-no_error_pages.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-no_pool.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-pcre_conf_opt.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-privileged_agent_process.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-proxy_host_port_vars.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-safe_resolver_ipv6_option.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-server_header.patch patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off. 8 years ago
nginx-1.13.3-setting_args_invalidates_uri.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-single_process_graceful_exit.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-slab_defrag.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-ssl_cert_cb_yield.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-ssl_pending_session.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-stream_balancer_export.patch feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*. 8 years ago
nginx-1.13.3-stream_proxy_get_next_upstream_tries.patch feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*. 8 years ago
nginx-1.13.3-stream_proxy_timeout_fields.patch feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*. 8 years ago
nginx-1.13.3-upstream_pipelining.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.3-upstream_timeout_fields.patch upgraded nginx core to 1.13.3. 8 years ago
nginx-1.13.4-always_enable_cc_feature_tests.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-balancer_status_code.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-builtin_error_page_footer.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-cache_manager_exit.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-delayed_posted_events.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-dtrace.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-gcc-maybe-uninitialized-warning.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-hash_overflow.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-intercept_error_log.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-larger_max_error_str.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-log_escape_non_ascii.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-no_Werror.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-no_error_pages.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-no_pool.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-pcre_conf_opt.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-privileged_agent_process.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-proxy_host_port_vars.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-safe_resolver_ipv6_option.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-server_header.patch patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off. 8 years ago
nginx-1.13.4-setting_args_invalidates_uri.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-single_process_graceful_exit.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-slab_defrag.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-ssl_cert_cb_yield.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-ssl_pending_session.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-stream_balancer_export.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-stream_proxy_get_next_upstream_tries.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-stream_proxy_timeout_fields.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-upstream_pipelining.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.4-upstream_timeout_fields.patch upgraded nginx core to 1.13.4. 8 years ago
nginx-1.13.5-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-balancer_status_code.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-builtin_error_page_footer.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-cache_manager_exit.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-delayed_posted_events.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-dtrace.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-hash_overflow.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-intercept_error_log.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-larger_max_error_str.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-log_escape_non_ascii.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-no_Werror.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-no_error_pages.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-no_pool.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-pcre_conf_opt.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-privileged_agent_process.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-proxy_host_port_vars.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-safe_resolver_ipv6_option.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-server_header.patch patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off. 8 years ago
nginx-1.13.5-setting_args_invalidates_uri.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-single_process_graceful_exit.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-ssl_cert_cb_yield.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-ssl_pending_session.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-stream_balancer_export.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-stream_proxy_timeout_fields.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-upstream_pipelining.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.5-upstream_timeout_fields.patch upgraded the nginx core to 1.13.5. 8 years ago
nginx-1.13.6-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-balancer_status_code.patch patches: updated 1.13.6 balancer_status_code.patch and added patch for 1.13.8 as well. 7 years ago
nginx-1.13.6-builtin_error_page_footer.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-cache_manager_exit.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-daemon_destroy_pool.patch fixed the patch file name to be more consistent with other patches. 7 years ago
nginx-1.13.6-delayed_posted_events.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-dtrace.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-hash_overflow.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-init_cycle_pool_release.patch bugfix: fixed double free issues in the new init_cycle_pool_release patch for the nginx core. 7 years ago
nginx-1.13.6-intercept_error_log.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-larger_max_error_str.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-log_escape_non_ascii.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-no_Werror.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-no_error_pages.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-no_pool.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-pcre_conf_opt.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-privileged_agent_process.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-proxy_host_port_vars.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-resolver_conf_parsing.patch bugfix: nginx patch: do not build resolver parsing feature under Windows. 7 years ago
nginx-1.13.6-safe_resolver_ipv6_option.patch bugfix: nginx patch: do not build resolver parsing feature under Windows. 7 years ago
nginx-1.13.6-server_header.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-setting_args_invalidates_uri.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-single_process_graceful_exit.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-socket_cloexec.patch feature: updated the socket_cloexec patches to support the ngx.pipe API. 6 years ago
nginx-1.13.6-ssl_cert_cb_yield.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-ssl_pending_session.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-stream_balancer_export.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-stream_proxy_timeout_fields.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-stream_ssl_preread_no_skip.patch feature: added patches to the nginx core to make sure ngx_stream_ssl_preread_module will not skip the rest of the preread phase when SNI server name parsing was successful. 7 years ago
nginx-1.13.6-upstream_pipelining.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.6-upstream_timeout_fields.patch upgraded the nginx core to 1.13.6. 7 years ago
nginx-1.13.8-balancer_status_code.patch patches: updated 1.13.6 balancer_status_code.patch and added patch for 1.13.8 as well. 7 years ago
nginx-1.13.8-stream_ssl_preread_no_skip.patch feature: added patches to the nginx core to make sure ngx_stream_ssl_preread_module will not skip the rest of the preread phase when SNI server name parsing was successful. 7 years ago
nginx-1.15.5-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-balancer_status_code.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-builtin_error_page_footer.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-cache_manager_exit.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-daemon_destroy_pool.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-delayed_posted_events.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-dtrace.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-hash_overflow.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-init_cycle_pool_release.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-intercept_error_log.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-larger_max_error_str.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-log_escape_non_ascii.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-no_Werror.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-no_error_pages.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-no_pool.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-pcre_conf_opt.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-privileged_agent_process.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-proxy_host_port_vars.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-resolver_conf_parsing.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-safe_resolver_ipv6_option.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-server_header.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-setting_args_invalidates_uri.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-single_process_graceful_exit.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-socket_cloexec.patch feature: updated the socket_cloexec patches to support the ngx.pipe API. 6 years ago
nginx-1.15.5-ssl_cert_cb_yield.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-ssl_pending_session.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-stream_balancer_export.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-stream_proxy_timeout_fields.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-stream_ssl_preread_no_skip.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-upstream_pipelining.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.5-upstream_timeout_fields.patch upgraded the nginx core to 1.15.5. 6 years ago
nginx-1.15.6-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-balancer_status_code.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-builtin_error_page_footer.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-cache_manager_exit.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-daemon_destroy_pool.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-delayed_posted_events.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-dtrace.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-hash_overflow.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-init_cycle_pool_release.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-intercept_error_log.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-larger_max_error_str.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-log_escape_non_ascii.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-no_Werror.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-no_error_pages.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-no_pool.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-pcre_conf_opt.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-privileged_agent_process.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-proxy_host_port_vars.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-resolver_conf_parsing.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-safe_resolver_ipv6_option.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-server_header.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-setting_args_invalidates_uri.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-single_process_graceful_exit.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-socket_cloexec.patch feature: updated the socket_cloexec patches to support the ngx.pipe API. 6 years ago
nginx-1.15.6-ssl_cert_cb_yield.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-ssl_pending_session.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-stream_balancer_export.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-stream_proxy_timeout_fields.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-stream_ssl_preread_no_skip.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-upstream_pipelining.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.6-upstream_timeout_fields.patch upgraded the nginx core to 1.15.6. 6 years ago
nginx-1.15.8-always_enable_cc_feature_tests.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-balancer_status_code.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-builtin_error_page_footer.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-cache_manager_exit.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-daemon_destroy_pool.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-delayed_posted_events.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-dtrace.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-gcc-maybe-uninitialized-warning.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-hash_overflow.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-init_cycle_pool_release.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-intercept_error_log.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-larger_max_error_str.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-log_escape_non_ascii.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-no_Werror.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-no_error_pages.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-no_pool.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-pcre_conf_opt.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-privileged_agent_process.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-proxy_host_port_vars.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-resolver_conf_parsing.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-safe_resolver_ipv6_option.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-server_header.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-setting_args_invalidates_uri.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-single_process_graceful_exit.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-socket_cloexec.patch feature: updated the socket_cloexec patches to support the ngx.pipe API. 6 years ago
nginx-1.15.8-ssl_cert_cb_yield.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-ssl_pending_session.patch Revert "feature: updated the NGINX patches for async SSL session fetching to support OpenSSL 1.1.1." 6 years ago
nginx-1.15.8-stream_balancer_export.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-stream_proxy_timeout_fields.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-stream_ssl_preread_no_skip.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-upstream_pipelining.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-upstream_timeout_fields.patch upgraded the nginx core 1.15.8. 6 years ago
nginx-1.15.8-win32_max_err_str.patch bugfix: win32/win64: the error log buffer size was merely 2048 bytes (now updated to 4096 bytes). 6 years ago
nginx-1.17.1-always_enable_cc_feature_tests.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-balancer_status_code.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-builtin_error_page_footer.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-cache_manager_exit.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-daemon_destroy_pool.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-delayed_posted_events.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-dtrace.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-gcc-maybe-uninitialized-warning.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-hash_overflow.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-init_cycle_pool_release.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-intercept_error_log.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-larger_max_error_str.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-log_escape_non_ascii.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-no_Werror.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-no_error_pages.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-no_pool.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-pcre_conf_opt.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-privileged_agent_process.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-proxy_host_port_vars.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-resolver_conf_parsing.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-reuseport_close_unused_fds.patch optimize: added an NGINX core patch to ensure unused listening fds are closed when 'reuseport' is used. 6 years ago
nginx-1.17.1-safe_resolver_ipv6_option.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-server_header.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-setting_args_invalidates_uri.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-single_process_graceful_exit.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-socket_cloexec.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-ssl_cert_cb_yield.patch bugfix: support yielding in 'certificate_by_lua_*' when 'ssl_early_data' is on. 6 years ago
nginx-1.17.1-ssl_sess_cb_yield.patch feature: supported OpenSSL 1.1.1 by upgrading the OpenSSL patch. 6 years ago
nginx-1.17.1-stream_balancer_export.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-stream_proxy_get_next_upstream_tries.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-stream_proxy_timeout_fields.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-stream_ssl_preread_no_skip.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-upstream_pipelining.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-upstream_timeout_fields.patch upgraded the nginx core to 1.17.1. 6 years ago
nginx-1.17.1-win32_max_err_str.patch upgraded the nginx core to 1.17.1. 6 years ago
ngx_http_redis-0.3.6-variables_in_redis_pass.patch applied the variables_in_redis_pass patch to ngx_redis 0.3.6 to allow use of nginx variables in the redis_pass directive. 12 years ago
ngx_http_redis-0.3.7-default_port_fix.patch added more fixes. 8 years ago
ngx_http_redis-0.3.7-variables_in_redis_pass.patch fixed the context line numbers in ngx_http_redis-0.3.7-variables_in_redis_pass.patch. 10 years ago
ngx_http_redis-0.3.7-without_gzip.patch bugfix: ngx_http_redis failed to compile when the ngx_gzip module was disabled. thanks anod221 for the report in #79. 10 years ago
openssl-1.0.2h-sess_set_get_cb_yield.patch feature: applied the ssl_pending_session.patch to the nginx core to support the ssl_session_fetch_by_lua* and ssl_session_store_by_lua* in ngx_lua. 9 years ago
openssl-1.1.0c-sess_set_get_cb_yield.patch feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0c and beyond. 7 years ago
openssl-1.1.0d-sess_set_get_cb_yield.patch feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0d and beyond. 7 years ago
openssl-1.1.0j-parallel_build_fix.patch bugfix: added an openssl patch to fix the parallel build regression in openssl 1.1.0j. 6 years ago
openssl-1.1.1c-sess_set_get_cb_yield.patch feature: supported OpenSSL 1.1.1 by upgrading the OpenSSL patch. 6 years ago
patch.2013.space.txt applied the official patch patch.2013.space.txt for the Nginx core to fix the security issue CVE-2013-4547. 11 years ago
patch.2014.spdy2.txt backported the patch to the nginx core for the latest SPDY security vulnerability (CVE-2014-0133). 11 years ago
patch.2016.write.txt bugfix: applied the patch for nginx security advisory (CVE-2016-4450) to the nginx 1.9.15 core. 9 years ago
patch.2016.write2.txt bugfix: applied the patch for nginx security advisory (CVE-2016-4450). 9 years ago
patch.2017.ranges.txt bugfix: applied nginx's official security fix for an issue in the range filter (CVE-2017-7529). 8 years ago