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