summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add. rockspecs for version 0.1.1v0.1.1Alexey Melnichuk2014-02-072-0/+88
* Add. cloudbees badgeAlexey Melnichuk2014-02-041-0/+1
* Fix. does not run `register` threadAlexey Melnichuk2014-02-042-1/+2
* Update test.Alexey Melnichuk2014-02-041-3/+8
* Test on MacOSXAlexey Melnichuk2014-02-041-2/+2
* Change travis files.Alexey Melnichuk2014-02-042-27/+40
* Add. `thread:alive()` method.Alexey Melnichuk2014-02-045-0/+124
* Add. Test to double join to same threadAlexey Melnichuk2014-02-043-0/+26
* Add. rockspecs for version 0.1.0v0.1.0Alexey Melnichuk2014-01-094-2/+90
* Add. library versionAlexey Melnichuk2014-01-092-0/+47
* Fix. llthreads2 rockspecmoteus2013-12-311-2/+2
* Add. test for lua-llthreas2 module.moteus2013-12-313-4/+13
* Update README [ci skip]moteus2013-12-311-7/+9
* Change. Implement 2 rockspecs llthreads2 and llthreads2-compat.moteus2013-12-314-11/+71
* Fix. typomoteus2013-12-311-6/+7
* Add. lakefilemoteus2013-12-302-0/+295
* Code refactoring.moteus2013-12-301-24/+14
* Fix. call `join` on gc for attached not joinable thread.moteus2013-12-303-266/+298
* Change. does not register llthread loader.moteus2013-12-306-15/+44
* Add. pass cfunctions to child thread.moteus2013-12-274-1/+24
* Fix. detach joined thread.moteus2013-12-273-10/+60
* Fix. child struct for start(true, true) should be destroyed by child thread.moteus2013-12-271-61/+78
* Add. logger testmoteus2013-12-273-18/+39
* Fix. Open libraries with luaL_openlibs.moteus2013-12-261-10/+12
* Fix. register bit32 library on Lua5.2moteus2013-12-261-9/+7
* Fix. remove magic numbers.moteus2013-12-261-5/+7
* Fix. Register LuaJIT built-in libraries.moteus2013-12-263-1/+32
* Update README.md [ci skip]moteus2013-12-261-14/+8
* Add. `joinable` parameter to `start` method which control in which thread chi...moteus2013-12-265-28/+137
* Update tests.moteus2013-12-265-84/+73
* Add. set_logger function allow logging errors (crash Lua VM) in current llthr...moteus2013-12-262-9/+54
* Add. timeout parameter to thread:join() methodmoteus2013-12-265-7/+107
* Fix. load library on Lua 5.2moteus2013-12-265-18/+29
* Fix. compile pthread version.moteus2013-12-261-4/+6
* Fix. include some std libraries.moteus2013-12-261-0/+5
* Add. travis build status image to readme [ci skip]moteus2013-12-261-0/+1
* Add. travis configuration filemoteus2013-12-261-0/+54
* Add. rockspec file.moteus2013-12-261-0/+38
* Merge pull request #1 from bitdeli-chef/masterAlexey Melnichuk2013-12-261-0/+4
|\
| * Add a Bitdeli badge to READMEBitdeli Chef2013-12-261-0/+4
|/
* First commit.moteus2013-12-2611-1/+1388
* Initial commitAlexey Melnichuk2013-12-252-0/+24