aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error when using strict checkingBenoit Germain2017-08-031-1/+1
* Table transfer improvementsBenoit Germain2017-06-051-10/+8
* Improve LuaJIT supportBenoit Germain2017-05-101-0/+3
* Not needed to call configure. It is called automatically with no settings if ...aryajur2015-09-181-478/+489
* Fix standard library lists for Lua 5.3mpeterv2015-04-121-0/+1
* New API lanes.sleep (bumped version to 3.9.7)Benoit Germain2014-09-181-4/+21
* Minor fixes and tweaksBenoit Germain2014-05-161-83/+104
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-11/+0
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-35/+53
* new lane launcher option gc_cbBenoit Germain2014-01-221-4/+10
* get()/set() improvementsBenoit Germain2014-01-201-1/+1
* Cancellation improvements and some fixesBenoit Germain2014-01-161-1/+1
* fix on_state_create circular logic issueBenoit Germain2014-01-061-1/+1
* new config option demote_full_userdataBenoit Germain2013-12-201-34/+16
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-0/+1
* pthread thread priority refacto: lanes.luaBenoit Germain2013-12-021-1/+1
* lanes.genlock() improvements and fixBenoit Germain2013-11-161-20/+34
* version 3.7.0Benoit Germain2013-10-111-40/+32
* Fix broken timersBenoit Germain2013-10-041-0/+1
* version 3.6.6Benoit Germain2013-09-271-12/+7
* version 3.6.3v3.6.3Benoit Germain2013-08-131-1/+10
* wrap LuaJIT memory allocator in a critical section by defaultBenoit Germain2013-07-221-1/+10
* version 3.5.2Benoit Germain2013-03-131-2/+10
* Update lanes.luaBenoit Germain2013-03-121-2/+6
* version 3.5.1v3.5.1Benoit Germain2013-02-131-14/+16
* version 3.5.0Benoit Germain2013-01-301-160/+163
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-1/+1
* version 3.4.3v3.4.3Benoit Germain2013-01-241-5/+13
* Don't pull "package" settings in the timer laneBenoit Germain2013-01-101-1/+1
* threads() raises an error if tracking is disabledBenoit Germain2012-12-171-1/+1
* lanes.threads(): public APIBenoit Germain2012-12-141-2/+7
* Fix lanes.timers()Benoit Germain2012-12-141-1/+2
* New API lanes.timers()Benoit Germain2012-12-121-12/+42
* version 3.4.0Benoit Germain2012-09-261-2/+2
* version 3.3.0Benoit Germain2012-09-101-55/+87
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-101-1/+1
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-2/+2
* expose lua51-lanes.now_secs() as lanes.now_secs()Benoit Germain2012-07-081-0/+1
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-0/+1
* fix issue #25Benoit Germain2012-06-241-30/+37
* fix abusive internal error message displayed when the timer lane decides it h...benoit-germain2012-06-201-2/+2
* expose error sentinel lanes.cancel_errorbenoit-germain2012-06-191-0/+1
* Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library ...benoit-germain2012-04-261-1/+1
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-10/+22
* bugfix: restore ABOUT info where it belongs, in the lanes module table, inste...benoit-germain2011-11-151-1/+1
* * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-8/+5
* Cause `lanes.configure()` to return the module table to enable the `require "...benoit-germain2011-11-071-0/+2
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-17/+62
* New featuresBenoit Germain2011-03-301-2/+7
* fix typo in timer function codebenoit-germain2011-03-021-1/+1