Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
746
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
v0.0.10
User selector
All users
Datepicker
All time
Commit History
Commits on May 11, 2021
bugfix: compilation failed on windows. (#245)
zhuizhuhaomeng
authored
33ee7ae
Copy full SHA for 33ee7ae
travis-ci: upgraded openssl to 1.1.1k.
xiaocang
authored
451b0f8
Copy full SHA for 451b0f8
Commits on May 7, 2021
doc: updated nginx version compatibility in README.md. (#219)
zhuizhuhaomeng
authored
bb3a5b3
Copy full SHA for bb3a5b3
bumped the API version to 0.0.10.
xiaocang
authored
657154d
Copy full SHA for 657154d
Commits on May 6, 2021
change: changed from graceful shutdown to abort when lua_resume return LUA_ERRMEM. (#243)
Show description for e6f4ba2
zhuizhuhaomeng
authored
e6f4ba2
Copy full SHA for e6f4ba2
Commits on Apr 23, 2021
tests: added a new rule about 'ngx_pass_open_channel()' to valgrind suppression file. (#238)
xiaocang
authored
de8fda8
Copy full SHA for de8fda8
Commits on Apr 21, 2021
tests: t/142-req-udp-socket.t: changed domain name of dig command. (#241)
zhuizhuhaomeng
authored
57ce5a6
Copy full SHA for 57ce5a6
Commits on Apr 15, 2021
tests: more general supress condiction for ngx_stream_lua_socket_udp_send. (#239)
zhuizhuhaomeng
authored
b57337c
Copy full SHA for b57337c
Commits on Apr 4, 2021
travis-ci: bumped the NGINX core to 1.19.9. (#235)
xiaocang
authored
65567d1
Copy full SHA for 65567d1
Commits on Mar 29, 2021
bugfix: wrong source address for the replying packet when received udp packet via req.socket on secondary address. (#233)
zhuizhuhaomeng
authored
149d82e
Copy full SHA for 149d82e
Commits on Jan 12, 2021
chore: fix possible null pointer dereference found by Coverity (#223)
Show description for e9cfdc0
chipitsine
authored
e9cfdc0
Copy full SHA for e9cfdc0
Commits on Dec 16, 2020
bugfix: ignore the `raw` argument when acquiring UDP request socket.
Show description for c8086b6
dndx
authored and
doujiang24
committed
c8086b6
Copy full SHA for c8086b6
Commits on Dec 14, 2020
bugfix: fixed memory leak in debug log.
hawkxiang
authored
9c53258
Copy full SHA for 9c53258
Commits on Oct 30, 2020
tests: 106-timer.t: fixed test plan count.
xiaocang
authored
1a1e49b
Copy full SHA for 1a1e49b
Commits on Oct 29, 2020
bugfix: process may crash when a timer run failed and a function with arguments run inside this timer. (#215)
Show description for 945ab99
zhuizhuhaomeng
authored
945ab99
Copy full SHA for 945ab99
Commits on Oct 23, 2020
tests: make sure the test plan is irrelevant with the repeat_each() value.
xiaocang
authored and
doujiang24
committed
f837686
Copy full SHA for f837686
Commits on Oct 9, 2020
feature: added the receiveany function for raw req socket. (#184)
tangsty
authored
73b15a1
Copy full SHA for 73b15a1
feature: implemented the new ngx.ssl.server_port() API to get server port.
halfcrazy
authored and
doujiang24
committed
dac4013
Copy full SHA for dac4013
travis-ci: bumped the NGINX core to 1.19.3. (#212)
xiaocang
authored
fb1d4ab
Copy full SHA for fb1d4ab
Commits on Oct 8, 2020
bumped the API version to 0.0.9.
agentzh
committed
2bc104b
Copy full SHA for 2bc104b
feature: added new C API ngx_stream_lua_pcre_version to wrap the pcre_version() C API in libpcre.
agentzh
committed
4212f6d
Copy full SHA for 4212f6d
Commits on Aug 31, 2020
bugfix: added missing SSL feature macro (#211)
Show description for 77f82d6
spacewander
authored
77f82d6
Copy full SHA for 77f82d6
Commits on Aug 21, 2020
feature: shared ngx.ctx among SSL_* phases and the following phases. (#208)
spacewander
authored
f94afe2
Copy full SHA for f94afe2
Commits on Aug 12, 2020
chore: removed unwanted CC_TEST_FLAGS when checking LuaJIT's FFI feature. (#192)
Show description for 6ffcfdb
spacewander
authored
6ffcfdb
Copy full SHA for 6ffcfdb
Commits on Aug 6, 2020
bugfix: the stream subsystem was built incorrectly in debug mode. (#207)
Show description for 6eb31d2
spacewander
authored
6eb31d2
Copy full SHA for 6eb31d2
Commits on Aug 5, 2020
bugfix: hide get_request API in stream subsystem (#201)
Show description for a445407
spacewander
authored
a445407
Copy full SHA for a445407
tests: fix ngx.req field count (#202)
spacewander
authored
402e861
Copy full SHA for 402e861
Commits on Aug 3, 2020
feature: add FFI interface to verify SSL client certificate (#190)
ArchangelSDY
authored
5d8f675
Copy full SHA for 5d8f675
Commits on Jul 3, 2020
doc: updated the Version section to reflect the release date
meathill
committed
5a8bc29
Copy full SHA for 5a8bc29
Commits on Jun 30, 2020
feature: ngx.escape_uri: added new optional 'type' argument not_component argument for pure URI escaping (still defauls to URI component escaping).
Show description for e7939b3
zhuizhuhaomeng
authored and
agentzh
committed
e7939b3
Copy full SHA for e7939b3
Commits on Apr 3, 2020
travis-ci: upgraded PCRE to 8.44.
thibaultcha
committed
61cfab8
Copy full SHA for 61cfab8
travis-ci: bumped OpenSSL to 1.1.1f, 1.0.2u, and fixed older versions downloads.
thibaultcha
committed
a46d25c
Copy full SHA for a46d25c
Commits on Mar 19, 2020
updated .gitignore a bit.
agentzh
committed
f60b64f
Copy full SHA for f60b64f
feature: added dynamic module support.
Show description for b1e8e26
agentzh
committed
b1e8e26
Copy full SHA for b1e8e26
tests: fixed a newly failing test due to changes in openresty.org accepted ciphers.
thibaultcha
committed
29dec04
Copy full SHA for 29dec04
Pagination
Previous
Next
You can’t perform that action at this time.