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 }}
zhiyuan2007
/
lua-resty-string
Public
forked from
openresty/lua-resty-string
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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 29, 2016
checked in file dist.ini for OPM packaging.
agentzh
committed
43c634e
Copy full SHA for 43c634e
Commits on Jul 26, 2016
feature: added Travis CI support.
agentzh
committed
d96fb61
Copy full SHA for d96fb61
Commits on Jan 25, 2016
Merge branch 'master' of github.com:agentzh/lua-resty-string
agentzh
committed
db7e8e7
Copy full SHA for db7e8e7
doc: year 2016.
agentzh
committed
6edb545
Copy full SHA for 6edb545
Commits on Nov 28, 2015
Merge pull request #31 from bungle/master
Show description for 7f30c49
agentzh
committed
7f30c49
Copy full SHA for 7f30c49
Commits on Nov 27, 2015
Commented out unneeded locals, and removed unused variable declarations.
bungle
committed
0ab9d90
Copy full SHA for 0ab9d90
Commits on Nov 23, 2015
Merge branch 'master' of github.com:agentzh/lua-resty-string
agentzh
committed
6d4d755
Copy full SHA for 6d4d755
added a .gitattributes file to correct GitHub's language tag.
agentzh
committed
ccd6e74
Copy full SHA for ccd6e74
Commits on May 8, 2014
Merge pull request #17 from jbochi/patch-2
Show description for a1596e5
agentzh
committed
a1596e5
Copy full SHA for a1596e5
Add example with AES 128 CBC with IV
jbochi
committed
8ee37b7
Copy full SHA for 8ee37b7
Commits on May 7, 2014
Merge pull request #16 from jbochi/patch-1
Show description for 1782c00
agentzh
committed
1782c00
Copy full SHA for 1782c00
Fix error on sample nginx config
Show description for c384cf8
jbochi
committed
c384cf8
Copy full SHA for c384cf8
Commits on Apr 6, 2014
bumped version to 0.09.
agentzh
committed
e363ac3
Copy full SHA for e363ac3
fixed the copyright years.
agentzh
committed
871d79f
Copy full SHA for 871d79f
bugfix: avoided using the "module" builtin function to define lua modules. thanks lhmwzy for the original patch in #13.
agentzh
committed
794e241
Copy full SHA for 794e241
Commits on Apr 1, 2014
suppressed a false positive in libdl.
agentzh
committed
a6110b9
Copy full SHA for a6110b9
Commits on Dec 5, 2013
use Test::Nginx::Socket::Lua instead of Test::Nginx::Socket in our test suite so that we can run existing tests with lua-resty-core.
agentzh
committed
1828900
Copy full SHA for 1828900
Commits on Oct 28, 2013
doc: added Table of Contents.
agentzh
committed
1062886
Copy full SHA for 1062886
Commits on Oct 27, 2013
resolved merge conflicts.
agentzh
committed
27d777c
Copy full SHA for 27d777c
doc: various formatting improvements.
agentzh
committed
2958015
Copy full SHA for 2958015
Commits on Oct 22, 2013
Merge pull request #12 from mibamur/patch-1
Show description for e600355
agentzh
committed
e600355
Copy full SHA for e600355
Update README.markdown
Show description for a417a82
mibamur
committed
a417a82
Copy full SHA for a417a82
Commits on Nov 20, 2012
bumped version to 0.08.
agentzh
committed
53f7452
Copy full SHA for 53f7452
Commits on Nov 12, 2012
bugfix: the new method in the resty.aes module might use a random key when the "method" option is omitted in the "hash" table argument. thanks wsser for the patch. also return a second string descr…
Show description for 09ccbed
agentzh
committed
09ccbed
Copy full SHA for 09ccbed
Commits on Nov 11, 2012
bumped version to 0.07.
agentzh
committed
5af918c
Copy full SHA for 5af918c
Commits on Nov 10, 2012
refactor: avoided using package.seeall in our module definitions.
agentzh
committed
265b5c2
Copy full SHA for 265b5c2
added tests for the resty.random module.
agentzh
committed
8aaa0c0
Copy full SHA for 8aaa0c0
minor updates in makefile and readme.
agentzh
committed
4995d8e
Copy full SHA for 4995d8e
Commits on Sep 17, 2012
Merge branch 'master' of github.com:agentzh/lua-resty-string
agentzh
committed
c335048
Copy full SHA for c335048
removed the sendmsg/ngx_channel valgrind suppression rules.
agentzh
committed
ef02363
Copy full SHA for ef02363
Commits on Sep 16, 2012
Merge pull request #5 from bearnard/master
Show description for f4e2e54
agentzh
committed
f4e2e54
Copy full SHA for f4e2e54
Update README.markdown
Show description for 6b13d38
bearnard
committed
6b13d38
Copy full SHA for 6b13d38
Commits on Jun 2, 2012
updated valgrind.suppress for linux i386.
agentzh
committed
842628f
Copy full SHA for 842628f
Commits on Jun 1, 2012
updated valgrind.suppress for the "hup reload" + valgrind/memcheck testing mode.
agentzh
committed
dfb1557
Copy full SHA for dfb1557
Commits on May 14, 2012
bumped version number to 0.06.
agentzh
committed
038b877
Copy full SHA for 038b877
Pagination
Previous
Next
You can’t perform that action at this time.