aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* version 3.6.3v3.6.3Benoit Germain2013-08-134-109/+229
* wrap LuaJIT memory allocator in a critical section by defaultBenoit Germain2013-07-221-1/+10
* Ditch PulseEvent usage on WIN32 buildsBenoit Germain2013-07-202-70/+97
* version 3.6.2Benoit Germain2013-05-203-9/+88
* remove 2 weird characters in commentsBenoit Germain2013-05-201-2/+2
* ignore .o files and derived lanes directoryNorman Ramsey2013-04-181-0/+2
* Building Lanes doesn't need lua.exeBenoit Germain2013-04-081-7/+3
* Fix MinGW compiler warnings-as-errorsBenoit Germain2013-04-081-6/+7
* Bumped version to 3.6.1Benoit Germain2013-04-051-1/+1
* Removed LUA_COMPAT_ALL-less Lua5.2 restrictionBenoit Germain2013-04-051-41/+57
* Added lua_lessthan to 5.2 build retrocompatibilityBenoit Germain2013-04-051-0/+1
* Fix issue #50Benoit Germain2013-04-051-2/+2
* version 3.6.0Benoit Germain2013-03-141-13/+14
* version 3.5.2Benoit Germain2013-03-132-227/+252
* Fixed a little APICHECK issueBenoit Germain2013-03-121-2/+3
* Update lanes.luaBenoit Germain2013-03-121-2/+6
* Fix bad assertion in linda dump utilityBenoit Germain2013-02-141-2/+8
* version 3.5.1v3.5.1Benoit Germain2013-02-138-61/+190
* Fix issue #45Benoit Germain2013-02-051-1/+1
* foward on_state_create error to main state if anyBenoit Germain2013-02-011-1/+5
* version 3.5.0Benoit Germain2013-01-306-265/+306
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-285-338/+452
* version 3.4.4v3.4.4Benoit Germain2013-01-264-88/+98
* version 3.4.3v3.4.3Benoit Germain2013-01-246-289/+428
* minor version bumpBenoit Germain2013-01-101-1/+1
* Enable transfer of recursive upvalued functionsBenoit Germain2013-01-101-68/+55
* Don't pull "package" settings in the timer laneBenoit Germain2013-01-101-1/+1
* Added some upvalues inter-copy debug codeBenoit Germain2013-01-091-21/+28
* threads() raises an error if tracking is disabledBenoit Germain2012-12-171-1/+1
* Fixed lane tracking featureBenoit Germain2012-12-171-64/+128
* lanes.threads(): public APIBenoit Germain2012-12-141-2/+7
* lanes.threads(): core implementationBenoit Germain2012-12-141-31/+112
* Fix lanes.timers()Benoit Germain2012-12-141-1/+2
* Copyright notice updateBenoit Germain2012-12-121-1/+1
* Copyright notice updateBenoit Germain2012-12-121-1/+2
* minor version bumpBenoit Germain2012-12-121-2/+3
* New API lanes.timers()Benoit Germain2012-12-121-12/+42
* fix issue #40Benoit Germain2012-12-031-3/+3
* Same selfdestruct chain handling on all platformsBenoit Germain2012-11-271-1/+1
* Use prctl when pthread_setname_np isn't availableBenoit Germain2012-11-271-1/+18
* fix issue #39Benoit Germain2012-11-221-10/+39
* fix application shutdown crash by not registering anything with atexit()v3.4.0Benoit Germain2012-11-213-4/+19
* Separated public "deep" API declarations in a dedicated header.Benoit Germain2012-11-182-5/+18
* Raise an error on multiple-named functions.Benoit Germain2012-10-251-43/+41
* Lua version sanity checkBenoit Germain2012-10-231-3/+14
* Fixed the fix...Benoit Germain2012-10-231-1/+1
* Fixed thread name retrieval in main state.Benoit Germain2012-10-231-2/+7
* More informative messages on failed transfers.Benoit Germain2012-10-231-4/+7
* Always set "decoda_name" global in a new Lane.Benoit Germain2012-10-231-0/+4
* Fixed a comment to match the codeBenoit Germain2012-10-231-1/+1