libubus: preserve the received message buffer for incoming invoke calls
[project/ubus.git] / lua /
2014-05-05 Steven Barthlua: forward return codes from lua to ubus
2014-02-23 Karl Vogelubus: Fix imbalance in lua stack push/pop of values.
2014-01-28 Luka Perkovlua: allow methods with no arguments
2014-01-28 Luka Perkovlua: fix whitespaces and typo
2013-11-07 John Crispinadd Lua bindings for ubus events
2013-03-03 Thomas Gstädtneradd INCLUDE_DIRECTORIES to subdirectories
2013-01-13 Jo-Philipp Wichlua: pass u64 blob type as double to Lua
2012-10-17 Jo-Philipp Wichlua: remove a superfluous lua_pop() when checking table...
2012-10-16 Jo-Philipp Wichlua: fix ubus_lua_format_blob_is_array() to not leave...
2012-09-28 John Crispinlua: propagate incoming message to method callback...
2012-09-27 John Crispinadd lua binding test scripts
2012-09-27 Felix Fietkaulua: add support for registering methods
2012-09-27 Felix Fietkaulua: add uloop support
2012-09-27 John Crispinlua: allow building the lua binding with vanilla lua
2012-05-28 Felix Fietkaulua: add a prototype for luaopen_ubus so that -Wmissing...
2012-05-06 Felix Fietkaulua: put LUAPATH in quotes to prevent weird error messa...
2012-05-05 Jo-Philipp Wichimplement Lua binding