Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
openresty
/
stream-lua-nginx-module
Public
Notifications
You must be signed in to change notification settings
Fork
206
Star
744
Code
Issues
35
Pull requests
13
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
5954e22
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 6, 2024
bugfix: fixed keepalive error in cosocket.
Show description for 5954e22
zhuizhuhaomeng
authored
5954e22
Copy full SHA for 5954e22
Commits on Jul 16, 2024
bugfix: treat shdict entries with ttl equal to 0 as expired.
zhuizhuhaomeng
authored
f56c53b
Copy full SHA for f56c53b
Commits on Jul 9, 2024
feature: add ssl trusted certificate.
theweakgod
authored
97937e2
Copy full SHA for 97937e2
Commits on Jul 6, 2024
dev: util/build.sh: fixed command line argument validation and environment variable usage.
xiaocang
authored
e974e57
Copy full SHA for e974e57
Commits on Jul 1, 2024
feature: support lua balancer set proxy bind dynamic
Show description for 65014a8
ytlm
authored and
zhuizhuhaomeng
committed
65014a8
Copy full SHA for 65014a8
Commits on Mar 22, 2024
bugfix: Check for SSL context instead of listen.
Show description for bea8a0c
thresheek
authored
bea8a0c
Copy full SHA for bea8a0c
Commits on Mar 20, 2024
bugfix: wrong arguments of setkeepalive() result in the compromise of data integrity.
zhuizhuhaomeng
authored
cb82db3
Copy full SHA for cb82db3
Commits on Mar 8, 2024
bugfix: correct offset vector memory allocation size for PCRE2.
zhongweiy
authored
a5c924b
Copy full SHA for a5c924b
Commits on Mar 6, 2024
feature: add ngx_stream_lua_ffi_ssl_client_random.
xuruidong
authored
ff9dea8
Copy full SHA for ff9dea8
Commits on Mar 3, 2024
bugfix: wrong argument for pcre2_match.
zhuizhuhaomeng
authored
fd136cc
Copy full SHA for fd136cc
Commits on Jan 20, 2024
feature: add functions to parse DER formatted certificates/keys.
devicenull
authored and
zhuizhuhaomeng
committed
af96930
Copy full SHA for af96930
Commits on Jan 11, 2024
changes: remove the useless pcre config.
swananan
authored
f1499e3
Copy full SHA for f1499e3
Commits on Dec 27, 2023
refactor: make the use of NGX_PCRE2 clearer.
lynch1981
authored
cafa6f5
Copy full SHA for cafa6f5
Commits on Dec 25, 2023
bugfix: fixed error message when socket is not connected.
Show description for ff7c65b
fffonion
authored
ff7c65b
Copy full SHA for ff7c65b
Commits on Nov 28, 2023
tests: update openssl to 1.1.1w.
zhuizhuhaomeng
authored
9135e7b
Copy full SHA for 9135e7b
Commits on Nov 27, 2023
bumped stream-lua-nginx-module to 14.
zhuizhuhaomeng
committed
4f7a4d8
Copy full SHA for 4f7a4d8
Commits on Oct 17, 2023
doc: fixed typo.
willmafh
authored
04bed16
Copy full SHA for 04bed16
bugfix: don't include pcre.h with PCRE2 used.
Show description for f7ecbbf
Ansuel
authored
f7ecbbf
Copy full SHA for f7ecbbf
Commits on Sep 23, 2023
feature: support pcre2
swananan
authored and
zhuizhuhaomeng
committed
08841a2
Copy full SHA for 08841a2
Commits on Sep 2, 2023
bugfix: stream server block didn't inherit the log_by_lua* directives configured in stream block.
willmafh
authored
7a3acd6
Copy full SHA for 7a3acd6
Commits on Aug 23, 2023
tests: t/163-ssl-two-verification.t:add CN verification log.
Show description for d23c278
ZJfans
authored
d23c278
Copy full SHA for d23c278
doc: updated compatibility description.
zhuizhuhaomeng
committed
ec976a6
Copy full SHA for ec976a6
Commits on Aug 21, 2023
optimize: now we make use of the new lua_getexdata2 and lua_setexdata2 to attach coctx to the Lua thread objects directly which save the lookup overhead which can become the bottleneck when there a…
Show description for 6f31a2e
zhuizhuhaomeng
authored
6f31a2e
Copy full SHA for 6f31a2e
Commits on Aug 19, 2023
doc: update release date.
Show description for 87e5f06
spacewander
authored
87e5f06
Copy full SHA for 87e5f06
Commits on Aug 6, 2023
feature: upgrade nginx core to 1.25.1.
swananan
authored
d48f057
Copy full SHA for d48f057
feature: Support lua_ssl_certificate and lua_ssl_certificate_key.
ZJfans
authored
23e45bc
Copy full SHA for 23e45bc
Commits on Aug 5, 2023
Create LICENSE
zhuizhuhaomeng
authored
06f8f55
Copy full SHA for 06f8f55
Commits on Mar 21, 2023
bumped the API vesion to 0.0.13.
xiaocang
committed
309198a
Copy full SHA for 309198a
Commits on Mar 20, 2023
bugfix: after reload, the old children's pid is still > 0.
zhuizhuhaomeng
authored
f312846
Copy full SHA for f312846
Commits on Mar 9, 2023
bugfix: fixed warning of signed and unsigned.
Show description for e45c662
zhuizhuhaomeng
authored
e45c662
Copy full SHA for e45c662
bugfix: windows does not support ngx_stream_lua_ffi_worker_pids.
Show description for 659ac90
zhuizhuhaomeng
committed
659ac90
Copy full SHA for 659ac90
Commits on Jan 19, 2023
bumped the API vesion to 0.0.12.
xiaocang
committed
2ef14f3
Copy full SHA for 2ef14f3
Commits on Nov 3, 2022
tests: upgrade openssl to 1.1.1s. (#303)
zhuizhuhaomeng
authored
ae02d9a
Copy full SHA for ae02d9a
Commits on Oct 27, 2022
feature: add new api ngx_stream_lua_ffi_monotonic_msec. (#302)
zhuizhuhaomeng
authored
b3ab1a9
Copy full SHA for b3ab1a9
Commits on Sep 30, 2022
feature: add CONTEXT_YIELDABLE constant to stream subsys (#300)
Show description for a07f317
spacewander
authored
a07f317
Copy full SHA for a07f317
Pagination
Previous
Next
You can’t perform that action at this time.