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 }}
ii0
/
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
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Breadcrumbs
History for
lua-nginx-module
util
on
master
User selector
All users
All time
Commit History
Commits on Oct 26, 2017
dev: util/build.sh: now we require ngx_stream_lua_module to build (for testing and development).
agentzh
committed
7730490
Copy full SHA for 7730490
Commits on Sep 20, 2017
dev: util/build.sh: specify --with-pcre-jit for the nginx build.
agentzh
committed
ac7615a
Copy full SHA for ac7615a
Commits on May 22, 2017
refactor: removed the obsolete util/gdbinit script script. we have much better tools in openresty-gdb-utils already.
agentzh
committed
993aec8
Copy full SHA for 993aec8
Commits on Apr 28, 2017
change: removed util/reindex. put it into the openresty/openresty-devel-utils repo instead.
agentzh
committed
c034626
Copy full SHA for c034626
Commits on Feb 16, 2017
util/reindex: tweaked the regex to avoid useless substitutions. this is a followup fix for commit 772e6fd.
agentzh
committed
11495c2
Copy full SHA for 11495c2
util/reindex: fixed the shebang line.
agentzh
committed
3217a07
Copy full SHA for 3217a07
util/reindex: fixed the author and copyright notice.
agentzh
committed
2e7031f
Copy full SHA for 2e7031f
util/reindex: trims the extra newline characters at the end of the test file.
Show description for 32fea9e
membphis
authored and
agentzh
committed
32fea9e
Copy full SHA for 32fea9e
Commits on Nov 14, 2016
bugfix: C API: ngx_http_lua_add_package_preload() might not take effect when lua_code_cache is off.
Show description for 0a1de31
rainingmaster
authored and
agentzh
committed
0a1de31
Copy full SHA for 0a1de31
Commits on Oct 28, 2016
feature: added public C API for 3rd-party NGINX C modules to register their own shm-based data structures for the Lua land usage (that is, to create custom siblings to lua_shared_dict).
Show description for 73bd64d
helloyi
authored and
agentzh
committed
73bd64d
Copy full SHA for 73bd64d
Commits on Jun 16, 2016
spelling corrections found via github.com/client9/misspell
Show description for d148719
Nick Galbreath
authored and
agentzh
committed
d148719
Copy full SHA for d148719
Commits on Jun 6, 2016
bugfix: fixed crashes in ngx.req.raw_header() for HTTP/2 requests.
Show description for ff7e6a7
agentzh
committed
ff7e6a7
Copy full SHA for ff7e6a7
Commits on May 15, 2016
util/build.sh: use nginx's builtin ngx_http_auth_request module instead. thanks Ilya Shipitsin for the report in #765.
agentzh
committed
c28e172
Copy full SHA for c28e172
Commits on Feb 5, 2016
renamed util/build2.sh to util/build.sh.
agentzh
committed
43ec784
Copy full SHA for 43ec784
Commits on Jan 5, 2016
util/build2.sh: added support for the OPENSSL_INC and OPENSSL_LIB environments.
agentzh
committed
9880416
Copy full SHA for 9880416
feature: better SSL/TLS handshake control.
Show description for 6c9d258
agentzh
committed
6c9d258
Copy full SHA for 6c9d258
Commits on Nov 24, 2015
develper build script: disabled the spdy module since it is already removed.
agentzh
committed
4ab3991
Copy full SHA for 4ab3991
Commits on Oct 21, 2015
bugfix: setting builtin request headers Depth, Destination, Overwrite, and Date via ngx.req.set_header() and etc might not take effect at least with ngx_http_dav_module. thanks Igor Clark for the r…
Show description for b948841
agentzh
committed
b948841
Copy full SHA for b948841
Commits on Oct 8, 2015
feature: initial fixes when being used with the new ngx_http_v2 module since nginx 1.9.5. thanks itpp16 for the patch in #569 and #570.
agentzh
committed
8b32f36
Copy full SHA for 8b32f36
Commits on Sep 26, 2015
feature: implemented the *_by_lua_block {...} directives that do not require extra escaping when inlining Lua code in nginx.conf.
agentzh
committed
6b558cd
Copy full SHA for 6b558cd
Commits on Aug 27, 2015
bugfix: if a 3rd-party module calls ngx_http_conf_get_module_srv_conf to fetch its current srv_conf construct in its merge_srv_conf callback, then use of init_worker_by_lua might lead to segmentati…
Show description for 69d1a69
agentzh
committed
69d1a69
Copy full SHA for 69d1a69
Commits on Jul 4, 2015
removed the old util/build.sh script and also added notes as comments to util/build2.sh #527.
agentzh
committed
51a311c
Copy full SHA for 51a311c
Commits on May 7, 2015
feature: fixed compilation failures with nginx 1.9.0. thanks Charles R. Portwood II for the original patch in #500.
agentzh
committed
f4e1311
Copy full SHA for f4e1311
Commits on Mar 6, 2015
bugfix: use of ngx_http_image_filter_module might lead to request hang due to duplicate header filter invocations. thanks Antony Dovgal for the report.
agentzh
committed
7c37b4b
Copy full SHA for 7c37b4b
Commits on Sep 24, 2014
tests: added a passing test case for connecting to IPv6 addresses via cosockets.
agentzh
committed
c9128e5
Copy full SHA for c9128e5
Commits on Jan 27, 2014
test: now we require the ngx_lua_upstream module for the test suite.
agentzh
committed
2c4534a
Copy full SHA for 2c4534a
Commits on Nov 3, 2013
no longer set RPATH for luajit lib in the developer build script; also updated valgrind.suppress for luajit using system malloc.
agentzh
committed
483a3a9
Copy full SHA for 483a3a9
Commits on Oct 28, 2013
added a test case to exercise a bug in ngx_gunzip module with which ngx.flush(true) could hang forever. thanks Maxim Dounin for the catch. to make this test pass, we need the gzip_flush_bug patch a…
Show description for 594f55b
agentzh
committed
594f55b
Copy full SHA for 594f55b
Commits on Sep 25, 2013
removed the ngx_upstream_keepalive module from the developer build script because it has been included in the official nginx distribution.
agentzh
committed
7720bc7
Copy full SHA for 7720bc7
Commits on Sep 14, 2013
change: we now temporarily disable the Lua API functions ngx.location.capture, ngx.location.capture_multi, and ngx.req.socket that are known to have problems with the SPDY requests for now. we will…
Show description for 7b726b3
agentzh
committed
7b726b3
Copy full SHA for 7b726b3
Commits on Jul 15, 2013
util/build2.sh: default to nginx 1.4.1 now.
agentzh
committed
a184a91
Copy full SHA for a184a91
Commits on May 21, 2013
added (passing) tests for use of the $invalid_referer variable in Lua. this requires the patch invalid_referer_hash for the nginx core (for now). thanks Fry-kun for reporting this issue as github #…
Show description for 63a9915
agentzh
committed
63a9915
Copy full SHA for 63a9915
Commits on Sep 13, 2012
fixed a test case in 068-socket-keepalive.t by properly flushing the redis store first.
agentzh
committed
5b5a02d
Copy full SHA for 5b5a02d
Commits on Aug 17, 2012
fixed the developer build script for FreeBSD.
agentzh
committed
bed05ac
Copy full SHA for bed05ac
Commits on Jul 3, 2012
merge master and jinglong's commit
chaoslawful
committed
bb7d35e
Copy full SHA for bb7d35e
Pagination
Previous
Next
You can’t perform that action at this time.