aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* version 3.3.0Benoit Germain2012-09-107-244/+369
* rockspec for v3.3.0Benoit Germain2012-09-101-0/+54
* Make *really* sure we build for all platforms :-)benoit-germain2012-08-251-0/+4
* Fix ubuntu compilation errorsbenoit-germain2012-08-251-1/+2
* lanes version 3.2.0v3.2.0Benoit Germain2012-08-229-28/+437
* lanes version 3.2.0Benoit Germain2012-08-221-55/+0
* rockspec for version 3.2.0Benoit Germain2012-08-221-0/+54
* Fix 64 bits compilation warnings (issue #34)benoit-germain2012-08-201-3/+3
* remove previous rockspecBenoit Germain2012-08-141-55/+0
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-146-28/+60
* * removed the search for MSVCR80.DLL when building for MinGW32 since it no lo...Benoit Germain2012-08-141-8/+1
* Rockspec for version 3.1.6Benoit Germain2012-08-141-0/+55
* Proper crash fix, part 2benoit-germain2012-08-101-3/+3
* Good crash fix this time, part 1benoit-germain2012-08-101-1/+1
* Yet another shutdown crash fixbenoit-germain2012-08-101-0/+4
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-105-21/+24
* Update docs/index.htmlbenoit-germain2012-08-061-1/+1
* Update CHANGESbenoit-germain2012-08-061-1/+3
* lanes.linda() accepts an optional name argumentbenoit-germain2012-08-061-6/+33
* rockspec for v3.1.5Benoit Germain2012-07-101-0/+55
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-1010-287/+58
* 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-276-112/+146
* * discard old rockspecsBenoit Germain2012-06-278-751/+0
* * 3.1.4 rockspecBenoit Germain2012-06-271-0/+91
* * fixed 'require' test scriptBenoit Germain2012-06-271-2/+2
* fix crash at application exit when encountering a blocked lane on which lane:...benoit-germain2012-06-251-1/+1
* more explicit error code when THREAD_WAIT fails.benoit-germain2012-06-251-1/+1
* fix issue #25Benoit Germain2012-06-244-35/+47
* 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
* * 3.1.3 rockspecv3.1.3Benoit Germain2012-06-121-0/+91
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-124-32/+57
* * 3.1.2 rockspecv3.1.2Benoit Germain2012-06-051-0/+91
* * fixed thread_cancel() not working when called without argumentBenoit Germain2012-06-053-58/+130
* bumping version number to 3.1.1v3.1.1Benoit Germain2012-05-083-1/+10
* 3.1.1 rockspecBenoit Germain2012-05-081-0/+91
* Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library ...benoit-germain2012-04-261-1/+1
* Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua...benoit-germain2012-04-261-2/+10
* Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int...benoit-germain2012-04-241-4/+1
* Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57benoit-germain2012-04-243-45/+7
|\
| * assert() throws because result is too large to be an integersteve donovan2011-03-161-1/+1
| * MinGW build now does not use MS runtimesteve donovan2011-03-162-44/+6
* | * rockspec for v3.1.0v3.1.0Benoit Germain2012-02-181-0/+91
* | * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-1831-158/+199
* | Merge remote-tracking branch 'origin/master'v3.0.0Benoit Germain2012-01-092-2/+4
|\ \
| * | crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...benoit-germain2011-11-151-1/+3
| * | bugfix: restore ABOUT info where it belongs, in the lanes module table, inste...benoit-germain2011-11-151-1/+1
* | | rockspec for version 3.0.0Benoit Germain2012-01-091-0/+97
|/ /
* | * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-146-147/+151