Etienne Champetier
|
2f793a4eb0
lua: add optional path filter to objects() method
|
2 years ago |
Alin Nastac
|
171469e313
lua: avoid truncation of large numeric values
|
4 years ago |
Petr Štetiar
|
72be8e93f0
lua: ubus_lua_do_subscribe: fix copy&paste error
|
4 years ago |
Petr Štetiar
|
a995b1e681
lua: workaround false positive dereference of null pointer
|
4 years ago |
Petr Štetiar
|
d2e026a33d
iron out all extra compiler warnings
|
4 years ago |
Marcus Comstedt
|
0327a91beb
ubus/lua: add support for BLOBMSG_TYPE_DOUBLE
|
6 years ago |
Dirk Feytons
|
5bae22eb54
ubus/lua: pass notification name to callback
|
6 years ago |
Rosen Penev
|
9c13096b16
ubus: Remove unnecessary memset calls.
|
7 years ago |
Vasily Goldobin
|
d009a08473
lua: add 'defer_request' and 'complete_deferred_request' functions
|
8 years ago |
Iain Fraser
|
976719d89c
Implemented publish/subscribe lua bindings to libubus-lua with example lua files.
|
8 years ago |
Felix Fietkau
|
8bb34756ce
lua: fix stack leak in ubus method handling
|
8 years ago |
Hans Dedecker
|
d23b07a9ff
lua: Fix stack imbalance in ubus_event_handler
|
9 years ago |
陈斌
|
f361bfa5fc
lua: fix memory leak problem
|
9 years ago |
Hans Dedecker
|
7798d56301
ubus: Fix issues reported by static code analysis tool Klocwork
|
9 years ago |
Steven Barth
|
6dffecb36b
lua: forward return codes from lua to ubus
|
10 years ago |
Karl Vogel
|
334c389180
ubus: Fix imbalance in lua stack push/pop of values.
|
10 years ago |
Luka Perkov
|
4e82a1fabb
lua: allow methods with no arguments
|
10 years ago |
Luka Perkov
|
b356773921
lua: fix whitespaces and typo
|
10 years ago |
John Crispin
|
8ea9667036
add Lua bindings for ubus events
|
11 years ago |
Jo-Philipp Wich
|
bf566871bd
lua: pass u64 blob type as double to Lua
|
11 years ago |
Jo-Philipp Wich
|
77eefb3bdd
lua: remove a superfluous lua_pop() when checking table style
|
12 years ago |
Jo-Philipp Wich
|
9c0b821573
lua: fix ubus_lua_format_blob_is_array() to not leave garbage on the stack
|
12 years ago |
John Crispin
|
0f793d3a45
lua: propagate incoming message to method callback inside the lua context
|
12 years ago |
Felix Fietkau
|
c382792d98
lua: add support for registering methods
|
12 years ago |
Felix Fietkau
|
0371c8f5fd
lua: add uloop support
|
12 years ago |
John Crispin
|
115b7a8c73
lua: allow building the lua binding with vanilla lua
|
12 years ago |
Felix Fietkau
|
960c342b4a
lua: add a prototype for luaopen_ubus so that -Wmissing-declarations can be enabled
|
12 years ago |
Jo-Philipp Wich
|
25b9b4b827
implement Lua binding
|
12 years ago |