Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid NULL as parameter to lua_concat in llthread_log | osch | 2018-09-04 | 1 | -8/+32 |
| | |||||
* | avoid NULL as parameter to fputs() | osch | 2018-09-04 | 1 | -0/+17 |
| | |||||
* | interrupted error message now contains llthreads module name as prefix and | osch | 2018-08-27 | 1 | -3/+3 |
| | | | | is also available in the public api | ||||
* | test_interrupt.lua | osch | 2018-08-22 | 1 | -0/+58 |
| | |||||
* | Add. Test to pass lua_Integer as argument | Alexey Melnichuk | 2016-09-05 | 1 | -0/+25 |
| | |||||
* | Add. Test for multiple prelude. | Alexey Melnichuk | 2015-04-03 | 1 | -0/+38 |
| | |||||
* | Fix. Version on Lua 5.3 | Alexey Melnichuk | 2015-01-19 | 1 | -0/+13 |
| | |||||
* | Add. started/detached/joinable methods to thread object. | Alexey Melnichuk | 2014-06-25 | 1 | -0/+21 |
| | |||||
* | Add. `llthreads2.ex` module. | Alexey Melnichuk | 2014-06-23 | 3 | -0/+121 |
| | |||||
* | Update test. | Alexey Melnichuk | 2014-02-04 | 1 | -3/+8 |
| | |||||
* | Add. `thread:alive()` method. | Alexey Melnichuk | 2014-02-04 | 1 | -0/+35 |
| | |||||
* | Add. Test to double join to same thread | Alexey Melnichuk | 2014-02-04 | 1 | -0/+24 |
| | |||||
* | Add. library version | Alexey Melnichuk | 2014-01-09 | 1 | -0/+2 |
| | |||||
* | Add. test for lua-llthreas2 module. | moteus | 2013-12-31 | 1 | -0/+7 |
| | |||||
* | Change. does not register llthread loader. | moteus | 2013-12-30 | 3 | -4/+10 |
| | | | | | This is because of better load dynamic library from child thread to prevent unload dynamic library if parent Lua state closes. | ||||
* | Add. pass cfunctions to child thread. | moteus | 2013-12-27 | 1 | -0/+17 |
| | |||||
* | Fix. detach joined thread. | moteus | 2013-12-27 | 1 | -0/+28 |
| | | | | Fix. try use child Lua state in join for detached thread. | ||||
* | Add. logger test | moteus | 2013-12-27 | 1 | -0/+22 |
| | |||||
* | Fix. Register LuaJIT built-in libraries. | moteus | 2013-12-26 | 1 | -0/+14 |
| | |||||
* | Add. `joinable` parameter to `start` method which control in which thread ↵ | moteus | 2013-12-26 | 2 | -1/+27 |
| | | | | child Lua VM will be destroyed. | ||||
* | Update tests. | moteus | 2013-12-26 | 4 | -78/+70 |
| | |||||
* | Add. timeout parameter to thread:join() method | moteus | 2013-12-26 | 2 | -0/+76 |
| | |||||
* | First commit. | moteus | 2013-12-26 | 3 | -0/+288 |