Commit Graph

1115 Commits (381697b8848c3b8dbbbb624ee0ff6a1caf6da300)
 

Author SHA1 Message Date
Yichun Zhang (agentzh) 381697b884 added the nginx core patch ssl_pending_session for nginx 1.9.15 as well. 9 years ago
Yichun Zhang (agentzh) 97901f3357 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.
also added an openssl patch to support yieldable callback set by
SSL_CTX_sess_set_get_cb().
9 years ago
Yichun Zhang (agentzh) 09ca92f51f upgraded the nginx core to 1.11.2. 9 years ago
Yichun Zhang (agentzh) bf0e5bdef0 change: now we use our own version of default index.html and 50x.html pages. 9 years ago
Yichun Zhang (agentzh) 961eb11536 bugfix: forgot to create the directory <openresty-prefix>/site/lualib/. 9 years ago
Yichun Zhang (agentzh) 697bb0a08c updated tests to reflect recent changes. 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) 9fa2d93c6b updated tests to reflect recent changes. 9 years ago
Yichun Zhang (agentzh) 99f0618218 nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS. 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) 7ce3d4e881 updated tests to reflect recent changes. 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) 0e9ed23bf5 updated test suite to reflect recent changes. 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) b603282bd6 updated tests to reflect recent changes. 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) 7123e4f0df updated tests to reflect recent changes. 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) 592aa6fec5 updated tests to reflect recent changes. 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