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
agentzh (章亦春) 654bd20277 updated the dtrace patches for nginx 1.2.3 and 1.3.4 for FreeBSD. also updated the bundling scripts to make them work on FreeBSD. 13 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-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
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. 14 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. 14 years ago
nginx-1.0.9-gzip_empty_flush_buf.patch upgraded patches for nginx 1.0.9. 14 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. 14 years ago
nginx-1.0.9-named_location_clear_mods_ctx.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-no_Werror.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-no_error_pages.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-no_pool.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-request_body_in_single_buf.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-request_body_preread_fix.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-server_header.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-subrequest_loop.patch upgraded patches for nginx 1.0.9. 14 years ago
nginx-1.0.9-variable_header_ignore_no_hash.patch fixed the variable_header_ignore_no_hash patch again. thanks Markus Linnala. 14 years ago
nginx-1.0.10-allow_request_body_updating.patch upgraded the nginx core to 1.0.10. 14 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. 14 years ago
nginx-1.0.10-gzip_empty_flush_buf.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-log_escape_non_ascii.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-named_location_clear_mods_ctx.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-no_Werror.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-no_error_pages.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-no_pool.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-request_body_in_single_buf.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-request_body_preread_fix.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-server_header.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-subrequest_loop.patch upgraded the nginx core to 1.0.10. 14 years ago
nginx-1.0.10-variable_header_ignore_no_hash.patch upgraded the nginx core to 1.0.10. 14 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. 14 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 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-dtrace.patch updated the dtrace patches for nginx 1.2.3 and 1.3.4 for FreeBSD. also updated the bundling scripts to make them work on FreeBSD. 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-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.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 patches for nginx 1.2.3 and 1.3.4 for FreeBSD. also updated the bundling scripts to make them work on FreeBSD. 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