lua: avoid truncation of large numeric values
[oweals/ubus.git] / lua /
2020-03-15 Alin Nastaclua: avoid truncation of large numeric values master
2019-12-16 Petr Štetiarlua: ubus_lua_do_subscribe: fix copy&paste error
2019-12-16 Petr Štetiarlua: workaround false positive dereference of null...
2019-12-16 Petr Štetiariron out all extra compiler warnings
2018-09-10 Marcus Comstedtubus/lua: add support for BLOBMSG_TYPE_DOUBLE
2018-01-17 Dirk Feytonsubus/lua: pass notification name to callback
2017-11-13 Rosen Penevubus: Remove unnecessary memset calls.
2016-11-21 Vasily Goldobinlua: add 'defer_request' and 'complete_deferred_request...
2016-06-06 Iain FraserImplemented publish/subscribe lua bindings to libubus...
2016-01-20 Felix Fietkaulua: fix stack leak in ubus method handling
2015-11-02 Hans Dedeckerlua: Fix stack imbalance in ubus_event_handler
2015-05-25 陈斌lua: fix memory leak problem
2015-04-20 Hans Dedeckerubus: Fix issues reported by static code analysis tool...
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