Commit Graph

945 Commits (cfc14f5d269cbcd71adc5a57288a99a514215b36)

Author SHA1 Message Date
Yichun Zhang (agentzh) 961eb11536 bugfix: forgot to create the directory <openresty-prefix>/site/lualib/. 9 years ago
Yichun Zhang (agentzh) 9455250873 upgraded ngx_lua to 0.10.6rc1 and lua-resty-core to 0.1.7rc1. 9 years ago
Yichun Zhang (agentzh) 5429150ab6 feature: added "<openresty-prefix>/site/lualib/" to the default Lua module search paths used by OpenResty. This location is for 3rd-party Lua modules so that the users will not pollute the "<openresty-prefix>/lualib/" directory with non-standard Lua module files. 9 years ago
Yichun Zhang (agentzh) 8d76d5910f feature: now we create the <openresty-prefix>/bin/openresty symlink which points to <openresty-prefix>/nginx/sbin/nginx to avoid polluting the PATH environment with the name "nginx". 9 years ago
Yichun Zhang (agentzh) 7c274e056e feature: added the upstream_timeout_fields patch to the nginx core to allow per-request connect/send/read timeout settings for individual upstream requests and retries. 9 years ago
Yichun Zhang (agentzh) 8d8a2529ad feature: added the official LuaJIT documentation from LuaJIT 2.1 to our restydoc indexes. 9 years ago
Yichun Zhang (agentzh) 2369d00d46 feature: added the Lua 5.1 reference manual from lua 5.1.5 to our restydoc indexes. 9 years ago
Yichun Zhang (agentzh) e9c8fb30f2 dist-check: added a test build disabling lua ffi in ngx_lua. 9 years ago
Yichun Zhang (agentzh) e63984f81d bugfix: special characters like spaces in nginx configure option values (like --with-pcre-opt and --with-openssl-opt) were not passed correctly. thanks Andreas Lubbe for the report in #178. 9 years ago
Yichun Zhang (agentzh) 20c164f5e7 upgraded resty-cli to 0.12. 9 years ago
Yichun Zhang (agentzh) 568d1e0e5d upgraded resty-cli to 0.11. 9 years ago
Yichun Zhang (agentzh) d3506c60aa bumped version to 1.9.15.1. 9 years ago
Yichun Zhang (agentzh) f05b909f11 win32: include the restydoc-index tool as well. 9 years ago
Yichun Zhang (agentzh) b321c89392 upgraded resty-cli to 0.10. 9 years ago
Yichun Zhang (agentzh) c47aef193f bugfix: applied the patch for nginx security advisory (CVE-2016-4450) to the nginx 1.9.15 core. 9 years ago
Yichun Zhang (agentzh) d6a8907fc0 resolved conflicts while merging the branch 1.9.7.x into master. 9 years ago
Yichun Zhang (agentzh) bf47ba9529 bugfix: applied the patch for nginx security advisory (CVE-2016-4450).
also bumped version to 1.9.7.5.
9 years ago
Yichun Zhang (agentzh) a6c3a0f21e removed duplicate doc files from our bundle; also upgraded resty-cli to 0.09. 9 years ago
Yichun Zhang (agentzh) a924c2d9aa bumped version to 1.9.15.1 RC2. 9 years ago
Yichun Zhang (agentzh) 05dc2dc32a upgraded resty-cli to 0.08; also skipped the nginx source tree for restydoc indexing. 9 years ago
Yichun Zhang (agentzh) 8091435d3f upgraded lua-resty-mysql to 0.16. 9 years ago
Yichun Zhang (agentzh) d4d2397011 upgraded lua-resty-dns to 0.16. 9 years ago
Yichun Zhang (agentzh) c7ec3e0b5b upgraded lua-resty-redis to 0.24. 9 years ago
Yichun Zhang (agentzh) b01018e897 upgraded ngx_lua to 0.10.5. 9 years ago
Yichun Zhang (agentzh) 9ef51f89be upgraded lua-resty-redis to 0.23. 9 years ago
Yichun Zhang (agentzh) 853c13c46f upgraded resety-cli to 0.07. 9 years ago
Yichun Zhang (agentzh) 33cf50beae upgraded ngx_lua to 0.10.4. 9 years ago
Yichun Zhang (agentzh) d2e85ffb13 util/dist-check: typo fixes. 9 years ago
Yichun Zhang (agentzh) 64971a1336 upgraded ngx_lua to 0.10.4rc1. 9 years ago
Yichun Zhang (agentzh) 57924dc487 upgraded LuaJIT to 2.1-20160517. 9 years ago
Yichun Zhang (agentzh) 5edc89c7be upgraded LuaJIT to 2.1-20160516. 9 years ago
Yichun Zhang (agentzh) 665faf0aea version 1.9.15.1 RC1. 9 years ago
Yichun Zhang (agentzh) 07dc137193 upgraded ngx_srcache to 0.31. 9 years ago
Yichun Zhang (agentzh) 20a6484f71 upgraded ngx_form_input to 0.12. 9 years ago
Yichun Zhang (agentzh) e4af1abdc3 upgraded lua-cjson to 2.1.0.4. 9 years ago
Yichun Zhang (agentzh) 6229590201 upgraded ngx_iconv to 0.14. 9 years ago
Yichun Zhang (agentzh) 5ca7a403b9 upgraded ngx_redis2 to 0.13. 9 years ago
Yichun Zhang (agentzh) d915ad9427 upgraded ngx_memc to 0.17. 9 years ago
Yichun Zhang (agentzh) d0b0e7e1fc upgraded ngx_echo to 0.59. 9 years ago
Yichun Zhang (agentzh) 57984e23f8 upgraded ngx_headers_more to 0.30. 9 years ago
Yichun Zhang (agentzh) 03ec98a39e upgraded ngx_encrypted_session to 0.05. 9 years ago
Yichun Zhang (agentzh) 63e116b90b upgraded ngx_devel_kit to 0.3.0. 9 years ago
Yichun Zhang (agentzh) a98bfe8325 upgraded lua-resty-memcached to 0.14. 9 years ago
Yichun Zhang (agentzh) 7af6c9b12c upgraded ngx_lua to 0.10.3. 9 years ago
Yichun Zhang (agentzh) 9dd706ad03 upgraded LuaJIT to v2.1-20160514. 9 years ago
Yichun Zhang (agentzh) 2589f0d3c1 added restydoc to our win32 build. 9 years ago
Yichun Zhang (agentzh) 0e2f55d2a0 upgraded resty-cli to 0.07rc4. 9 years ago
Yichun Zhang (agentzh) 6160254ec8 bugfix: ./configure: we should disable the ngx_http_encrypted_session module when --without-http_ssl_module is specified. 9 years ago
Yichun Zhang (agentzh) d836ee1e8e upgraded resty-cli to 0.07rc3. 9 years ago
Yichun Zhang (agentzh) fb040b60db feature: added restydoc documentation indexes for the official nginx core and most of the official openresty components. also upgraded resty-cli to 0.07rc2. 9 years ago
Yichun Zhang (agentzh) 7a2e4881b8 use resty-cli's md2pod.pl script to do the Markdown -> POD conversion since the perl CPAN module Markdown::Pod is both buggy and slow to install. thanks Paul Buonopane for the report in #175.
also upgraded resty-cli to 0.07rc1 for the md2pod.pl script.
9 years ago
Yichun Zhang (agentzh) 1b197fb27a upgraded ngx_devel_kit to 0.3.0rc1; also fixed the no-pool patch for nginx 1.9.15. 9 years ago
Yichun Zhang (agentzh) 86be514b1c upgraded the nginx core to 1.9.15. 9 years ago
Yichun Zhang (agentzh) 3041624fbc release 1.9.7.4. 9 years ago
Yichun Zhang (agentzh) de75e4d7ed version 1.9.7.4 RC1. 9 years ago
Yichun Zhang (agentzh) 107847d6fd upgraded ngx_lua to 0.10.2. 9 years ago
Yichun Zhang (agentzh) f4ca954418 upgraded ngx_array_var to 0.05. 9 years ago
Yichun Zhang (agentzh) 6f8aba9da3 upgraded ngx_set_misc to 0.30. 9 years ago
Yichun Zhang (agentzh) 2436ab0b8c upgraded resty-cli to 0.06. 9 years ago
Yichun Zhang (agentzh) c05b97fcad upraded lua-resty-dns to 0.15. 9 years ago
Yichun Zhang (agentzh) 6dd13af2a1 upgraded lua-resty-upstream-healthcheck to 0.04. 9 years ago
Yichun Zhang (agentzh) aa6c86f46a upgraded ngx_lua_upstream to 0.05. 9 years ago
Yichun Zhang (agentzh) 74940ddd15 upgraded lua-resty-core to 0.1.5. 9 years ago
Yichun Zhang (agentzh) 7d9e51e1b3 upgraded ngx_lua to 0.10.1. 9 years ago
Yichun Zhang (agentzh) e4cfb92295 downgrade to 1.9.7.4rc0 since the new 1.9.11+ nginx cores have pending compatibility issues that require more time to fix. 9 years ago
Yichun Zhang (agentzh) 7f9675a005 win32: downgrade to 1.0.2e due to minor compatibility issues. 9 years ago
Yichun Zhang (agentzh) 71ece286fa win32: bumped the default openssl version used in the official binary build to 1.0.2f. 9 years ago
Yichun Zhang (agentzh) 54c2766d1c upgraded ngx_lua to 0.10.1rc1. 9 years ago
Yichun Zhang (agentzh) 3da92ac16c bugfix: ./configure: use of relative paths like "./nginx" in --prefix=PATH led to compilation errors. thanks Tao Huang for the report in openresty/stream-lua-nginx-module#11. 9 years ago
Yichun Zhang (agentzh) 5f7f678876 upgraded the NGINX core to 1.9.11 and ngx_lua to 0.10.1rc0. 9 years ago
Yichun Zhang (agentzh) 753ef7074b bumped version to 1.9.7.3. 9 years ago
Yichun Zhang (agentzh) 8c6b0f77af bugfix: applied nginx-1.9.7-resolver_security_fixes.patch by default. 9 years ago
Yichun Zhang (agentzh) 52962f3fc9 renamed ngx_openresty to openresty. 9 years ago
Yichun Zhang (agentzh) 0e31ce1662 util/mirror-tarballs: ensure we use https and enable certificate check. thanks Ivan Babrou for the reminder in #144. 9 years ago
Yichun Zhang (agentzh) da90bd7671 fixed the commands for Mac OS X (especially for El Capitan. 9 years ago
Yichun Zhang (agentzh) 4a80309873 bumped version to 1.9.7.2. 9 years ago
Yichun Zhang (agentzh) 9bd838251f upgraded LuaJIT to v2.1-20160108. 9 years ago
Yichun Zhang (agentzh) db38504310 bumped version to 1.9.7.2 RC1. 9 years ago
Yichun Zhang (agentzh) 2351c7c7aa util/dist-check: added tests for --with-stream and balancer_by_lua. 9 years ago
Yichun Zhang (agentzh) f3d36df365 upgraded ngx_lua to 0.10.0 and lua-resty-core to 0.1.4. 9 years ago
Yichun Zhang (agentzh) c0c2f883e9 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
Yichun Zhang (agentzh) 9cf02ba0c0 bumped version to 1.9.7.1. 9 years ago
Yichun Zhang (agentzh) e1b492fc18 bumped version to 1.9.7.1 RC2. 9 years ago
Yichun Zhang (agentzh) cada794d74 win32: upgraded pcre to 8.38 and openssl to 1.0.2e. also enabled ngx_http_realip_module, ngx_http_addition_module ngx_http_sub_module, and ngx_http_stub_status_module in the win32 binary package by default. 9 years ago
Yichun Zhang (agentzh) ec162777c3 upgraded lua-resty-redis to 0.22. 9 years ago
Yichun Zhang (agentzh) a9a8ebee7a upgraded resty-cli to 0.05. 9 years ago
Yichun Zhang (agentzh) ac4d52423c bumped version to 1.9.7.1 RC1. 9 years ago
Yichun Zhang (agentzh) c0a85e7e3e upgraded ngx_headers_more to 0.29, ngx_lua to 0.9.20, luajit to v2.1-20151219, and lua-resty-core to 0.1.3. 10 years ago
Yichun Zhang (agentzh) c64ff34957 fixed an output line in util/mirror-tarballs. 10 years ago
Yichun Zhang (agentzh) 54b824d1f4 ./configure: now we automatically set the env MACOSX_DEPLOYMENT_TARGET to the current Mac OS X version unless the env is already set. thanks bsyk for the report in #3. 10 years ago
Yichun Zhang (agentzh) cdedd89613 win32: run dos2unix on the resty script file too. 10 years ago
Yichun Zhang (agentzh) 83eeb14f6c upgraded the nginx core to 1.9.7. 10 years ago
Yichun Zhang (agentzh) 584c1a7e12 bumped version to 1.9.3.2. 10 years ago
Yichun Zhang (agentzh) ce64259d66 bumped version to 1.9.3.2 RC3. 10 years ago
Yichun Zhang (agentzh) 9b439dde0e upgraded ngx_lua to 0.9.19. 10 years ago
Yichun Zhang (agentzh) 5fc5745de0 package-win32.sh: ensure that we copy the COPYRIGHT file over to the Win32 binary package. 10 years ago
Yichun Zhang (agentzh) d55f45c7ff upgraded ngx_iconv to 0.13. 10 years ago
Yichun Zhang (agentzh) cba6fbd864 upgraded lua-redis-parser to 0.12. 10 years ago
Yichun Zhang (agentzh) caea3438eb ensure that we have all the copyright notices attached. 10 years ago
Yichun Zhang (agentzh) cde439a55a bumped version to 1.9.3.2rc2. 10 years ago