summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* lua/uloop: use uloop_timeout_remaining64Stijn Tintel2021-11-041-1/+1
* lua/uloop: fd_add: use absolute indices for argumentsKarl Palsson2020-07-111-6/+5
* lua/uloop: make get_sock_fd capable of absolute addressesKarl Palsson2020-07-111-1/+2
* lua/uloop: fd_add() better args checkingKarl Palsson2020-07-111-11/+7
* libubox: allow reading out the pid of uloop process in luaFlorian Eckert2016-12-131-0/+13
* libubox: allow reading out the remaining time of a uloop timer in LuaStijn Cleynhens2016-12-051-0/+10
* Fix various memory management issuesMatthias Schiffer2016-06-261-2/+5
* lua: add gc/delete support for processesFelix Fietkau2016-01-151-3/+28
* lua: create a common function for userdata with gcFelix Fietkau2016-01-151-32/+26
* libubox: lua: use pkg-config built in module to search for alternativesKarl Palsson2015-11-221-8/+1
* lua: do not hardcode /opt/local/include for Apple.Yousong Zhou2014-12-111-1/+0
* lua/uloop: 'end' is the keyword of Lua, use 'cancel' replace it.xfguo@credosemi.com2014-07-271-1/+1
* Fix bug of GC in fd and timeout objects for lua binding.Xiongfei Guo2014-06-241-3/+22
* Fix bug of unref resources in Lua binding; fd method delete -> cancel.Xiongfei Guo2014-06-241-3/+7
* Support delete a fd event.Xiongfei Guo2014-06-241-0/+30
* Added fd_add method for uloop lua binding.Xiongfei Guo2014-06-241-0/+111
* Fix stack overflow bug of uloop lua binding.Xiongfei Guo2014-06-241-0/+2
* add declarations for lua{open,close}_uloop to avoid warningsFelix Fietkau2012-10-221-0/+4
* lua: use relative paths for includes instead of system-wideFelix Fietkau2012-10-041-2/+2
* rename proc_cb to ul_process_cbJohn Crispin2012-09-291-2/+2
* add lua binding for uloop (written by John Crispin)Felix Fietkau2012-09-272-0/+301