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
Discover and 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 }}
xiaocang
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
23d2bc1
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 26, 2020
bugfix: ngx.req.set_uri_args() threw an exception with wrong argument info.
zhuizhuhaomeng
authored and
agentzh
committed
23d2bc1
Copy full SHA for 23d2bc1
Commits on Jun 25, 2020
bugfix: set_by_lua_block allowed more than one arg (in addition to the block).
zhuizhuhaomeng
authored and
agentzh
committed
6789886
Copy full SHA for 6789886
Commits on May 29, 2020
doc: fixed a few typos/wording issues in readme. (#1712)
erankor
authored
8c9968b
Copy full SHA for 8c9968b
Commits on May 18, 2020
travis-ci: bumped OpenSSL to 1.1.1g.
Show description for febd730
spacewander
authored
febd730
Copy full SHA for febd730
misc: ngx_http_lua_logby.c: removed duplicate headers.
spacewander
authored
50c1912
Copy full SHA for 50c1912
style: ngx_http_lua_socket_tcp.c: ensured two blank lines between functions.
rainingmaster
authored
6e48a80
Copy full SHA for 6e48a80
Commits on Apr 14, 2020
style: fixed a minor styling issue in 'ngx_http_lua_initworkerby.c'.
rainingmaster
authored
8966382
Copy full SHA for 8966382
Commits on Apr 2, 2020
travis-ci: bumped OpenSSL to 1.1.1f and fixed older versions downloads.
thibaultcha
committed
efd2841
Copy full SHA for efd2841
Commits on Mar 31, 2020
bugfix: allow the use of spaces in 'ngx.req.set_uri()'.
Show description for beb5c6b
doujiang24
authored and
thibaultcha
committed
beb5c6b
Copy full SHA for beb5c6b
doc: fixed the return value name in 'ngx.worker.id()' documentation.
thibaultcha
committed
6d270c3
Copy full SHA for 6d270c3
Commits on Mar 30, 2020
doc: clarify ngx.timer.every callback argument conventions, #1409.
chriskuehl
authored and
doujiang24
committed
6602603
Copy full SHA for 6602603
travis: fixed the warnings from build config validation.
doujiang24
committed
f991f3e
Copy full SHA for f991f3e
bugfix: overrided the input header only for the first time
Show description for f45d4e9
spacewander
authored and
doujiang24
committed
f45d4e9
Copy full SHA for f45d4e9
Commits on Mar 23, 2020
misc: avoided warnings with old gcc versions due to incorrect inline definition and renamed functions for clarity.
thibaultcha
committed
f6ff289
Copy full SHA for f6ff289
Commits on Mar 20, 2020
travis: upgraded pcre to 8.44.
agentzh
committed
3908769
Copy full SHA for 3908769
Commits on Mar 19, 2020
updated .gitignore.
agentzh
committed
ada56de
Copy full SHA for ada56de
config: more followup fixes in autoconf feature tests.
agentzh
committed
79b3bd3
Copy full SHA for 79b3bd3
bugfix: FFI availability feature test was broken on Windows.
Show description for 3a37c9c
agentzh
committed
3a37c9c
Copy full SHA for 3a37c9c
bugfix: ensured arguments of APIs mutating uri or request/response headers do not contain unsafe characters. (#1654)
Show description for 38f587a
doujiang24
authored
38f587a
Copy full SHA for 38f587a
travis-ci: upgraded OpenSSL to 1.1.1e.
thibaultcha
committed
be864c2
Copy full SHA for be864c2
Commits on Mar 11, 2020
tests: fixed numbering thanks to the reindex script.
thibaultcha
committed
4322042
Copy full SHA for 4322042
Commits on Mar 9, 2020
tests: fixed a newly failing test due to changes in openresty.org accepted ciphers.
thibaultcha
committed
ec3b219
Copy full SHA for ec3b219
Commits on Feb 25, 2020
bugfix: fixed use of uninitialized cache_key in ngx_http_set_by_lua_file.
Show description for 4c4bb0f
thibaultcha
committed
4c4bb0f
Copy full SHA for 4c4bb0f
Commits on Feb 16, 2020
doc: sync the minor change (in the last commit) to README.markdown from the HttpLuaModule.wiki file.
doujiang24
committed
52f0d95
Copy full SHA for 52f0d95
doc: minor grammar typo fix (#1642) (#1643)
Triple-Z
authored
6b79cd4
Copy full SHA for 6b79cd4
Commits on Feb 13, 2020
tests: 139-ssl-cert-by.t: relaxed timing test cases for tvw test mode.
thibaultcha
committed
9259e7a
Copy full SHA for 9259e7a
bugfix: ngx.pipe: ensured reading while a process died returns the "closed" error.
Show description for 8669e09
thibaultcha
committed
8669e09
Copy full SHA for 8669e09
Commits on Feb 6, 2020
tests: fixed a newly failing test due to openresty.org now rejecting TLSv1 connections.
thibaultcha
committed
743773b
Copy full SHA for 743773b
bugfix: fixed use of an uninitialized value in ngx_http_lua_set_by_lua_file.
Show description for 1d9298d
thibaultcha
committed
1d9298d
Copy full SHA for 1d9298d
Commits on Jan 22, 2020
doc: mentioned that 1.17.8 is the latest NGINX core version tested.
thibaultcha
committed
028c0d4
Copy full SHA for 028c0d4
travis-ci: bumped the NGINX core to 1.17.8.
thibaultcha
committed
c06793c
Copy full SHA for c06793c
tests: 025-codecache.t: updated a test case to avoid error logs in stderr.
thibaultcha
committed
d328e56
Copy full SHA for d328e56
Commits on Jan 17, 2020
Revert "bugfix: ensured 'init_worker_by_lua*' does not mutate another NGINX module's main_conf."
Show description for c2390ab
thibaultcha
committed
c2390ab
Copy full SHA for c2390ab
Commits on Jan 14, 2020
change: we now ignore 'lua_regex_*' directives when NGINX is compiled without PCRE support.
thibaultcha
authored
e328645
Copy full SHA for e328645
Commits on Jan 6, 2020
travis-ci: bumped OpenSSL to 1.0.2u.
thibaultcha
committed
8f518e7
Copy full SHA for 8f518e7
Pagination
Previous
Next
You can’t perform that action at this time.