summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* lua: add optional path filter to objects() methodEtienne Champetier2022-05-301-1/+2
* lua: avoid truncation of large numeric valuesAlin Nastac2020-03-151-1/+4
* lua: ubus_lua_do_subscribe: fix copy&paste errorPetr Štetiar2019-12-161-2/+2
* lua: workaround false positive dereference of null pointerPetr Štetiar2019-12-161-9/+10
* iron out all extra compiler warningsPetr Štetiar2019-12-161-2/+2
* ubus/lua: add support for BLOBMSG_TYPE_DOUBLEMarcus Comstedt2018-09-101-0/+13
* ubus/lua: pass notification name to callbackDirk Feytons2018-01-172-4/+6
* ubus: Remove unnecessary memset calls.Rosen Penev2017-11-131-12/+6
* lua: add 'defer_request' and 'complete_deferred_request' functionsVasily Goldobin2016-11-212-0/+34
* Implemented publish/subscribe lua bindings to libubus-lua with example lua fi...Iain Fraser2016-06-063-1/+314
* lua: fix stack leak in ubus method handlingFelix Fietkau2016-01-201-2/+3
* lua: Fix stack imbalance in ubus_event_handlerHans Dedecker2015-11-021-0/+3
* lua: fix memory leak problem陈斌2015-05-251-0/+1
* ubus: Fix issues reported by static code analysis tool KlocworkHans Dedecker2015-04-201-2/+17
* lua: forward return codes from lua to ubusSteven Barth2014-05-051-2/+5
* ubus: Fix imbalance in lua stack push/pop of values.Karl Vogel2014-02-231-1/+5
* lua: allow methods with no argumentsLuka Perkov2014-01-281-4/+12
* lua: fix whitespaces and typoLuka Perkov2014-01-281-3/+3
* add Lua bindings for ubus eventsJohn Crispin2013-11-073-1/+109
* add INCLUDE_DIRECTORIES to subdirectoriesThomas Gstädtner2013-03-031-0/+1
* lua: pass u64 blob type as double to LuaJo-Philipp Wich2013-01-131-4/+1
* lua: remove a superfluous lua_pop() when checking table styleJo-Philipp Wich2012-10-171-1/+0
* lua: fix ubus_lua_format_blob_is_array() to not leave garbage on the stackJo-Philipp Wich2012-10-161-2/+3
* lua: propagate incoming message to method callback inside the lua contextJohn Crispin2012-09-292-2/+9
* add lua binding test scriptsJohn Crispin2012-09-272-0/+78
* lua: add support for registering methodsFelix Fietkau2012-09-271-2/+230
* lua: add uloop supportFelix Fietkau2012-09-271-0/+1
* lua: allow building the lua binding with vanilla luaJohn Crispin2012-09-271-0/+6
* lua: add a prototype for luaopen_ubus so that -Wmissing-declarations can be e...Felix Fietkau2012-05-291-0/+2
* lua: put LUAPATH in quotes to prevent weird error messages when it is unsetFelix Fietkau2012-05-061-1/+1
* implement Lua bindingJo-Philipp Wich2012-05-052-0/+446