Commit Graph

1359 Commits (d6c07852e6cc4ea3a657e92628d951ecc0346308)
 

Author SHA1 Message Date
spacewander e777a35db3 feature: shipped openssl-1.1.0c patch with the source release tarball.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
spacewander a0dc14761a feature: added the sess_set_get_cb_yield patch for OpenSSL 1.1.0c and beyond.
The patch is based on

https://patch-diff.githubusercontent.com/raw/openssl/openssl/pull/1588.patch,

with some minor modifications.

Thanks Alessandro Ghedini for the ground work.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 93e9da93ec tests: fixed a test title. 7 years ago
Yichun Zhang (agentzh) 84734aa1f9 bugfix: fixed double free issues in the new init_cycle_pool_release patch for the nginx core. 7 years ago
Yichun Zhang (agentzh) f721f66b4e feature: applied the init_cycle_pool_release patch to nginx 1.13.6+ cores to make it valgrind or asan clean. 7 years ago
spacewander 2cc5ba6c91 bugfix: we removed the existing Makefile even for `./configure --help`.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) dd46539557 updated tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 346bba3dc6 upgraded lua-resty-dns to 0.21rc2. 7 years ago
Yichun Zhang (agentzh) 578c4e8ae4 upgraded lua-cjson to 2.1.0.6rc2. 7 years ago
Yichun Zhang (agentzh) 029f20fd6d upgraded lua-cjson to 2.1.0.6rc1. 7 years ago
Yichun Zhang (agentzh) 3cf34101c0 upgraded ngx_lua to 0.10.12rc1. 7 years ago
Yichun Zhang (agentzh) d5c201c051 bumped version to 1.13.6.2rc0. 7 years ago
Yichun Zhang (agentzh) 2db0dd9374 upgraded lua-resty-dns to 0.21rc1. 7 years ago
Datong Sun dbf53c5ced feature: added information about OpenResty's commercial support in the default index.html page.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) d2618c3135 formal release 1.13.6.1. 7 years ago
Yichun Zhang (agentzh) 317dcbfa8a updated tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) 2094e6321b win32: upgraded pcre to 8.41. 7 years ago
Yichun Zhang (agentzh) a1444be0bf bumped version to 1.13.6.1 RC1. 7 years ago
Yichun Zhang (agentzh) cc81cb09fe upgraded lua-resty-dns to 0.20. 7 years ago
Yichun Zhang (agentzh) d13eb1432f upgraded ngx_encrypted_session to 0.07. 7 years ago
Yichun Zhang (agentzh) c4a794335b upgraded ngx_rds_csv to 0.08. 7 years ago
Yichun Zhang (agentzh) 67e6fb305f upgraded ngx_rds_json to 0.15. 7 years ago
Yichun Zhang (agentzh) 82c70515b3 upgraded ngx_headers_more to 0.33. 7 years ago
Yichun Zhang (agentzh) 0e4016c26d upgraded opm to 0.0.4. 7 years ago
Yichun Zhang (agentzh) fc75550a08 upgraded resty-cli to 0.20. 7 years ago
Yichun Zhang (agentzh) b3bee63c7d upgraded lua-resty-limit-traffic ot 0.05. 7 years ago
Yichun Zhang (agentzh) 2656416500 upgraded lua-resty-core to 0.1.13. 7 years ago
Yichun Zhang (agentzh) 2097b7fbca upgraded ngx_lua to 0.10.11. 7 years ago
Yichun Zhang (agentzh) 6f624f0003 upgraded LuaJIT to 2.1-20171103. 7 years ago
Yichun Zhang (agentzh) 58f41155d7 upgraded ngx_lua to 0.10.11rc3 and lua-resty-core to 0.1.13rc2. 7 years ago
Yichun Zhang (agentzh) 24fb031d22 upgraded ngx_stream_lua_module to 0.0.3. 7 years ago
Yichun Zhang (agentzh) 3763c5380e feature: bundled and enabled ngx_stream_lua_module by default. this module is still experimental. 7 years ago
Yichun Zhang (agentzh) f46beb607b tests: updated the tests to reflect recent changes. 7 years ago
Yichun Zhang (agentzh) a1109b8dd2 upgraded the nginx core to 1.13.6. 7 years ago
John Wu fee5626f8c doc: simple typo fix.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 77ea939d00 upgraded lua-resty-limit-traffic to 0.05rc2. 7 years ago
Yichun Zhang (agentzh) 131e15ef47 upgraded ngx_lua to 0.10.11rc2. 7 years ago
Yichun Zhang (agentzh) 8c244301ea upgraded ngx_lua to 0.10.11rc1, resty-cli to 0.20rc1, opm to 0.0.4rc1, luajit to v2.1-20170925, lua-resty-limit-traffic to 0.05rc1, and lua-resty-core to 0.1.13rc1. 7 years ago
Datong Sun 94766f7a41 patches: ensure "server" header in HTTP/2 response shows "openresty" when server_tokens are turned off.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 4eae6e2415 upgraded the nginx core to 1.13.5. 7 years ago
Yichun Zhang (agentzh) 53a86b6abd restydoc indexer: ignored a problematic nginx document, ngx_http_api_module.xml. 7 years ago
Yichun Zhang (agentzh) 3e2540f6a0 upgraded nginx core to 1.13.4. 7 years ago
Datong Sun 4b594fdce6 feature: added nginx core patches needed by ngx_stream_lua_module's balancer_by_lua*.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
7 years ago
Yichun Zhang (agentzh) 1f2121b546 removed patches for the nginx 1.13.2 core. 7 years ago
Yichun Zhang (agentzh) 6237430ef4 upgraded nginx core to 1.13.3. 7 years ago
Yichun Zhang (agentzh) 967d1261cd added more fixes. 7 years ago
Yichun Zhang (agentzh) 1426d3283d fixed the dtrace patch for nginx. 7 years ago
Yichun Zhang (agentzh) 45a8fb27e4 fixed the upstream_timeout_fields patch for nginx. 7 years ago
Yichun Zhang (agentzh) 3c114dbe46 fixed the log_escape_non_ascii patch for the nginx core. 7 years ago
Yichun Zhang (agentzh) 20e70449f8 fixed the nginx server_header patch. 7 years ago