Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.md | Alexey Melnichuk | 2017-03-23 | 1 | -6/+6 |
| | |||||
* | Update readme [ci skip] | Alexey Melnichuk | 2017-02-02 | 1 | -2/+2 |
| | |||||
* | typo fix | TsT | 2016-09-10 | 1 | -3/+3 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2015-04-06 | 1 | -5/+5 |
| | | | Close #2 | ||||
* | Update README.md | Alexey Melnichuk | 2014-07-02 | 1 | -6/+6 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-26 | 1 | -5/+5 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | Update doc | Alexey Melnichuk | 2014-06-23 | 1 | -0/+28 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -1/+2 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Update README.md | Alexey Melnichuk | 2014-06-18 | 1 | -0/+9 |
| | |||||
* | Add. cloudbees badge | Alexey Melnichuk | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | Fix. does not run `register` thread | Alexey Melnichuk | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | Add. `thread:alive()` method. | Alexey Melnichuk | 2014-02-04 | 1 | -0/+18 |
| | |||||
* | Add. rockspecs for version 0.1.0v0.1.0 | Alexey Melnichuk | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Add. test for lua-llthreas2 module. | moteus | 2013-12-31 | 1 | -4/+4 |
| | |||||
* | Update README [ci skip] | moteus | 2013-12-31 | 1 | -7/+9 |
| | |||||
* | Change. does not register llthread loader. | moteus | 2013-12-30 | 1 | -1/+20 |
| | | | | | 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 | -1/+1 |
| | |||||
* | Fix. detach joined thread. | moteus | 2013-12-27 | 1 | -2/+2 |
| | | | | Fix. try use child Lua state in join for detached thread. | ||||
* | Update README.md [ci skip] | moteus | 2013-12-26 | 1 | -14/+8 |
| | |||||
* | Add. `joinable` parameter to `start` method which control in which thread ↵ | moteus | 2013-12-26 | 1 | -0/+41 |
| | | | | child Lua VM will be destroyed. | ||||
* | Update tests. | moteus | 2013-12-26 | 1 | -6/+3 |
| | |||||
* | Add. set_logger function allow logging errors (crash Lua VM) in current ↵ | moteus | 2013-12-26 | 1 | -0/+20 |
| | | | | | | | | | | | | llthread's threads. ``` Lua local llthreads = require "llthreads" local LOG = require"log".new( require "log.writer.net.zmq".new("tcp://127.0.0.1:5555") ) llthread.set_logger(function(msg) LOG.error(msg) end) ``` | ||||
* | Add. timeout parameter to thread:join() method | moteus | 2013-12-26 | 1 | -0/+3 |
| | |||||
* | Fix. load library on Lua 5.2 | moteus | 2013-12-26 | 1 | -0/+1 |
| | |||||
* | Add. travis build status image to readme [ci skip] | moteus | 2013-12-26 | 1 | -0/+1 |
| | |||||
* | Add a Bitdeli badge to README | Bitdeli Chef | 2013-12-26 | 1 | -0/+4 |
| | |||||
* | First commit. | moteus | 2013-12-26 | 1 | -1/+8 |
| | |||||
* | Initial commit | Alexey Melnichuk | 2013-12-25 | 1 | -0/+4 |