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 }}
kingluo
/
lua-resty-core
Public
forked from
openresty/lua-resty-core
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 6, 2016
add balancer-set-more-tries-fix.t
kingluo
authored
eebba5f
Copy full SHA for eebba5f
Commits on Aug 25, 2016
bumped version to 0.1.8.
agentzh
committed
97f8116
Copy full SHA for 97f8116
Makefile: we did not install the ngx.ssl.* module files.
agentzh
committed
dbc9b6f
Copy full SHA for dbc9b6f
Commits on Aug 4, 2016
updated resty.core.shdict to reflect the recent addition of list-typed shdict values in ngx_lua.
agentzh
committed
ad6539d
Copy full SHA for ad6539d
shdict:incr(): fixed an error message for bad init arg type to make ngx_lua's tests pass.
agentzh
committed
c1d0ae3
Copy full SHA for c1d0ae3
Commits on Jul 30, 2016
feature: shdict:incr(): added the optional "init" argument to allow intializing nonexistent keys with an initial value.
Show description for 307596b
doujiang24
authored and
agentzh
committed
307596b
Copy full SHA for 307596b
Commits on Jul 29, 2016
feature: added the ngx.ssl.session module for the contexts ssl_session_fetch_by_lua* and ssl_session_store_by_lua*.
Show description for e3ef58d
agentzh
committed
e3ef58d
Copy full SHA for e3ef58d
Commits on Jul 27, 2016
balancer.t: fixed the test count spec.
agentzh
committed
51e07cf
Copy full SHA for 51e07cf
tests: skipped a test in check leak mode.
agentzh
committed
bf32f58
Copy full SHA for bf32f58
Commits on Jul 26, 2016
updated valgrind.suppress for nginx 1.11.2+ on linux i386.
agentzh
committed
d0115a9
Copy full SHA for d0115a9
tests: made a test case less possible to fail.
agentzh
committed
386ec69
Copy full SHA for 386ec69
doc: ngx.balancer: fixed a typo.
agentzh
committed
63615a3
Copy full SHA for 63615a3
Commits on Jul 21, 2016
doc: English grammar fixes.
agentzh
committed
93f9e68
Copy full SHA for 93f9e68
improved the docs for ngx.ssl a bit.
agentzh
committed
2888e2e
Copy full SHA for 2888e2e
Commits on Jul 19, 2016
Merge pull request #52 from moonbingbing/master
Show description for e633d9a
agentzh
authored
e633d9a
Copy full SHA for e633d9a
delete unused variable
moonming
committed
c38793c
Copy full SHA for c38793c
variable 'base' was previously defined
moonming
committed
a08586f
Copy full SHA for a08586f
delete unused variable
moonming
committed
9b8ceaf
Copy full SHA for 9b8ceaf
Commits on Jul 9, 2016
minor doc tweaks.
agentzh
committed
edd5059
Copy full SHA for edd5059
change: ngx.balancer: set_timeouts() now accept timeout values in seconds instead of milliseconds while preserving the millisecond precision.
agentzh
committed
423c476
Copy full SHA for 423c476
Commits on Jul 1, 2016
feature: ngx.balancer: added new API functions set_timeouts() for setting per-session connect/send/read timeouts for the current upstream request and subsequent retries. thanks Jianhao Dai for the …
Show description for 992e888
agentzh
committed
992e888
Copy full SHA for 992e888
bumped this library's version to 0.1.7; also bumped the minimum version of ngx_lua we require to 0.10.6.
agentzh
committed
5ced690
Copy full SHA for 5ced690
doc: added the first version number of this library adding the new ngx.ssl lua API functions.
agentzh
committed
3d5ded6
Copy full SHA for 3d5ded6
Commits on Jun 30, 2016
feature: ngx.ssl: add new API functions parse_pem_cert(), parse_pem_priv_key(), set_cert(), and set_priv_key().
Show description for b793306
ghedo
authored and
agentzh
committed
b793306
Copy full SHA for b793306
Commits on May 31, 2016
doc: now we use init_by_lua_block {} instead of init_by_lua; also force a full GC cycle after loading resty.core.
agentzh
committed
a51e5f8
Copy full SHA for a51e5f8
Commits on May 25, 2016
Merge pull request #43 from chipitsine/master
Show description for d63ce88
agentzh
committed
d63ce88
Copy full SHA for d63ce88
travis-ci support
chipitsine
committed
95453ab
Copy full SHA for 95453ab
fixed number of skipped tests
chipitsine
committed
eb2221f
Copy full SHA for eb2221f
Commits on May 15, 2016
bumped version to 0.1.6.
agentzh
committed
1294148
Copy full SHA for 1294148
tests: skip IPv6 tests if not supported on the test machine.
Show description for c27185d
chipitsine
authored and
agentzh
committed
c27185d
Copy full SHA for c27185d
Commits on May 13, 2016
Merge pull request #38 from ghedo/typo
Show description for 5718baf
agentzh
committed
5718baf
Copy full SHA for 5718baf
docs: fix formated -> formatted typo
ghedo
committed
23d9bde
Copy full SHA for 23d9bde
Commits on May 9, 2016
change: updated ngx.semaphore to reflect recent API changes in ngx_lua.
Show description for fa45107
cuiweixie
authored and
agentzh
committed
fa45107
Copy full SHA for fa45107
feature: implemented ngx.worker.id() and ngx.worker.count() with FFI.
Show description for 9745219
membphis
authored and
agentzh
committed
9745219
Copy full SHA for 9745219
Commits on May 7, 2016
tests: ensure the recently added semaphore test case pass in slow testing modes.
agentzh
committed
c97de07
Copy full SHA for c97de07
Pagination
Previous
Next
You can’t perform that action at this time.