aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* version 3.6.6Benoit Germain2013-09-271-67/+53
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-32/+11
* Fix application hang at shutdownBenoit Germain2013-09-241-2/+2
* version 3.6.3v3.6.3Benoit Germain2013-08-131-60/+96
* version 3.6.2Benoit Germain2013-05-201-1/+1
* Bumped version to 3.6.1Benoit Germain2013-04-051-1/+1
* Fix issue #50Benoit Germain2013-04-051-2/+2
* version 3.6.0Benoit Germain2013-03-141-13/+14
* version 3.5.2Benoit Germain2013-03-131-225/+242
* Fixed a little APICHECK issueBenoit Germain2013-03-121-2/+3
* version 3.5.1v3.5.1Benoit Germain2013-02-131-25/+57
* version 3.5.0Benoit Germain2013-01-301-62/+72
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-60/+91
* version 3.4.4v3.4.4Benoit Germain2013-01-261-6/+2
* version 3.4.3v3.4.3Benoit Germain2013-01-241-160/+211
* minor version bumpBenoit Germain2013-01-101-1/+1
* Fixed lane tracking featureBenoit Germain2012-12-171-64/+128
* lanes.threads(): core implementationBenoit Germain2012-12-141-31/+112
* minor version bumpBenoit Germain2012-12-121-2/+3
* fix issue #40Benoit Germain2012-12-031-3/+3
* Same selfdestruct chain handling on all platformsBenoit Germain2012-11-271-1/+1
* fix application shutdown crash by not registering anything with atexit()v3.4.0Benoit Germain2012-11-211-0/+3
* Lua version sanity checkBenoit Germain2012-10-231-3/+14
* Always set "decoda_name" global in a new Lane.Benoit Germain2012-10-231-0/+4
* version 3.4.0Benoit Germain2012-09-261-4/+25
* minor internal changesBenoit Germain2012-09-131-74/+35
* fixed a bad forward declarationbenoit-germain2012-09-111-87/+96
* version 3.3.0Benoit Germain2012-09-101-175/+242
* lanes version 3.2.0v3.2.0Benoit Germain2012-08-221-13/+18
* Fix 64 bits compilation warnings (issue #34)benoit-germain2012-08-201-3/+3
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-13/+20
* Good crash fix this time, part 1benoit-germain2012-08-101-1/+1
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-101-4/+2
* lanes.linda() accepts an optional name argumentbenoit-germain2012-08-061-6/+33
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-5/+5
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-0/+1
* fix crash at application exit when encountering a blocked lane on which lane:...benoit-germain2012-06-251-1/+1
* fix issue #25Benoit Germain2012-06-241-1/+1
* * linda:receive() batched mode now accepts a max_count optional argumentBenoit Germain2012-06-121-19/+36
* * fixed thread_cancel() not working when called without argumentBenoit Germain2012-06-051-53/+115
* bumping version number to 3.1.1v3.1.1Benoit Germain2012-05-081-1/+1
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-36/+30
* crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...benoit-germain2011-11-151-1/+3
* * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-90/+71
* some more compilation warning fixesBenoit Germain2011-11-091-7/+8
* * fix all compilation warnings raised by -WextraBenoit Germain2011-11-071-15/+17
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-86/+225
* linda:send() raises an error when there is no data to send instead of silentl...v2.2.0Benoit Germain2011-05-141-0/+6
* * linda uses a fast FIFO implementation to speed up data exchangesBenoit Germain2011-04-181-53/+106
* New featuresBenoit Germain2011-03-301-3/+133