3882d2572e 
					 
					
						
						
							
							upgraded tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-11-11 22:11:32 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c106bf487 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-11-04 23:11:16 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1f4045ef2c 
					 
					
						
						
							
							More MSYS/MinGW love.  
						
						... 
						
						
						
						* upgraded ngx_lua to 0.9.18rc1 to support Win32 LuaJIT DLL.
* upgraded lua-redis-parser to 0.11rc1 for better Win32 support.
* upgraded lua-rds-parser to 0.06rc2 for better Win32 support.
* upgraded ngx_rds_csv to 0.07rc1  for better Win32 support.
* upgraded lua-resty-cli to 0.04rc1 for better Win32 support.
* upgraded lua-resty-core to 0.1.2.
* applied a patch to LuaJIT to add "!/lualib/" to the default Lua
  package search paths.
* upgraded lua-cjson to 2.1.0.3rc2 for better Win32 support and
  a suppressed gcc warning.
* use OpenResty's nginx tarballs extracted directly from the official nginx
  code repos, because we need the win32 support which is excluded in the
  official nginx release tarballs. Our nginx release tarballs are
  generated by the util/package-nginx.sh script.
* added the util/package-win32.sh script to generate the Win32 OpenResty
  binary distribution file.
* applied a patch to always enable C compiler feature tests in nginx's
  own build system because the MinGW gcc compiler on Win32 is also
  powerful enough to support advanced features like variadic macros.
* added document README-win32.
* util/dist-check: do a partial uninstallation before installing
  anything new.
* added util/build-win32.sh to build OpenResty on Win32 using the
  MinGW/MSYS toolchain.
* ./configure: added support for building on Win32 using the MinGW/MSYS
  toolchain. 
						
						
					 
					
						2015-11-02 15:41:50 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6a17d2c784 
					 
					
						
						
							
							bugfix: ./configure --prefix=PATH did not work when PATH is relative. also added experimental support for the MinGW MSYS environment on Win32.  
						
						
						
						
					 
					
						2015-10-29 21:36:27 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6624c48881 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-10-29 20:16:19 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e82486be60 
					 
					
						
						
							
							updated the tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-07-16 11:47:53 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f84e035e45 
					 
					
						
						
							
							upgraded the nginx core to 1.9.3.  
						
						
						
						
					 
					
						2015-07-16 11:45:34 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						60e72cbf82 
					 
					
						
						
							
							updated the test suite to reflect recent changes; also bumped version to 1.9.2.1 RC1.  
						
						
						
						
					 
					
						2015-07-08 19:53:31 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2871ccb9ac 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-07-03 16:10:44 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b0a74456ba 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2015-06-23 19:50:30 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						387089ca11 
					 
					
						
						
							
							updated test suite to reflect changes; also bumped version to 1.7.10.1.  
						
						
						
						
					 
					
						2015-02-28 17:58:13 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						30c2d1bde6 
					 
					
						
						
							
							updated the test suite to reflect version bumps.  
						
						
						
						
					 
					
						2015-02-18 15:39:55 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						86ba1e09f4 
					 
					
						
						
							
							./configure: added --without-http_upstream_least_conn_module and --without-http_upstream_keepalive_module to the usage text (for --help) to reflect recent changes in the nginx core. thanks Seyhun Cavus for the report.  
						
						
						
						
					 
					
						2015-02-09 11:49:13 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2519cd7dd3 
					 
					
						
						
							
							./configure: renamed the --without-http_limit_zone_module option to --without-http_limit_conn_module to reflect the change in recent nginx cores. thanks Seyhun Cavus for the report.  
						
						
						
						
					 
					
						2015-02-09 11:43:09 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ae5c4d93e 
					 
					
						
						
							
							updated the test suite to reflect recent changes.  
						
						
						
						
					 
					
						2015-02-09 11:39:57 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						065fb6db35 
					 
					
						
						
							
							./configure: usage text: renamed --with-luajit=PATH to --with-luajit=DIR. thanks Dominic for the suggestion in  openresty/ngx_openresty#68 .  
						
						
						
						
					 
					
						2014-10-09 16:43:22 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0aeef4f31a 
					 
					
						
						
							
							updated tests to reflect recent version changes.  
						
						
						
						
					 
					
						2014-10-09 16:40:11 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c7eea80684 
					 
					
						
						
							
							updated the test suite for recent changes (for 1.7.4.1rc2).  
						
						
						
						
					 
					
						2014-09-02 21:15:41 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0bfb73764e 
					 
					
						
						
							
							bugfix: we might misuse the homebrew version of LuaJIT on Mac OS X when the user specified the --with-ld-opt="-L/usr/local/lib". thanks Aapo Talvensaari for the report.  
						
						
						
						
					 
					
						2014-08-30 15:12:46 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85f9313252 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-08-30 14:56:18 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c23007bcce 
					 
					
						
						
							
							optimize: now we use the C compiler option -O2 by default.  
						
						
						
						
					 
					
						2014-07-29 15:12:12 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						867328aa81 
					 
					
						
						
							
							updated tests to reflect the nginx core upgrade.  
						
						
						
						
					 
					
						2014-07-29 15:10:48 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d854671b7 
					 
					
						
						
							
							bugfix: "./configure --without-lua_resty_dns" did not work as declared. thanks Vitaly for the report in  #61 .  
						
						
						
						
					 
					
						2014-07-09 11:32:49 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						88500d7328 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-07-09 11:28:25 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1f221b066 
					 
					
						
						
							
							change: "./configure --with-debug" now also pass the extra C compiler options -DNGX_LUA_USE_ASSERT -DNGX_LUA_ABORT_AT_PANIC for ngx_lua.  
						
						
						
						
					 
					
						2014-07-04 18:57:47 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						217b21e928 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-07-04 18:54:40 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee61517201 
					 
					
						
						
							
							bumped version to 1.7.2.1rc1. also updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-06-30 21:39:08 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e5299a0d2 
					 
					
						
						
							
							use cc as the default C compiler for luajit and lua C libraries.  
						
						
						
						
					 
					
						2014-06-23 16:11:47 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e41bcd018 
					 
					
						
						
							
							bumped version to 1.7.0.1 and also updated the test suite to reflect recent changes.  
						
						
						
						
					 
					
						2014-06-07 13:51:02 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd74a45f39 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-05-31 22:16:01 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4085b21eb8 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-05-17 14:24:00 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ee8fe558a 
					 
					
						
						
							
							updated tests to reflect recent changes; also bumped version to 1.5.12.1.  
						
						
						
						
					 
					
						2014-04-29 13:32:50 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9b0947bbb 
					 
					
						
						
							
							updated test suite to reflect recent changes.  
						
						
						
						
					 
					
						2014-04-06 17:11:59 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03eae9e632 
					 
					
						
						
							
							updated the tests to reflect recent changes; also added the --without-http_lua_upstream_module option to the usage message of ./configure.  
						
						
						
						
					 
					
						2014-03-12 16:08:40 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c14faf444 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2014-01-10 20:32:14 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f830a55d2d 
					 
					
						
						
							
							updated the usage info for ./configure to reflect recent changes.  
						
						
						
						
					 
					
						2014-01-09 22:05:32 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c9f799fa6 
					 
					
						
						
							
							now we default to LuaJIT instead of the standard Lua 5.1 interpreter.  
						
						
						
						
					 
					
						2014-01-09 22:02:49 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02614af5ed 
					 
					
						
						
							
							bugfix: the include path for LuaJIT headers was still pointing to luajit-2.0, which should have been luajit-2.1 instead. thanks Tor Hveem for the report.  
						
						
						
						
					 
					
						2013-12-14 18:44:59 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						163432a678 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-12-14 16:06:31 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0528788543 
					 
					
						
						
							
							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 .  
						
						
						
						
					 
					
						2013-12-10 10:19:00 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						378f94fb58 
					 
					
						
						
							
							updated the tests to reflect recent upgrades.  
						
						
						
						
					 
					
						2013-12-10 10:16:13 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bd81be02ee 
					 
					
						
						
							
							bumped version to 1.4.3.3.  
						
						
						
						
					 
					
						2013-11-06 13:14:12 -08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						95d727fd8f 
					 
					
						
						
							
							bumped version to 1.4.3.1; also updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-10-29 12:10:20 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ae74836236 
					 
					
						
						
							
							mainline version 1.4.2.9.  
						
						
						
						
					 
					
						2013-09-29 23:53:48 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6bb19476b4 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-09-27 15:43:44 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						76a803640a 
					 
					
						
						
							
							bumped version to 1.4.2.8 and also updated tests accordingly.  
						
						
						
						
					 
					
						2013-09-22 15:06:53 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2c23a0859e 
					 
					
						
						
							
							bumped version to 1.4.2.7 and also updated the test suite accordingly.  
						
						
						
						
					 
					
						2013-09-15 14:01:20 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37737082dd 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-09-08 16:28:10 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						609e375e66 
					 
					
						
						
							
							updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-09-03 00:01:50 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c36f990f10 
					 
					
						
						
							
							bumped version to 1.4.2.1; also updated tests to reflect recent changes.  
						
						
						
						
					 
					
						2013-08-11 11:03:52 -07:00