aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fixed potential crash at application shutdown when calling lua_close() on a...Benoit Germain2011-03-011-2/+2
* Make the number of internal keeper states selectable by an optional parameter...Benoit Germain2011-02-211-1/+1
* Lane userdata implementation refactoring:Benoit Germain2011-02-171-102/+5
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-121-10/+2
* Changed lanes.c to export functions as a module rather than writing them dire...Peter Dettwiler2011-01-251-3/+2
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-9/+24
* Import to gitPeter Drahoš2010-10-011-0/+611