configure.ac: rewrite liblua detection
[collectd.git] / src / lua.c
2016-08-14 Ruben KerkhofMerge pull request #1874 from rubenk/utils-dns-fix...
2016-08-14 Ruben KerkhofLua plugin: fix old style definition
2016-08-14 Ruben KerkhofMerge pull request #1885 from rubenk/lua-plugin
2016-08-14 Ruben KerkhofLua plugin: make function array const
2016-08-14 Ruben KerkhofLua plugin: Terminate array with sentinel
2016-08-14 Ruben KerkhofLua plugin: fix build with Lua 5.1
2016-08-14 Ruben KerkhofLua plugin: turn the collectd functions into a lib
2016-08-14 Ruben KerkhofLua plugin: use existing type for functions array
2016-08-13 Ruben KerkhofLua plugin: wrap debug code in COLLECT_DEBUG
2016-08-12 Julien AmmousAdd a Lua plugin for Collectd