An open API service providing commit metadata for open source projects.

GitHub / openresty/stream-lua-nginx-module / commits

SHA Message Author Date Stats
db8022db tests: improve openssl version check in test cases. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
10 months ago
86cf76e3 bugfix: did't free ngx_regex_match_context. lijunlong <l****g@o****m> 10 months ago
7e8fbcf6 doc: update latest compatible nginx version. lijunlong <l****g@o****m> 10 months ago
9165021a bugfix: typo fixes.
Co-authored-by: lijunlong <l****g@o****m>
willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
10 months ago
05f1cbad bugfix: fixed warning. lijunlong <l****g@o****m> 10 months ago
83dce02a bugfix: failed to build with openssl 1.x.x and boringssl. lijunlong <l****g@o****m> 10 months ago
47e9c4e7 optimize: fixed build warning. lijunlong <l****g@o****m> 10 months ago
2dad166a bugfix: failed to build with openssl < 3.0.2. lijunlong <l****g@o****m> 10 months ago
c67e11b1 feature: bumped api version to 17. lijunlong <l****g@o****m> 10 months ago
1e5970b6 chore: delete unnecessary checking codes. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
10 months ago
5797e9dd tests: fixed CI. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
11 months ago
5246addd feature: proxy_ssl_verify_by_lua directives. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
11 months ago
63f4e2da feature: add support for nginx-1.29.2. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
11 months ago
9134bcd0 feature: add support for nginx-1.29.2. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
11 months ago
a9addfab doc: update version info. 罗泽轩 <z****o@k****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
08a914e0 bugfix: fixed typo. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
bdca3bd8 fixes: resolve unused function warning in BoringSSL builds. swananan <j****z@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
7aeea408 tests: fixed test t/162-ssl-client-hello-by.t and t/163-ssl-two-verification.t. lijunlong <l****g@o****m> about 1 year ago
eef438a7 feature: add ngx_stream_lua_ffi_get_req_ssl_pointer() for stream subsystem. lijunlong <l****g@o****m> about 1 year ago
af6f8c03 optimize: checked r before using it. Fahnenfluchtige <5****e@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
7c2411f7 style: fixed coding style. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
94e91ae2 feature: ngx_stream_lua_ffi_req_shared_ssl_ciphers(). Ri Shen Chen <c****n@1****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
de6820b2 chore: typo fixes. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8a34bf59 feature: add lua_ssl_key_log directive to log client connection SSL keys in t... willmafh <w****h@h****m>
Committed by: lijunlong <l****g@o****m>
about 1 year ago
90c39648 tests: update openssl to 3.5.0. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
ee2422fd optimize: add error checking for SSL_set_tlsext_status_type(). Fahnenfluchtige <5****e@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8df9125a style: fixed coding style. lijunlong <l****g@o****m> about 1 year ago
3096b45c feature: add ngx_stream_lua_ffi_req_dst_addr(). lijunlong <l****g@o****m> over 1 year ago
35071d98 tests: add tests for https://www.cve.org/CVERecord?id=CVE-2025-23419. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
92717427 tests: update tests to reflect changes in openssl and nginx-1.27. lijunlong <l****g@o****m> over 1 year ago
4169f1ba bumped version of stream-lua-nginx-module to 16. lijunlong <l****g@o****m> over 1 year ago
7a40a36f feature: enable ngx.var at the ssl_certificate_by_lua and ssl_client_hello_by... lijunlong <l****g@o****m> over 1 year ago
b22705c0 tests: fixed test case in t/062-count.t. lijunlong <l****g@o****m> over 1 year ago
1e1d93ea bugfix: `setkeepalive` failure on TLSv1.3 Zhefeng C. <3****6@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
69f0cd76 bugfix: failed to build on windows. lijunlong <l****g@o****m> about 2 years ago
bfff61e5 tests: bumped the NGINX core to 1.27.1. Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
de12cb63 feature: update nginx to v1.27.1. lijunlong <l****g@o****m> about 2 years ago
982ce528 bumped stream-lua-nginx-module to 15. Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
5954e22f bugfix: fixed keepalive error in cosocket. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f56c53bc bugfix: treat shdict entries with ttl equal to 0 as expired. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
97937e20 feature: add ssl trusted certificate. xiangwei <1****8@q****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e974e57a dev: util/build.sh: fixed command line argument validation and environment va... Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
65014a82 feature: support lua balancer set proxy bind dynamic ytlm <y****v@g****m>
Committed by: lijunlong <l****g@o****m>
about 2 years ago
9b4c301d tests: updated ci for stream >= 1.25.5. jiahao <w****o@o****m> about 2 years ago
ebcf8617 travis: bumped the NGINX core to 1.27.0. jiahao <w****o@o****m> over 2 years ago
bea8a0c0 bugfix: Check for SSL context instead of listen. Konstantin Pavlov <p****n@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cb82db35 bugfix: wrong arguments of setkeepalive() result in the compromise of data in... lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a5c924b0 bugfix: correct offset vector memory allocation size for PCRE2. Zhongwei Yao <a****4@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ff9dea82 feature: add ngx_stream_lua_ffi_ssl_client_random. Ruidong-X <x****g@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fd136cc4 bugfix: wrong argument for pcre2_match. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
af96930b feature: add functions to parse DER formatted certificates/keys. Brian Rak <b****k@a****m>
Committed by: lijunlong <l****g@o****m>
over 2 years ago
f1499e3b changes: remove the useless pcre config. swananan <j****z@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cafa6f55 refactor: make the use of NGX_PCRE2 clearer. lynch <l****g@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ff7c65b6 bugfix: fixed error message when socket is not connected. Wangchong Zhou <f****n@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9135e7bd tests: update openssl to 1.1.1w. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
4f7a4d85 bumped stream-lua-nginx-module to 14. lijunlong <l****g@o****m> almost 3 years ago
04bed169 doc: fixed typo. willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
f7ecbbf8 bugfix: don't include pcre.h with PCRE2 used.
Signed-off-by: Christian Marangi <a****h@g****m>
Christian Marangi <a****h@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
08841a24 feature: support pcre2 swananan <j****z@g****m>
Committed by: lijunlong <l****g@o****m>
almost 3 years ago
7a3acd6d bugfix: stream server block didn't inherit the log_by_lua* directives configu... willmafh <w****h@h****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
d23c2781 tests: t/163-ssl-two-verification.t:add CN verification log.
Signed-off-by: lijunlong <l****g@o****m>
zhangjie <4****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
ec976a63 doc: updated compatibility description. lijunlong <l****g@o****m> about 3 years ago
6f31a2e5 optimize: now we make use of the new lua_getexdata2 and lua_setexdata2 to att... lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
87e5f069 doc: update release date.
Signed-off-by: spacewander <s****x@g****m>
罗泽轩 <s****x@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
d48f057f feature: upgrade nginx core to 1.25.1. swananan <j****z@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
23e45bc3 feature: Support lua_ssl_certificate and lua_ssl_certificate_key. zhangjie <4****s@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
06f8f556 Create LICENSE lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
309198ab bumped the API vesion to 0.0.13. jiahao <w****o@o****m> over 3 years ago
f3128465 bugfix: after reload, the old children's pid is still > 0. lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e45c6624 bugfix: fixed warning of signed and unsigned.
Signed-off-by: lijunlong <l****g@o****m>
lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
659ac904 bugfix: windows does not support ngx_stream_lua_ffi_worker_pids.
Signed-off-by: lijunlong <l****g@o****m>
lijunlong <l****g@o****m> over 3 years ago
2ef14f37 bumped the API vesion to 0.0.12. jiahao <w****o@o****m> over 3 years ago
ae02d9ac tests: upgrade openssl to 1.1.1s. (#303) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
b3ab1a98 feature: add new api ngx_stream_lua_ffi_monotonic_msec. (#302) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
a07f3175 feature: add CONTEXT_YIELDABLE constant to stream subsys (#300)
Signed-off-by: spacewander <s****x@g****m>
罗泽轩 <s****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
176efb5d bugfix: wrong size for the pending timers. (#296) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
f83b22dc tests: fix broken worker API count test (#301) 罗泽轩 <s****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9ce0848c feat: add ngx_stream_lua_ffi_worker_pids to get all workers pid map attenuation <o****9@g****m>
Committed by: lijunlong <l****g@o****m>
about 4 years ago
518e66b1 style: add a way to check PR title automatically (#298)
Signed-off-by: spacewander <s****x@g****m>
罗泽轩 <s****x@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
2e8bb6e5 ci: bumped the OpenSSL to 1.1.1p. (#297) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
b7f403cb tests: use random port in tcp_listen section. (#294) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
8e7c941e bugfix: Apple Silicon FFI ABI limitation workaround Chrono <c****p@m****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7c12c793 travis: update openssl to 1.1.1n. (#291) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
70d96f3d tests: use random port numbers instead of fixed port number to prevent confli... Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1fe32135 tests: NGINX_TEST_CHECK_LEAK detects memoryleak because nginx can not free re... Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
cf144402 travis-ci: upgrade openssl to 1.1.1m, pcre to 8.45. (#286) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
007d6caf feature: ssl/tls supports passphrase protected private key. (#285) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
738bedc7 bugfix: posted event handler was called after event memory was freed. (#282) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
99036dab tests: t/068-socket-keepalive.t: set the connection timeout to 100 ms. (#280) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
fb8c66c1 travis-ci: bumped the NGINX core to 1.21.4. (#278) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
269383b8 travis-ci: updated ftp.pcre.org to sourceforce mirror. (#279) Johnny Wang <w****o@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6f124f0c tests: wrong pid path when running jobs greater than 1. (#277) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
dfc9bc15 doc: ngx.req.socket should be put near its description (#276) 罗泽轩 <s****x@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
740ee006 tests: use a domain with ownership instead of notexistdomain.com in t/014-bug... jiahao <w****o@o****m> almost 5 years ago
4f5bb058 travis-ci: bumped the NGINX core to 1.21.3. jiahao <w****o@o****m> almost 5 years ago
9735cb8a bumped the API version to 0.0.11. jiahao <w****o@o****m> almost 5 years ago
b5c2d568 bugfix: we should use luaL_typename() with lua stack index. (#270) Jianyong Chen <b****s@f****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4185ffc3 bugfix: fixed possible null pointer dereference found by Coverity. Ilya Shipitsin <c****e@g****m>
Committed by: lijunlong <l****g@o****m>
almost 5 years ago
c3d3f6ea bugfix: nginx crash when resolve an not exist domain. (#266) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b3f229a7 tests: change travis to make test pass on ubutu 18. (#269) lijunlong <l****g@o****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago

← Back to repository