Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2023-11-02uloop: add support for user defined signal handlersJo-Philipp Wich
2023-11-02uloop: add support for interval timersJo-Philipp Wich
2021-11-04lua/uloop: use uloop_timeout_remaining64Stijn Tintel
2020-07-11lua/uloop: fd_add: use absolute indices for argumentsKarl Palsson
2020-07-11lua/uloop: make get_sock_fd capable of absolute addressesKarl Palsson
2020-07-11lua/uloop: fd_add() better args checkingKarl Palsson
2016-12-13libubox: allow reading out the pid of uloop process in luaFlorian Eckert
2016-12-05libubox: allow reading out the remaining time of a uloop timer in LuaStijn Cleynhens
2016-06-26Fix various memory management issuesMatthias Schiffer
2016-01-15lua: add gc/delete support for processesFelix Fietkau
2016-01-15lua: create a common function for userdata with gcFelix Fietkau
2015-11-22libubox: lua: use pkg-config built in module to search for alternativesKarl Palsson
2014-12-11lua: do not hardcode /opt/local/include for Apple.Yousong Zhou
2014-07-27lua/uloop: 'end' is the keyword of Lua, use 'cancel' replace it.xfguo@credosemi.com
2014-06-24Fix bug of GC in fd and timeout objects for lua binding.Xiongfei Guo
2014-06-24Fix bug of unref resources in Lua binding; fd method delete -> cancel.Xiongfei Guo
2014-06-24Support delete a fd event.Xiongfei Guo
2014-06-24Added fd_add method for uloop lua binding.Xiongfei Guo
2014-06-24Fix stack overflow bug of uloop lua binding.Xiongfei Guo
2012-10-22add declarations for lua{open,close}_uloop to avoid warningsFelix Fietkau
2012-10-04lua: use relative paths for includes instead of system-wideFelix Fietkau
2012-09-29rename proc_cb to ul_process_cbJohn Crispin
2012-09-27add lua binding for uloop (written by John Crispin)Felix Fietkau