History log of /httpd/modules/lua/lua_dbd.h
Revision Date Author Comments Expand
c4737d2670800fc4f6c7ab1b619590654c7c84b1 1487956 30-May-2013 fuankg

Remove unneeded exports from mod_lua.

822bf3c5fe5ae502a7327369e54805581ce60ba5 1432418 12-Jan-2013 humbedooh

Debian doesn't like pushing statically defined functions into tables, so we'll declare them in lua_dbd.h and just make them regular functions instead.

a3940bcd2db2d34e992c6201551b4cd252c9688b 1431930 11-Jan-2013 humbedooh

Since functions are now pushed solely in lua_dbd.c, there's no need to declare them in lua_dbd.h Hopefully, this solves the Windows compiler issues.

ed791c5e440dc6c12d93f3f4500fa388c4882e01 1431236 10-Jan-2013 humbedooh

CodeWarrior workaround for lua_dbd

4ca22cf27ccfcefab65ff6c66da12bba69e33948 1430225 08-Jan-2013 humbedooh

Add database features for mod_lua (apr_dbd + mod_dbd). See documentation update for API and examples.