Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: openresty/lua-rds-parser

Tags

v0.06

Toggle v0.06's commit message
fixed the u_char type for MinGW which lacks it.

v0.06rc2

Toggle v0.06rc2's commit message
fixed the u_char type for MinGW which lacks it.

v0.06rc1

Toggle v0.06rc1's commit message
Makefile: added explicit .c -> .o rules to help MinGW.

v0.05

Toggle v0.05's commit message
updated .gitignore.

v0.04

Toggle v0.04's commit message
fixed one spot of memory leak reported by bearnard.

v0.03

Toggle v0.03's commit message
added tests for bad RDS input; also improved the error messages retur…

…ned to the user.

v0.02

Toggle v0.02's commit message
fixed compilation errors on Mac OS X, thanks @hugozhu; also switched …

…to standard lua interpreter in the test scaffold such that we can run our tests with valgrind on Mac OS X.

v0.01

Toggle v0.01's commit message
updated README a bit.