ustream: prevent recursive calls to the read callback
[project/libubox.git] / lua / uloop.c
2023-11-02 Jo-Philipp Wichuloop: add support for user defined signal handlers
2023-11-02 Jo-Philipp Wichuloop: add support for interval timers
2021-11-04 Stijn Tintellua/uloop: use uloop_timeout_remaining64
2020-07-11 Karl Palssonlua/uloop: fd_add: use absolute indices for arguments
2020-07-11 Karl Palssonlua/uloop: make get_sock_fd capable of absolute addresses
2020-07-11 Karl Palssonlua/uloop: fd_add() better args checking
2016-12-13 Florian Eckertlibubox: allow reading out the pid of uloop process...
2016-12-05 Stijn Cleynhenslibubox: allow reading out the remaining time of a...
2016-06-26 Matthias SchifferFix various memory management issues
2016-01-15 Felix Fietkaulua: add gc/delete support for processes
2016-01-15 Felix Fietkaulua: create a common function for userdata with gc
2014-07-27 xfguo@credosemi.comlua/uloop: 'end' is the keyword of Lua, use 'cancel...
2014-06-24 Xiongfei GuoFix bug of GC in fd and timeout objects for lua binding.
2014-06-24 Xiongfei GuoFix bug of unref resources in Lua binding; fd method...
2014-06-24 Xiongfei GuoSupport delete a fd event.
2014-06-24 Xiongfei GuoAdded fd_add method for uloop lua binding.
2014-06-24 Xiongfei GuoFix stack overflow bug of uloop lua binding.
2012-10-22 Felix Fietkauadd declarations for lua{open,close}_uloop to avoid...
2012-10-04 Felix Fietkaulua: use relative paths for includes instead of system...
2012-09-28 John Crispinrename proc_cb to ul_process_cb
2012-09-27 Felix Fietkauadd lua binding for uloop (written by John Crispin)