ubus/lua
Alin Nastac 171469e313 lua: avoid truncation of large numeric values
If the Lua number exceeds the maximum value representable by an
unsigned 32bit integer, store it in an unsigned 64bit integer
field instead.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
[align code style, reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15 20:49:27 +01:00
..
CMakeLists.txt add INCLUDE_DIRECTORIES to subdirectories 2013-03-03 03:43:22 +01:00
publisher.lua Implemented publish/subscribe lua bindings to libubus-lua with example lua files. 2016-06-06 14:47:10 +02:00
subscriber.lua ubus/lua: pass notification name to callback 2018-01-17 09:59:58 +01:00
test.lua lua: add 'defer_request' and 'complete_deferred_request' functions 2016-11-21 11:27:05 +01:00
test_client.lua add Lua bindings for ubus events 2013-11-07 16:23:30 +01:00
ubus.c lua: avoid truncation of large numeric values 2020-03-15 20:49:27 +01:00