0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 12 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests: update nginx to 1.25.3. More... 5 months ago
tests: update OS to focal. More... 9 months ago
travis-ci: upgrade dist of travis-ci to ubuntu bionic and made minor tweaks to make the test passed. (#18) More... over 2 years ago
travis-ci: remove clang compiler mode from travis to save credits, and remove 'apt-get update' from travis. (#17) More... almost 3 years ago
bumped version to 0.13. More... about 7 years ago
bugfix: avoided using the Lua 5.0 luaL_getn macro since the latest LuaJIT 2.1 just removed it. More... about 7 years ago
feature: added travis-ci support. More... almost 8 years ago
doc: various updates. More... about 8 years ago
added a .gitattributes file to correct GitHub's language tag. More... over 8 years ago
some doc love. More... over 8 years ago
Makefile: added explicit .c -> .o rules to help MinGW. More... over 8 years ago
Makefile: removed the slash (/) after $(DESTDIR) so as to support empty DESTDIR and relative path values in the following variable. More... over 8 years ago
removed the plain text README file. More... over 10 years ago
doc: added syntax highlighting to sample code. More... over 10 years ago
doc: markdown: massive improvements. More... over 10 years ago
bumped version number to 0.10. More... over 11 years ago
Merge branch 'master' of github.com:agentzh/lua-redis-parser More... over 11 years ago
bugfix: lua stack overflow would happen when too many redis arguments were passed into the build_query method. thanks Guo Yin for reporting this issue. More... over 11 years ago
fixed the default lua cpath in the test scaffold. More... over 11 years ago
added a test case for lua-redis-parser. More... over 11 years ago
added version.t. More... almost 12 years ago
feature: added redis.parser._VERSION. More... almost 12 years ago
bugfix: now we use lua userdata to allocate memory used on the C side to prevent potential leaks caused by malloc/free, as discussed in github issue #6. More... almost 12 years ago
bugfix: nil multi bulk replies did not parse at all. thanks 郭颖. More... about 12 years ago
Merge pull request #5 from bakins/master More... about 12 years ago
remove unneeded string push More... about 12 years ago
fixed the download page links in docs. More... over 12 years ago
updated the docs from wiki. More... over 12 years ago
documented the "typename" method and various constants. More... over 12 years ago
added the typename method for converting the numeric type values returned by "parse_reply" and "parse_replies" to textual type names. More... over 12 years ago