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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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 }}
bugou
/
lua-nginx-module
Public
forked from
openresty/lua-nginx-module
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
lua-nginx-module
t
on
master
User selector
All users
All time
Commit History
Commits on Aug 27, 2019
tests: 087-udp-socket.t: removed a duplicated test case.
thibaultcha
committed
4c943b9
Copy full SHA for 4c943b9
tweaks: ported adjustments and missing test cases from the ngx_stream_lua module.
thibaultcha
committed
70484bc
Copy full SHA for 70484bc
Commits on Aug 13, 2019
change: removed error logging on coroutine runtime errors.
thibaultcha
committed
2a19073
Copy full SHA for 2a19073
bugfix: coroutine.wrap: propagate errors to the parent coroutine.
thibaultcha
committed
9a892b8
Copy full SHA for 9a892b8
Commits on Aug 12, 2019
tests: 139-ssl-cert.t: added test cases asserting support for 'ngx.thread.kill()' and 'ngx.socket.udp' in 'ssl_certificate_by_lua*'.
thibaultcha
committed
c658e22
Copy full SHA for c658e22
feature: enabled the 'ngx.thread' and 'ngx.socket.udp' APIs in ssl_session_fetch_by_lua*.
Show description for 97f0101
tmthrgd
authored and
thibaultcha
committed
97f0101
Copy full SHA for 97f0101
Commits on Aug 8, 2019
feature: when a timer fails to run we now log the location of its function's definition.
Show description for 189ba24
spacewander
authored and
thibaultcha
committed
189ba24
Copy full SHA for 189ba24
Commits on Aug 5, 2019
change: retired the old CFunction API when newer FFI implementations are available.
thibaultcha
committed
947fa00
Copy full SHA for 947fa00
change: 'resty.core' is now mandatorily loaded, and the 'lua_load_resty_core' directive is deprecated.
thibaultcha
committed
60736e6
Copy full SHA for 60736e6
Commits on Jul 25, 2019
bugfix: ensured arguments of APIs mutating response headers do not contain '\r' and '\n' characters.
Show description for 881bf91
doujiang24
authored and
thibaultcha
committed
881bf91
Copy full SHA for 881bf91
refactor: reduced cache key size by removing unnecessary chunkname component.
thibaultcha
committed
f45908c
Copy full SHA for f45908c
tests: codecache.t: moved and reinforced a test case ensuring *by_lua directives with identical Lua chunks produce distinct cache keys.
thibaultcha
committed
bd83c65
Copy full SHA for bd83c65
bugfix: ensured set_by_lua_file with nginx variables re-computes closures code cache key.
thibaultcha
committed
0c755ed
Copy full SHA for 0c755ed
optimize: improved code cache lookup performance by using 'luaL_ref()' to avoid the costly 'lj_str_new()'.
thibaultcha
committed
39c2ead
Copy full SHA for 39c2ead
tests: codecache.t: added tests for code cache behavior with *_by_lua_file directives containing NGINX variables.
thibaultcha
committed
bf11f67
Copy full SHA for bf11f67
bugfix: ensured 'init_worker_by_lua*' does not mutate another NGINX module's main_conf.
Show description for 09484e8
wangfakang
authored and
thibaultcha
committed
09484e8
Copy full SHA for 09484e8
Commits on Jul 17, 2019
tests: added tests asserting that 'ssl_certificate_by_lua*' and 'ssl_session_fetch_by_lua*' can yield when reading early data.
Show description for 467f013
spacewander
authored and
thibaultcha
committed
467f013
Copy full SHA for 467f013
bugfix: skipped 'ssl_session_store_by_lua*' and 'ssl_session_fetch_by_lua*' when using TLS 1.3.
Show description for d3dbc0c
spacewander
authored and
thibaultcha
committed
d3dbc0c
Copy full SHA for d3dbc0c
Commits on Jul 11, 2019
tests: 139-ssl-cert-by.t: downgraded error log level of SSL handshake failures from 'crit' to 'info'.
Show description for 65bdd4a
thibaultcha
committed
65bdd4a
Copy full SHA for 65bdd4a
Commits on May 28, 2019
tests: 161-load-resty-core.t: added a test asserting the directive honors 'lua_package_path'.
thibaultcha
committed
4102b82
Copy full SHA for 4102b82
Commits on May 22, 2019
tests: ssl-socket.t: fixed a failing test case due to openresty.org's default cipher.
thibaultcha
committed
30678fd
Copy full SHA for 30678fd
Commits on May 20, 2019
tests: re-enabled a test case for using ngx.re.match in init_by_lua*.
agentzh
committed
441c7f6
Copy full SHA for 441c7f6
Commits on Apr 28, 2019
tests: 123-lua-path.t: fixed a few test cases failing in EC2 to-ngx_lua suite.
Show description for 86941a7
thibaultcha
committed
86941a7
Copy full SHA for 86941a7
Commits on Apr 9, 2019
tests: fixed a few failing test cases due to loading resty.core.
thibaultcha
committed
61e4d0a
Copy full SHA for 61e4d0a
tests: fixed default lua path to load resty.core from many test cases.
thibaultcha
committed
fccf383
Copy full SHA for fccf383
feat: implemented the lua_load_resty_core directive which loads resty.core by default.
thibaultcha
committed
87f0a09
Copy full SHA for 87f0a09
Commits on Apr 8, 2019
tests: removed obsolete drizzle upstream block in init.t.
dndx
authored and
thibaultcha
committed
95a2e59
Copy full SHA for 95a2e59
Commits on Mar 9, 2019
tests: fixed the tests using iscribblet.org which would time out now.
agentzh
committed
15b01c6
Copy full SHA for 15b01c6
Commits on Feb 27, 2019
tests: fixed failures due to recent CDN changes.
thibaultcha
committed
a92cf72
Copy full SHA for a92cf72
Commits on Feb 19, 2019
tests: 159-sa-restart.t: avoided sending SIGWINCH to the test nginx worker process.
Show description for c368af2
thibaultcha
committed
c368af2
Copy full SHA for c368af2
Commits on Feb 16, 2019
bugfix: ensured we cleanup up aborted queued connect operations.
Show description for 761ddca
spacewander
authored and
thibaultcha
committed
761ddca
Copy full SHA for 761ddca
bugfix: only update connections count when cosockets are truly associated with the socket pool.
Show description for 8edb21a
spacewander
authored and
thibaultcha
committed
8edb21a
Copy full SHA for 8edb21a
Commits on Feb 8, 2019
tests: switched to 127.0.0.2 instead of agentzh.org for timeout-related tests.
thibaultcha
committed
cf88765
Copy full SHA for cf88765
Commits on Feb 7, 2019
tests: hardened a few flaky test cases from recent CI runs.
thibaultcha
committed
01735c2
Copy full SHA for 01735c2
tests: fixed a test case in 068-socket-keepalive.t which always fails when a local dns server is running.
agentzh
committed
70dd0be
Copy full SHA for 70dd0be
Pagination
Previous
Next
You can’t perform that action at this time.